]> begriffs open source - cmsis-freertos/commit
Update cmsis_os2.c 5/head
authorJohannesTrageser <jtrageser@willert.de>
Mon, 3 Jul 2017 20:54:33 +0000 (22:54 +0200)
committerGitHub <noreply@github.com>
Mon, 3 Jul 2017 20:54:33 +0000 (22:54 +0200)
commit88fa7c6ea3a6c83d4e70046ed00e992a67fe5f6b
tree1179c75138880dffd5e64e975587904fd8d89e19
parent5985903f7d3c22cdc363d9881218960e4874db7a
Update cmsis_os2.c

FreeRTOS allocates 4 Times more Stack for its Threads than Keil RTX because FreeRTOS uses Stack Size in numbers of StackType_t, which is defined as uint32_t in portmacro.h and Keil RTX and the CMSIS API use Stack Size in Bytes.
CMSIS/RTOS2/FreeRTOS/Source/cmsis_os2.c