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
765e35ba7f
Added working simplelink platform without netstack
2018-08-31 11:04:38 +02:00
Edvard Pettersen
65ba0bb5a6
Fixed remaking Makefiles, removed implicit %.o for %.elf, aligned
...
defines, added volatile qualifier for RAM vector pointer
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
ddd451a19b
Compiling example of dummy simplelink platform
2018-08-31 11:04:37 +02:00
George Oikonomou
16d8c5b4f9
Use a variable for the Contiki-NG archive file
...
Prevents having to hard-code the filename in multiple cpu/platform makefiles and allows us to easily rename it across the board in the future
2018-03-30 21:22:59 +01:00
George Oikonomou
ce540a8bca
Harmonise filename pattern for the .map file
...
All map files are now called example-platform.map (e.g. hello-world-native.map).
2018-03-30 20:24:59 +01:00
Simon Duquennoy
84ea0971bc
Remove obsolete flag AUTOSTART_ENABLE, as well as .co and .ce files
2017-12-22 05:21:39 -08:00
George Oikonomou
b5fa28e2d4
Link without using an archive file
...
For reasons discussed long ago and that have to do with how ld handles weak symbols, it was decided that it was preferable to link using an explicit list of object files, instead of adding object files to an archive first and then linking using this archive. This was applied for the CC2538, but not for CC13xx/CC26xx.
This pull applies this link logic to all CM3s. For this to work with the Contiki-NG build system, we need `.SECONDEXPANSION:`, so this pull moves that to the common CM3 Makefile.
2017-12-17 21:31:39 +00:00
George Oikonomou
62a79c09fc
Add mutex implementation for Cortex-M
2017-12-09 17:09:58 +00:00
George Oikonomou
35bd4eb1d8
Provide memory barrier for all Cortex-M CPUs
2017-12-09 17:09:57 +00:00
George Oikonomou
a05db7322d
Provide header file with configuration common to all CM4-based CPUs
2017-12-06 16:00:46 +00:00
George Oikonomou
3a0ea73310
Provide header file with configuration common to all CM3-based CPUs
2017-12-06 16:00:46 +00:00
George Oikonomou
1e18f090ac
Add Makefile for all CM3 CPUs
2017-12-03 15:04:10 +00:00
George Oikonomou
92c572bf76
Add Makefile for all CM4 CPUs
2017-12-03 15:04:10 +00:00
George Oikonomou
6333e3b8f7
Move CMSIS arm/cortex-m and add Makefile
2017-12-03 15:04:00 +00:00