riscv-openocd/src/rtos
Antonio Borneo 436e6f1770 openocd: convert 'unsigned' to 'unsigned int'
Conversion done with
	checkpatch --fix-inplace -types UNSPECIFIED_INT

Ignore the cast as they could be better addressed.
Fix only minor additional checkpatch issue (spacing and line
length).

Change-Id: I4f936ffc4cedb153afa331cd293b08f4c913dc93
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/8482
Tested-by: jenkins
2024-10-05 15:46:25 +00:00
..
FreeRTOS.c openocd: drop include of target_type.h 2024-05-26 09:57:51 +00:00
Makefile.am rtos/nuttx: add Espressif target support and refactoring 2023-03-25 18:06:08 +00:00
ThreadX.c openocd: drop include of target_type.h 2024-05-26 09:57:51 +00:00
chibios.c rtos: chibios: fix version display 2024-10-05 15:38:23 +00:00
chromium-ec.c openocd: drop include of target_type.h 2024-05-26 09:57:51 +00:00
eCos.c openocd: drop include of target_type.h 2024-05-26 09:57:51 +00:00
embKernel.c openocd: drop include of target_type.h 2024-05-26 09:57:51 +00:00
hwthread.c openocd: convert 'unsigned' to 'unsigned int' 2024-10-05 15:46:25 +00:00
linux.c rtos/linux.c: Fix Linux user space border check 2023-04-14 15:16:43 +00:00
linux_header.h openocd: src: add GPL license tag on files that miss it 2022-07-23 13:13:39 +00:00
mqx.c openocd: drop include of target_type.h 2024-05-26 09:57:51 +00:00
nuttx.c src/rtos/rtos_nuttx_stackings.c: Fix stack alignment for cortex-m targets 2024-09-21 09:02:59 +00:00
riot.c openocd: drop include of target_type.h 2024-05-26 09:57:51 +00:00
rtkernel.c openocd: drop include of target_type.h 2024-05-26 09:57:51 +00:00
rtos.c OpenOCD memory leak in `hwthread_update_threads()` 2023-10-27 11:41:30 +00:00
rtos.h rtos: move prototype of rtos_thread_packet() in rtos.h 2023-05-18 10:16:32 +00:00
rtos_chibios_stackings.c rtos: remove config.h includes from stackings headers 2023-01-28 15:55:36 +00:00
rtos_chibios_stackings.h rtos: remove config.h includes from stackings headers 2023-01-28 15:55:36 +00:00
rtos_ecos_stackings.c rtos: remove config.h includes from stackings headers 2023-01-28 15:55:36 +00:00
rtos_ecos_stackings.h rtos: remove config.h includes from stackings headers 2023-01-28 15:55:36 +00:00
rtos_embkernel_stackings.c rtos: remove config.h includes from stackings headers 2023-01-28 15:55:36 +00:00
rtos_embkernel_stackings.h rtos: remove config.h includes from stackings headers 2023-01-28 15:55:36 +00:00
rtos_mqx_stackings.c rtos: remove config.h includes from stackings headers 2023-01-28 15:55:36 +00:00
rtos_mqx_stackings.h rtos: remove config.h includes from stackings headers 2023-01-28 15:55:36 +00:00
rtos_nuttx_stackings.c src/rtos/rtos_nuttx_stackings.c: Fix stack alignment for cortex-m targets 2024-09-21 09:02:59 +00:00
rtos_nuttx_stackings.h src/rtos/rtos_nuttx_stackings.c: Fix stack alignment for cortex-m targets 2024-09-21 09:02:59 +00:00
rtos_riot_stackings.c rtos: remove config.h includes from stackings headers 2023-01-28 15:55:36 +00:00
rtos_riot_stackings.h rtos: remove config.h includes from stackings headers 2023-01-28 15:55:36 +00:00
rtos_standard_stackings.c rtos: use target_buffer_get_u32() 2024-09-15 09:11:57 +00:00
rtos_standard_stackings.h rtos: remove config.h includes from stackings headers 2023-01-28 15:55:36 +00:00
rtos_ucos_iii_stackings.c rtos: remove config.h includes from stackings headers 2023-01-28 15:55:36 +00:00
rtos_ucos_iii_stackings.h rtos: remove config.h includes from stackings headers 2023-01-28 15:55:36 +00:00
uCOS-III.c openocd: drop include of target_type.h 2024-05-26 09:57:51 +00:00
zephyr.c openocd: drop include of target_type.h 2024-05-26 09:57:51 +00:00