Commit Graph

22 Commits

Author SHA1 Message Date
Edvard Pettersen 745c2b24b6 Fixed RF settings and Board files 2018-08-31 11:04:42 +02:00
Edvard Pettersen 02b812a631 [Feature]: Simplelink Platform for Simplelink SDK
Working Simplelink platform with the following Simplelink SDK's:
* CC13x0 SDK
* CC13x2 SDK
* CC26x2 SDK

Is also compatible with Code Composer Studio (XDCTools)
2018-08-31 11:04:41 +02:00
Edvard Pettersen a76462b908 Initial commit of Simplelink rework 2018-08-31 11:04:40 +02:00
Edvard Pettersen 7e96029211 Initial try of structuring platform dependent code 2018-08-31 11:04:39 +02:00
Edvard Pettersen 6007b1be07 Implemented the Contiki leds driver
NB! This is by no means a future-proof implementation. However, it
should be a good starting point. Configuration of the LEDS_ARCH_*
defines in the leds-arch.c file is what determines what LEDs are
available of a given device/target. This information should be
sufficient from the Board file/device name, and can from there
hardcod what board+device combination a given LED should support.
2018-08-31 11:04:39 +02:00
Edvard Pettersen 5c058b9c52 Refactored after PR review 2018-08-31 11:04:39 +02:00
Edvard Pettersen 7f813e8e0e Compiling and untested IEEE mode radio driver 2018-08-31 11:04:39 +02:00
Richard Weickelt 2d198a7858 Enable proper standby and idle. Just one line, thats it. 2018-08-31 11:04:39 +02:00
Richard Weickelt 56721d13cf Working prop rf driver 2018-08-31 11:04:39 +02:00
Richard Weickelt 0102628245 Prop RF driver now complete 2018-08-31 11:04:39 +02:00
Edvard Pettersen 2b0091246d UART0 arch driver impl
* Async read
* Renamed driver to uart0-arch
* Renamed arch/cpu source folder to dev/
2018-08-31 11:04:38 +02:00
Edvard Pettersen b30ef7d56d Added async read on UART 2018-08-31 11:04:38 +02:00
Richard Weickelt c99c3b4b5f Rewriting clock module based upon DPL 2018-08-31 11:04:38 +02:00
Edvard Pettersen c8023df8a5 Added UART serial interface printing 2018-08-31 11:04:38 +02:00
Edvard Pettersen 765e35ba7f Added working simplelink platform without netstack 2018-08-31 11:04:38 +02:00
Richard Weickelt f83579098b Resolve remarks 2018-08-31 11:04:37 +02:00
Richard Weickelt 8cee2abae6 List only directories 2018-08-31 11:04:37 +02:00
Richard Weickelt a40e5bc314 Build the board file and add all libraries from the SDK 2018-08-31 11:04:37 +02:00
Edvard Pettersen 12c9056cec Cleaned up CCFG configuration, and aligned CC13x0_cc26x0 and
CC13x2_CC26x2 CPU conf
2018-08-31 11:04:37 +02:00
Richard Weickelt c7aaefb4da Add board file deduction logic and board init stages 2018-08-31 11:04:37 +02:00
Edvard Pettersen ddd451a19b Compiling example of dummy simplelink platform 2018-08-31 11:04:37 +02:00
Richard Weickelt 81b782636a Initial port 2018-08-31 11:04:37 +02:00