aboutsummaryrefslogtreecommitdiff
path: root/src/target/xtensa/Makefile.am
diff options
context:
space:
mode:
authorErhan Kurubas <erhan.kurubas@espressif.com>2022-04-21 07:53:54 +0200
committerAntonio Borneo <borneo.antonio@gmail.com>2022-06-04 08:18:44 +0000
commit78c87f5e81f8b3ee2a72aa546f87985596cb2b9f (patch)
treed4507e98ff15487c2ffb6a2890f23cd650bc3c6e /src/target/xtensa/Makefile.am
parentb470b664ca7ba3f21684848c3819d696fb3c890a (diff)
downloadriscv-openocd-78c87f5e81f8b3ee2a72aa546f87985596cb2b9f.zip
riscv-openocd-78c87f5e81f8b3ee2a72aa546f87985596cb2b9f.tar.gz
riscv-openocd-78c87f5e81f8b3ee2a72aa546f87985596cb2b9f.tar.bz2
target: add Espressif ESP32-S2 basic support
ESP32-S2 is a single core Xtensa chip. Not full featured yet. Some of the missing functionality: -Semihosting -Flash breakpoints -Flash loader -Apptrace -FreeRTOS Signed-off-by: Erhan Kurubas <erhan.kurubas@espressif.com> Change-Id: I2fb32978e801af5aa21616c581691406ad7cd6bb Reviewed-on: https://review.openocd.org/c/openocd/+/6940 Reviewed-by: Tomas Vanek <vanekt@fbl.cz> Reviewed-by: Ian Thompson <ianst@cadence.com> Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com> Tested-by: jenkins
Diffstat (limited to 'src/target/xtensa/Makefile.am')
-rw-r--r--src/target/xtensa/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/target/xtensa/Makefile.am b/src/target/xtensa/Makefile.am
new file mode 100644
index 0000000..f6cee99
--- /dev/null
+++ b/src/target/xtensa/Makefile.am
@@ -0,0 +1,7 @@
+noinst_LTLIBRARIES += %D%/libxtensa.la
+%C%_libxtensa_la_SOURCES = \
+ %D%/xtensa.c \
+ %D%/xtensa.h \
+ %D%/xtensa_debug_module.c \
+ %D%/xtensa_debug_module.h \
+ %D%/xtensa_regs.h