hw/misc: add ESP32-S3 USB Serial JTAG as a stub

ESP32-C3 implementation is used.
This commit is contained in:
Dmitry Yakovlev
2024-04-23 17:57:34 +03:00
committed by Ivan Grokhotkov
parent 6eceeee95b
commit f59cf20d7f
+1
View File
@@ -163,6 +163,7 @@ system_ss.add(when: 'CONFIG_XTENSA_ESP32S3', if_true: files(
'ssi_psram.c',
'esp_sha.c',
'esp32s3_sha.c',
'esp32c3_jtag.c',
))
if gcrypt.found()