openocd/src/rtos
Luca Dariz 06e13d6ff5 Fix ChibiOS FPU detection.
This is needed for Cortex-M7 devices, which have newer FPU.
This issue caused the registry integrity check to fail if FPU was enabled.
Currently the code must use FPUv4_SP anyway, since other configurations are not
supported by ChibiOS.

Change-Id: Ie8a2cb8282ccff6c2a3eb0ffeaddaf149d55d685
Signed-off-by: Luca Dariz <luca.dariz@gmail.com>
Reviewed-on: http://openocd.zylin.com/4398
Tested-by: jenkins
Reviewed-by: Karl Palsson <karlp@tweak.net.au>
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
2018-03-07 23:41:30 +00:00
..
ChibiOS.c Fix ChibiOS FPU detection. 2018-03-07 23:41:30 +00:00
eCos.c rtos: Use 'bool' as return type for detect_rtos() 2017-12-06 21:01:12 +00:00
embKernel.c rtos: Use 'bool' as return type for detect_rtos() 2017-12-06 21:01:12 +00:00
FreeRTOS.c rtos: Use 'bool' as return type for detect_rtos() 2017-12-06 21:01:12 +00:00
linux_header.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00
linux.c rtos: Use 'bool' as return type for detect_rtos() 2017-12-06 21:01:12 +00:00
Makefile.am helper,rtos,server: Restore missing warning flags 2017-01-15 10:16:16 +00:00
mqx.c rtos: Use 'bool' as return type for detect_rtos() 2017-12-06 21:01:12 +00:00
rtos_chibios_stackings.c Remove FSF address from GPL notices 2016-05-24 22:30:01 +01:00
rtos_chibios_stackings.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00
rtos_ecos_stackings.c Remove FSF address from GPL notices 2016-05-24 22:30:01 +01:00
rtos_ecos_stackings.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00
rtos_embkernel_stackings.c Remove FSF address from GPL notices 2016-05-24 22:30:01 +01:00
rtos_embkernel_stackings.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00
rtos_mqx_stackings.c Remove FSF address from GPL notices 2016-05-24 22:30:01 +01:00
rtos_mqx_stackings.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00
rtos_standard_stackings.c Remove FSF address from GPL notices 2016-05-24 22:30:01 +01:00
rtos_standard_stackings.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00
rtos_ucos_iii_stackings.c rtos: style corrections for uCOS-III 2017-06-30 21:23:15 +01:00
rtos_ucos_iii_stackings.h rtos: style corrections for uCOS-III 2017-06-30 21:23:15 +01:00
rtos.c rtos: fix rtos no-auto configuration 2018-03-03 08:29:32 +00:00
rtos.h rtos: facilitate RTOS SMP handling 2018-02-21 12:10:02 +00:00
ThreadX.c rtos: Use 'bool' as return type for detect_rtos() 2017-12-06 21:01:12 +00:00
uCOS-III.c rtos: Use 'bool' as return type for detect_rtos() 2017-12-06 21:01:12 +00:00