mbed-os/rtos
Przemyslaw Stekiel 272a729d49 Fix pool buffer size, update free() description, add assertion in MemoryPool.h header file.
Provide fix for pool buffer size: pool block size must be
a multiple of 4 bytes.
Add assertion to forbid creation of MemoryPool object with queue size equal to 0.
Update description of free() function. Add information about
statuses returned by this function.
2017-08-25 11:53:05 +01:00
..
rtx4 Rename directories rtx->rtx4 rtx2->rtx5 2017-05-30 18:55:55 +01:00
rtx5 Move RTX error handlers into RTX handler file 2017-08-25 11:53:04 +01:00
Mail.h rtos: Tag non value type as NonCopyable. 2017-07-03 11:46:57 +01:00
MemoryPool.h Fix pool buffer size, update free() description, add assertion in MemoryPool.h header file. 2017-08-25 11:53:05 +01:00
Mutex.cpp RTX5: Enable priority inheritance and robust mode 2017-06-02 23:50:36 -05:00
Mutex.h RTOS: Mutex: Improve API docs 2017-07-28 14:46:23 +01:00
Queue.h RTOS: Queue: Improve API docs 2017-08-11 14:16:32 +01:00
RtosTimer.cpp Update codebase for CMSIS5/RTX5 2017-05-30 18:55:52 +01:00
RtosTimer.h rtos: Tag non value type as NonCopyable. 2017-07-03 11:46:57 +01:00
Semaphore.cpp rtos: Unbreak semaphore, trade assert for saturation with original limit 2017-06-20 17:13:39 +01:00
Semaphore.h RTOS: Semaphore: Improve API docs 2017-07-28 14:46:14 +01:00
Thread.cpp RTOS: Thread: Fix how free stack is calculated 2017-07-28 14:46:12 +01:00
Thread.h RTOS: Thread: Update thread state docs 2017-07-28 14:46:12 +01:00
mbed_boot.c Boot: Provide dynamic mutexes for ARM toolchain 2017-07-28 14:46:19 +01:00
mbed_lib.json RTOS - add config mbed_lib.json file 2016-06-08 18:41:29 +01:00
mbed_rtos1_types.h Rename directories rtx->rtx4 rtx2->rtx5 2017-05-30 18:55:55 +01:00
mbed_rtos_storage.h Fix RTOS function prototypes by adding extern "C" 2017-06-02 23:50:32 -05:00
rtos.h Update codebase for CMSIS5/RTX5 2017-05-30 18:55:52 +01:00
rtos_idle.c Renamed files in platform to match source names 2017-02-22 18:17:54 -06:00
rtos_idle.h Add tags to our code 2016-10-04 15:02:44 -05:00