Alessandro Angelino
|
b01b7c5019
|
EFM32: Use SECURE_ACCESS to access the ROM table
To allow enabling of uVisor on EFM32, the ROM table must be accessed
through the CMSIS-provided SECURE_ACCESS macro.
|
2016-10-10 11:43:56 +01:00 |
Alessandro Angelino
|
d1ad26f7ea
|
EFM32: Make NVIC functions virtualizable
With CMSIS 5, the NVIC functions are virtualizable. Rename the EFM32
NVIC functions to support being virtualized.
|
2016-10-10 11:43:56 +01: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 |
Christopher Haster
|
0bad622a16
|
restructure - Moved targets out to top level
hal/targets -> targets
hal/targets.json -> targets/targets.json
|
2016-09-30 19:18:09 -05:00 |