Commit Graph

16 Commits

Author SHA1 Message Date
George Oikonomou ba73abfeac Provide default board for platform simplelink
If BOARD is unspecified, simplelink platform's build system will generate an error instead of choosing a default. This is a) inconsistent with what we do for other platforms and b) problematic because making targets clean, distclean etc will fail.
2018-09-23 12:59:43 +01:00
Edvard Pettersen 86232c86f9 Expanded travis builds with SimpleLink platform
In addition, some small grammar fixes and slight bugfix in
Makefile.simplelink
2018-09-11 13:17:21 +02:00
Edvard Pettersen f2ff81a0e3 Fixed CORE_SDK checks, and some grammar fixes 2018-08-31 11:05:34 +02:00
Edvard Pettersen 7002309c23 Makefile rework 2018-08-31 11:05:31 +02:00
Edvard Pettersen ee0a4df7bf Cleanup in Makefiles 2018-08-31 11:05:31 +02:00
Edvard Pettersen a199809298 Added the Core SDK submodule 2018-08-31 11:05:30 +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
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
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