-
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
board-support: cc2650stk #4675
board-support: cc2650stk #4675
Conversation
18c25bd
to
baf93e0
Compare
The default license we use is LGPLv2.1. I think you should use a header similar to the one in dist/tools/ethos/ethos.c for example. |
No license means that you grant no rights to use your code to anyone as far as I know. |
36eae9f
to
40175ab
Compare
@OlegHahm @haukepetersen ping :-) |
@yogo1212, did you change anything else than the copyright notice? Usually, a PR should not be squashed until the reviewer says so. (See rule 9 of the development procedures). |
@OlegHahm damn. sry. i didn't know about those :-( |
@@ -0,0 +1,9 @@ | |||
FEATURES_PROVIDED += periph_cpuid |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please use the template as in other Makefile.features
files here, e.g. from boards/stm32f4discovery/Makefile.features
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
like this?
@haukepetersen rebase on current master, commits unchanged
do you have an explanation? i'm trying to figure it out atm |
found it using |
@haukepetersen ping again :-) just tell me when to squash :-p |
lalalalalalalilalalilala |
murdock helps saving the planet :-) |
Could you just squash the 2 cpuid fixed into the |
@haukepetersen happy merging! :-p |
CI is happy -> and go |
but no need to backport to the current RC1 |
@emmanuelsearch :-) |
So, main open issues for this board are currently a missing radio driver and problems with the timer, right? |
now there is. |
@emmanuelsearch I could open a PR with the WIP - if you like. Right now, nothing has been done specific to either BLE or 802.15.4. Communication with the RF module is unstable. Do you prefer one? |
@yogo1212 would love BLE, but for not the stack we have in RIOT has support for 802.15.4 so start with that mode. We can lend some SAMR21 to interop with it, no problem. BLE will be second phase. @haukepetersen you are of the same opinion? |
yes |
@yogo1212 could you open a wiki page for this board with instructions how to flash it etc.? |
@emmanuelsearch my firefox crashed and the github-magic for saving the content failed as well.. gn8 ;-) |
thanks @yogo1212 |
do i need a license header? if so, what's your recommendation for a 'do whatever the fuck you want'-style license?