zephyr/arch/arm
Benjamin Walsh 669360d5ec kernel: fix thread prio and stack size types in some APIs
Prio should be an int, since values are small integers, not a fixed-size
int32_t. It aligns with the prio parameters of the other APIs.

Stack size should be size_t.

Change-Id: Id29751b86c4ad7a7c2a7ffe446c2a96ae83c77bf
Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
2016-11-18 23:08:46 +00:00
..
core kernel: fix thread prio and stack size types in some APIs 2016-11-18 23:08:46 +00:00
include kernel/arm: fix race condition when setting _Swap() return value 2016-11-17 14:46:12 +00:00
soc soc: stm32f1: gpio: Fix unnecessary else statement 2016-11-18 02:03:53 +00:00
defconfig arm: defconfig: Remove platform-specific options 2016-10-27 15:00:47 +00:00
Kbuild soc: arm: add Makefiles one level up 2016-04-22 21:33:26 +00:00
Kconfig doc: Fix terminology in Kconfig files for 'platform' 2016-08-18 21:17:29 +00:00
Makefile arch: Add support for Cortex-M7 processor 2016-10-26 12:58:40 -05:00