mbed-os/libraries/mbed/targets/cmsis/TARGET_NXP/TARGET_LPC43XX
Bogdan Marinescu 82aa7b7f2b Enable RTOS with GCC_CR
1. Provide the required __end__ symbol
2. Call software_init_hook() if present, which in turn starts the RTOS

The fix was applied for all targets with a TOOLCHAIN_GCC_CR folder,
but it only works with LPC1768 and LPC4088 because of incomplete or
missing support for GCC_CR and/or the RTOS for the other targets.
Tested by running RTOS_1, RTOS_2 and RTOS_3 with LPC1768 and LPC4088.
2013-12-24 23:13:50 +02:00
..
TOOLCHAIN_ARM_STD Add the vendor name as a proper target label 2013-07-03 17:14:43 +01:00
TOOLCHAIN_GCC_ARM Clean up GCC_ARM startup code 2013-12-20 15:08:20 +08:00
TOOLCHAIN_GCC_CR Enable RTOS with GCC_CR 2013-12-24 23:13:50 +02:00
TOOLCHAIN_IAR Add the vendor name as a proper target label 2013-07-03 17:14:43 +01:00
LPC43xx.h Add the vendor name as a proper target label 2013-07-03 17:14:43 +01:00
cmsis.h Add the vendor name as a proper target label 2013-07-03 17:14:43 +01:00
cmsis_nvic.c Interrupt chaining: now working on all targets. 2013-08-07 14:43:36 +03:00
cmsis_nvic.h Interrupt chaining: now working on all targets. 2013-08-07 14:43:36 +03:00
system_LPC43xx.c support GCC_ARM for LPC4330_M4 2013-11-20 17:03:59 +09:00
system_LPC43xx.h Add the vendor name as a proper target label 2013-07-03 17:14:43 +01:00