flash/nor/rp2040: check target halted before flash operation
[openocd.git] / src / rtos / rtos_riot_stackings.h
blob3b6c5f41c02387874bc99ae733359aa405262285
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 /***************************************************************************
4 * Copyright (C) 2015 by Daniel Krebs *
5 * Daniel Krebs - github@daniel-krebs.net *
6 ***************************************************************************/
8 #ifndef OPENOCD_RTOS_RTOS_RIOT_STACKINGS_H
9 #define OPENOCD_RTOS_RTOS_RIOT_STACKINGS_H
11 #ifdef HAVE_CONFIG_H
12 #include "config.h"
13 #endif
15 #include "rtos.h"
17 extern const struct rtos_register_stacking rtos_riot_cortex_m0_stacking;
18 extern const struct rtos_register_stacking rtos_riot_cortex_m34_stacking;
20 #endif /* OPENOCD_RTOS_RTOS_RIOT_STACKINGS_H */