flash/nor/rp2040: check target halted before flash operation
[openocd.git] / src / rtos / rtos_ecos_stackings.h
blob0375e2d1c5417aed41c4a51724f3ae4894ed439c
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 #ifndef OPENOCD_RTOS_RTOS_ECOS_STACKINGS_H
4 #define OPENOCD_RTOS_RTOS_ECOS_STACKINGS_H
6 #ifdef HAVE_CONFIG_H
7 #include "config.h"
8 #endif
10 #include "rtos.h"
12 extern const struct rtos_register_stacking rtos_ecos_cortex_m3_stacking;
14 #endif /* OPENOCD_RTOS_RTOS_ECOS_STACKINGS_H */