mbed library sources. Supersedes mbed-src.

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

Revision:
181:57724642e740
Parent:
180:96ed750bd169
Child:
184:08ed48f1de7f
--- a/targets/TARGET_RENESAS/mbed_rtx.h	Wed Jan 17 15:23:54 2018 +0000
+++ b/targets/TARGET_RENESAS/mbed_rtx.h	Fri Feb 16 16:09:33 2018 +0000
@@ -18,6 +18,7 @@
 
 #include <stdint.h>
 
+#if defined(TARGET_RZ_A1H) || defined(TARGET_GR_LYCHEE)
 #define OS_IDLE_THREAD_STACK_SIZE   512
 
 #if defined(__CC_ARM)
@@ -43,5 +44,6 @@
 #else
     #error "no toolchain defined"
 #endif
+#endif
 
 #endif  // MBED_MBED_RTX_H