OpenOCD
esp_xtensa_semihosting.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
3 /***************************************************************************
4  * Copyright (c) 2020 Espressif Systems (Shanghai) Co. Ltd. *
5  ***************************************************************************/
6 
7 #ifndef OPENOCD_TARGET_ESP_XTENSA_SEMIHOSTING_H
8 #define OPENOCD_TARGET_ESP_XTENSA_SEMIHOSTING_H
9 
10 #include <target/target.h>
11 
13 int esp_xtensa_semihosting(struct target *target, int *retval);
14 
15 #endif /* OPENOCD_TARGET_ESP_XTENSA_SEMIHOSTING_H */
int esp_xtensa_semihosting_init(struct target *target)
int esp_xtensa_semihosting(struct target *target, int *retval)
Checks and processes an ESP Xtensa semihosting request.
Definition: target.h:120