forked from auracaster/openocd
rtos: remove config.h includes from stackings headers
And add its own header to the rtos_xxx_stackings.c Signed-off-by: Erhan Kurubas <erhan.kurubas@espressif.com> Change-Id: I084130fde7ee8645129a7cf60bb7bf59448e2f39 Reviewed-on: https://review.openocd.org/c/openocd/+/7441 Tested-by: jenkins Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
committed by
Antonio Borneo
parent
bec6c0eb09
commit
227577ba76
@@ -9,11 +9,11 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <helper/types.h>
|
||||
#include <rtos/rtos.h>
|
||||
#include <rtos/rtos_standard_stackings.h>
|
||||
#include <target/armv7m.h>
|
||||
#include <target/esirisc.h>
|
||||
#include "rtos.h"
|
||||
#include "target/armv7m.h"
|
||||
#include "target/esirisc.h"
|
||||
#include "rtos_standard_stackings.h"
|
||||
#include "rtos_ucos_iii_stackings.h"
|
||||
|
||||
static const struct stack_register_offset rtos_ucos_iii_cortex_m_stack_offsets[] = {
|
||||
{ ARMV7M_R0, 0x20, 32 }, /* r0 */
|
||||
|
||||
Reference in New Issue
Block a user