mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-27 07:46:20 -04:00
The configMINIMAL_STACK_SIZE was defined to PTHREAD_STACK_MIN with cast to unsigned short. This cast cab be too restrictive and result in truncation on some platforms. This commit removes this unnecessary cast. Related issue - https://github.com/FreeRTOS/FreeRTOS/issues/967 Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com> |
||
|---|---|---|
| .. | ||
| Trace_Recorder_Configuration | ||
| .gitignore | ||
| code_coverage_additions.c | ||
| console.c | ||
| console.h | ||
| FreeRTOS-simulator-for-Linux.url | ||
| FreeRTOSConfig.h | ||
| FreeRTOSIPConfig.h | ||
| main.c | ||
| main_networking.c | ||
| Makefile | ||
| runtime_stats_hooks.c | ||
| SimpleTCPEchoServer.c | ||
| TCPEchoClient_SingleTasks.c | ||
| TCPEchoClient_SingleTasks.h | ||