mbed library sources. Supersedes mbed-src.

Dependents:   Nucleo_Hello_Encoder BLE_iBeaconScan AM1805_DEMO DISCO-F429ZI_ExportTemplate1 ... more

Revision:
186:707f6e361f3e
Parent:
169:e3b6fe271b81
--- a/targets/TARGET_NORDIC/mbed_rtx.h	Thu Apr 19 17:12:19 2018 +0100
+++ b/targets/TARGET_NORDIC/mbed_rtx.h	Fri Jun 22 16:45:37 2018 +0100
@@ -37,17 +37,12 @@
 #define INITIAL_SP              (0x20010000UL)
 #endif
 
-#define OS_IDLE_THREAD_STACK_SIZE  512
-
 #elif defined(TARGET_MCU_NRF52840)
 
 #ifndef INITIAL_SP
 #define INITIAL_SP              (0x20040000UL)
 #endif
 
-// More than 256 bytes are needed for the idle thread stack on the NRF52840
-#define OS_IDLE_THREAD_STACK_SIZE  512
-
 #endif // defined(TARGET_MCU_NRF51822)...
 
 #endif // #ifndef MBED_MBED_RTX_H