-
Notifications
You must be signed in to change notification settings - Fork 2k
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
openwsn pkg support #508
openwsn pkg support #508
Conversation
does this only work with telosb? (telosb is set as default) did not compile:
full log: |
Yes, the openwsn port is TelosB only for now. |
that's what project dependencies are for. |
See |
updated with changes addressing @LudwigOrtmann comment in PR des-testbed/RIOT-projects#91 |
Does not build here because of re-applied patches:
|
updated addressing @OlegHahm 's comment There still is an issue when building with the |
wget has options to resume partial downloads and to not download files that are already there. I don't know if curl has those. |
Still don't get it compiled. The "no such file or directory" messages remain. Patches are ignored, but make process ends with
|
updated addressing comments of @LudwigOrtmann #508 (comment) and @OlegHahm #508 (comment) |
ACK |
support openwsn as a pkg
As mentioned in Monday's meeting this PR adds support to build the openwsn stack as an external module.
Test is in PR des-testbed/RIOT-projects#91