-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Contiki support for the TI CC32xx #1369
base: master
Are you sure you want to change the base?
Conversation
…now configurable with contiki-conf.h. Drivers for UART now fully implemented.
…compile without RTOS - Support. Work in progress on wireless lan driver of CC3200.
…TF (Crashes to FaultISR).
…XL headers. Fixed a bug in startup_gcc.c, that causes heavy stack usage. Fixed compile errors on wifi drivers.
…mmits) Squashed commits: [c8aacb6] Sollte so funktionieren... der LED-Treiber
…w proceeded from contiki.
…ngs for read/write
… needed to be reviewed according to our Two-Man-Rule)
…of CC32xx now fully working.
…lelink debug messages according to contiki standard.
Great contribution! I don't have any board to test with unfortunately, maybe @jonnteolsson could test |
@alignan please send me an email and I'll fix a board for you! |
If I am not mistaken common practice is to not include ide-specific (project-) files. |
@@ -38,8 +38,10 @@ | |||
*/ | |||
|
|||
#include "contiki.h" | |||
#include "dev/leds.h" |
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.
Any specific reason to include dev/leds here? (or the newline in line 44)
|
||
while(1) | ||
{ | ||
// Reset watchdog |
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 fix code style here
I would also run |
Should i rebase the CC32xx code to the current master or do you that? |
Why should I rebase this for you? be glad I'm reviewing! 😃 Rebase and fix conflicts and code style please. |
No description provided.