mbed-os/libraries/rtos/rtx
Adam Green 10126e0b2f Increase available RAM for RTX on LPC11U24
The INITIAL_SP value used by RTX was originally at the 4k limit instead
of at the 8k limit.  The HEAP_START macro was defined to __HeapLimit
but the heap really starts at __end__.  __HeapLimit is just used for
some link time sanity checks to verify that the heap and stack can
grow a bit without colliding.
2013-11-19 00:38:12 -08:00
..
TARGET_M0 Refactor the build system: 2013-06-24 14:32:08 +01:00
TARGET_M0P Refactor the build system: 2013-06-24 14:32:08 +01:00
TARGET_M3 Refactor the build system: 2013-06-24 14:32:08 +01:00
TARGET_M4 Refactor the build system: 2013-06-24 14:32:08 +01:00
HAL_CM.c In the Keil MDK toolchain RTX_Config.h is a special system library header file 2013-04-30 11:58:51 +01:00
RTX_CM_lib.h Increase available RAM for RTX on LPC11U24 2013-11-19 00:38:12 -08:00
RTX_Conf.h In the Keil MDK toolchain RTX_Config.h is a special system library header file 2013-04-30 11:58:51 +01:00
RTX_Conf_CM.c [LPC812] Added RTOS support 2013-09-11 02:30:27 +09:00
cmsis_os.h Update ARM toolchain symbols 2013-07-26 15:49:00 +01:00
os_tcb.h Initial commit of the mbed libraries and tools 2013-02-18 15:32:11 +00:00
rt_CMSIS.c In the Keil MDK toolchain RTX_Config.h is a special system library header file 2013-04-30 11:58:51 +01:00
rt_Event.c In the Keil MDK toolchain RTX_Config.h is a special system library header file 2013-04-30 11:58:51 +01:00
rt_Event.h Initial commit of the mbed libraries and tools 2013-02-18 15:32:11 +00:00
rt_HAL_CM.h Add KL25Z support to rtos 2013-04-24 15:25:28 +01:00
rt_List.c In the Keil MDK toolchain RTX_Config.h is a special system library header file 2013-04-30 11:58:51 +01:00
rt_List.h Initial commit of the mbed libraries and tools 2013-02-18 15:32:11 +00:00
rt_Mailbox.c In the Keil MDK toolchain RTX_Config.h is a special system library header file 2013-04-30 11:58:51 +01:00
rt_Mailbox.h Initial commit of the mbed libraries and tools 2013-02-18 15:32:11 +00:00
rt_MemBox.c In the Keil MDK toolchain RTX_Config.h is a special system library header file 2013-04-30 11:58:51 +01:00
rt_MemBox.h Initial commit of the mbed libraries and tools 2013-02-18 15:32:11 +00:00
rt_Mutex.c In the Keil MDK toolchain RTX_Config.h is a special system library header file 2013-04-30 11:58:51 +01:00
rt_Mutex.h Initial commit of the mbed libraries and tools 2013-02-18 15:32:11 +00:00
rt_Robin.c In the Keil MDK toolchain RTX_Config.h is a special system library header file 2013-04-30 11:58:51 +01:00
rt_Robin.h Initial commit of the mbed libraries and tools 2013-02-18 15:32:11 +00:00
rt_Semaphore.c In the Keil MDK toolchain RTX_Config.h is a special system library header file 2013-04-30 11:58:51 +01:00
rt_Semaphore.h Initial commit of the mbed libraries and tools 2013-02-18 15:32:11 +00:00
rt_System.c In the Keil MDK toolchain RTX_Config.h is a special system library header file 2013-04-30 11:58:51 +01:00
rt_System.h Initial commit of the mbed libraries and tools 2013-02-18 15:32:11 +00:00
rt_Task.c In the Keil MDK toolchain RTX_Config.h is a special system library header file 2013-04-30 11:58:51 +01:00
rt_Task.h Initial commit of the mbed libraries and tools 2013-02-18 15:32:11 +00:00
rt_Time.c In the Keil MDK toolchain RTX_Config.h is a special system library header file 2013-04-30 11:58:51 +01:00
rt_Time.h Initial commit of the mbed libraries and tools 2013-02-18 15:32:11 +00:00
rt_TypeDef.h Initial commit of the mbed libraries and tools 2013-02-18 15:32:11 +00:00