usb_serial_jtag: add initial support for S3 (including flashing, monitoring, writing, and reading) but console is not avaliable now

This commit is contained in:
Cao Sen Miao
2021-06-04 14:48:20 +08:00
parent 298729b904
commit f2fe0847d5
7 changed files with 1188 additions and 2 deletions

View File

@@ -20,6 +20,8 @@
#elif CONFIG_IDF_TARGET_ESP32C3
#include "esp32c3/rom/ets_sys.h"
#include "esp32c3/rom/uart.h"
#elif CONFIG_IDF_TARGET_ESP32S3
#include "esp32s3/rom/uart.h"
#endif
#include "esp_rom_gpio.h"
#include "esp_rom_uart.h"