mbed-os/targets/TARGET_NORDIC
Naveen Kaje 7beb8d3f4b NRF52 : Fix UART RTS initialization
The preprocessor based macro check #if evaluates all
enums as 0 and hence the code does not get compiled.
Since move this to a runtime check where the pin variable
can be correctly evaluated.

Delete mbed_overrides.c as it has a target specific mbed_sdk_init() to
resolve linking problem.

This is a follow on patch to:
https://github.com/ARMmbed/mbed-os/pull/8046
2018-10-23 09:44:06 -05:00
..
TARGET_MCU_NRF51822 Nordic: Fix alignment of execute region to 8-byte boundary 2018-10-09 10:15:07 -05:00
TARGET_NRF5x NRF52 : Fix UART RTS initialization 2018-10-23 09:44:06 -05:00
mbed_rtx.h Remove obsolete OS_IDLE_THREAD_STACK_SIZE from NRF52 2018-05-08 15:51:39 -07:00