Steven Cooreman
001844231b
Add EFM32GG11_STK3701 support
2018-07-11 10:45:38 +02:00
amq
d9fcbc7605
EFM32: make mbed_rtx.h depend of families instead of targets
2018-05-23 15:56:38 +00:00
Aksel Skauge Mellbye
d5eaa1505c
[Silicon Labs] Enable dynamic heap with ARMCC
...
When using ARM Compiler 5, the RTX config hard-coded the heap and stack
sizes to specific values. This prevented the RTX HAL from dynamically
allocating unused memory as heap space.
Specifically, the HEAP_START define prevents this logic in RTX_CM_lib.h
from activating. The rest of the defines are also set in that header,
and should be removed from here.
2017-06-06 16:21:55 -05:00
Bartek Szatkowski
85cc9c8381
Remove deprecated RTX4 config options
2017-05-30 18:55:55 +01:00
Bartek Szatkowski
b793a3fb89
Update codebase for CMSIS5/RTX5
...
Update all of mbed-os to use RTX5.
2017-05-30 18:55:52 +01:00
Steven Cooreman
8b6451c74d
Add new target EFM32PG12
2017-03-20 16:34:12 +01:00
Steven Cooreman
0e098678b5
First pass on TB Sense (and EFR32MG12) support
2017-03-20 16:34:12 +01:00
Steven Cooreman
b6ff439aed
[EFR32] Make RTX using ARMCC aware of reserved stack and heap
2016-11-08 18:32:50 +01:00
Steven Cooreman
035c08dcfd
[EFR32] Add initial support for EFR32
...
Adding target definitions and the HAL implementation for EFR32 Mighty Gecko
2016-10-27 23:26:27 -07:00
Christopher Haster
26ced98734
restructure - Restructured cmsis directory
...
targets/cmsis -> cmsis
targets/cmsis/TARGET_* -> targets/TARGET_*/device
targets/cmsis/TARGET_*/mbed_rtx.h -> targets/TARGET_*/mbed_rtx.h
2016-10-04 17:51:44 -05:00