flash/nor/rp2040: check target halted before flash operation
[openocd.git] / src / rtos / rtos_ucos_iii_stackings.h
blob831c68e1c94c6f3f4d044d050b08e3368d554fa6
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 /***************************************************************************
4 * Copyright (C) 2017 by Square, Inc. *
5 * Steven Stallion <stallion@squareup.com> *
6 ***************************************************************************/
8 #ifndef OPENOCD_RTOS_RTOS_UCOS_III_STACKINGS_H
9 #define OPENOCD_RTOS_RTOS_UCOS_III_STACKINGS_H
11 #ifdef HAVE_CONFIG_H
12 #include "config.h"
13 #endif
15 #include <rtos/rtos.h>
17 extern const struct rtos_register_stacking rtos_ucos_iii_cortex_m_stacking;
18 extern const struct rtos_register_stacking rtos_ucos_iii_esi_risc_stacking;
20 #endif /* OPENOCD_RTOS_RTOS_UCOS_III_STACKINGS_H */