fcc340c8289110cccdaa345025b28149ed40fb87
[openocd.git] / src / target / espressif / esp_xtensa.c
1 // SPDX-License-Identifier: GPL-2.0-or-later
2
3 /***************************************************************************
4 * Espressif Xtensa target API for OpenOCD *
5 * Copyright (C) 2019 Espressif Systems Ltd. *
6 ***************************************************************************/
7
8 #ifdef HAVE_CONFIG_H
9 #include <config.h>
10 #endif
11
12 #include <stdbool.h>
13 #include <stdint.h>
14 #include <target/smp.h>
15 #include <target/register.h>
16 #include "esp_xtensa.h"
17 #include "esp_semihosting.h"
18
19 int esp_xtensa_init_arch_info(struct target *target,
20 struct esp_xtensa_common *esp_xtensa,
21 struct xtensa_debug_module_config *dm_cfg,
22 const struct esp_semihost_ops *semihost_ops)
23 {
24 int ret = xtensa_init_arch_info(target, &esp_xtensa->xtensa, dm_cfg);
25 if (ret != ERROR_OK)
26 return ret;
27 esp_xtensa->semihost.ops = (struct esp_semihost_ops *)semihost_ops;
28 return ERROR_OK;
29 }
30
31 int esp_xtensa_target_init(struct command_context *cmd_ctx, struct target *target)
32 {
33 return xtensa_target_init(cmd_ctx, target);
34 }
35
36 void esp_xtensa_target_deinit(struct target *target)
37 {
38 LOG_DEBUG("start");
39
40 xtensa_target_deinit(target);
41 free(target_to_esp_xtensa(target)); /* same as free(xtensa) */
42 }
43
44 int esp_xtensa_arch_state(struct target *target)
45 {
46 return ERROR_OK;
47 }
48
49 int esp_xtensa_poll(struct target *target)
50 {
51 return xtensa_poll(target);
52 }
53
54 int esp_xtensa_breakpoint_add(struct target *target, struct breakpoint *breakpoint)
55 {
56 return xtensa_breakpoint_add(target, breakpoint);
57 /* flash breakpoints will be handled in another patch */
58 }
59
60 int esp_xtensa_breakpoint_remove(struct target *target, struct breakpoint *breakpoint)
61 {
62 return xtensa_breakpoint_remove(target, breakpoint);
63 /* flash breakpoints will be handled in another patch */
64 }

Linking to existing account procedure

If you already have an account and want to add another login method you MUST first sign in with your existing account and then change URL to read https://review.openocd.org/login/?link to get to this page again but this time it'll work for linking. Thank you.

SSH host keys fingerprints

1024 SHA256:YKx8b7u5ZWdcbp7/4AeXNaqElP49m6QrwfXaqQGJAOk gerrit-code-review@openocd.zylin.com (DSA)
384 SHA256:jHIbSQa4REvwCFG4cq5LBlBLxmxSqelQPem/EXIrxjk gerrit-code-review@openocd.org (ECDSA)
521 SHA256:UAOPYkU9Fjtcao0Ul/Rrlnj/OsQvt+pgdYSZ4jOYdgs gerrit-code-review@openocd.org (ECDSA)
256 SHA256:A13M5QlnozFOvTllybRZH6vm7iSt0XLxbA48yfc2yfY gerrit-code-review@openocd.org (ECDSA)
256 SHA256:spYMBqEYoAOtK7yZBrcwE8ZpYt6b68Cfh9yEVetvbXg gerrit-code-review@openocd.org (ED25519)
+--[ED25519 256]--+
|=..              |
|+o..   .         |
|*.o   . .        |
|+B . . .         |
|Bo. = o S        |
|Oo.+ + =         |
|oB=.* = . o      |
| =+=.+   + E     |
|. .=o   . o      |
+----[SHA256]-----+
2048 SHA256:0Onrb7/PHjpo6iVZ7xQX2riKN83FJ3KGU0TvI0TaFG4 gerrit-code-review@openocd.zylin.com (RSA)