mbed-os/targets/TARGET_NORDIC
Vincent Coubard b80471a005 Nordic: Fix nrf sections on ARMCC
The nrf section features has different implementations for each compilers supported by mbed-os. The header guard was ruling out compiler other than GCC by checking if __GNUC__ is defined. This check is not applicable on mbed os as the ARM compiler compile sources with gnu compatibility.

This patch makes sure that the right implementation is selected for the right compiler . The previous patch has been reverted as it is not reliable.
2018-06-15 13:30:56 +01:00
..
TARGET_MCU_NRF51822 us ticker: fix fire interrupt handling 2018-02-23 09:13:40 +01:00
TARGET_NRF5x Nordic: Fix nrf sections on ARMCC 2018-06-15 13:30:56 +01:00
mbed_rtx.h Remove obsolete OS_IDLE_THREAD_STACK_SIZE from NRF52 2018-05-08 15:51:39 -07:00