Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arduino firmwares #3

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

schrein
Copy link
Member

@schrein schrein commented Mar 21, 2018

This PR add support for compiling IoT-LAB CI firmwares based on Arduino operating system. I propose to split the repo with one subdirectory per OS.

Copy link
Contributor

@aabadie aabadie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Found some typos. Maybe the arduino-mega built by RIOT could be moved to the arduino part (with zigduino) ?
I would also add a top level makefile that calls the ones in each OS support.

README.md Outdated

Depending to the hardware operating software support, firmwares are currently
based on two OS :
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OSes

zigduino_autotest.elf zigduino_idle.elf
```

2. Copy the firmware in the **iotlab-gateway** repositoty.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

repository

riot/README.md Outdated
fox_autotest.elf m3_idle.elf samr21_autotest.elf
```

2. Copy the firmware in the **iotlab-gateway** repositoty.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

repository

@schrein
Copy link
Member Author

schrein commented Mar 22, 2018

I wanted also have the discussion about a top level makefile. I was not sure how you want to manage the build process by the CI. Ok I will add that no pb.

Regarding to the Arduino Mega, why not. At the early beginning I have based my Zigduino firmware on the mega2560 one :-) See this repo https://github.com/iot-lab/opennode_Arduino

@rienafairefr
Copy link

@schrein I have made some additions in my fork, https://github.com/rienafairefr/ci-firmwares/tree/arduino_firmwares, get it if you want, common makefile for the two OSes, and a global makefile, seems to work ^^

@schrein
Copy link
Member Author

schrein commented Mar 22, 2018 via email

@rienafairefr
Copy link

Yea, I saw the local zigduino-only preferences. I figured adding a new board inside that framework would be done separately from this PR. What I coded builds fine for zigduino, and fails for others, I know :-)

I've hacked something using the ALTERNATE_CORE_PATH system for the arduino makefile, I could compile the zigduino (using the zigduino-package hierarchy), and also an atmega2560, using the same makefile. It's really hackish though

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants