FreeRTOS: Fix thread reg list for Cortex-M7
authorFrank Dischner <frank.dischner@gmail.com>
Thu, 21 Apr 2022 02:49:44 +0000 (21:49 -0500)
committerAntonio Borneo <borneo.antonio@gmail.com>
Tue, 13 Sep 2022 22:20:04 +0000 (22:20 +0000)
commit219cb9598a6221ed24967f205a144a223add039a
tree49ee9d8c970c60f5484f5a2ca2aca1603f0e9e83
parentcec3b6232811dc504ad461ad99384e39b40aad52
FreeRTOS: Fix thread reg list for Cortex-M7

This updates the FreeRTOS module to use the M4F FPU stacking also for the
FPV5_SP and FPV5_DP FPUs, which are found on the Cortex-M7. The FPUs are
in fact different than the FPV4_SP found on the M4, but the register
stacking is the same.

Signed-off-by: Frank Dischner <frank.dischner@gmail.com>
Change-Id: I74c45d2cfb55f55e6c557f2450068ad3c2fe9497
Reviewed-on: https://review.openocd.org/c/openocd/+/6939
Tested-by: jenkins
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
src/rtos/FreeRTOS.c