arch/xtensa/esp32s3: Add missing registers and definitions

This commit is contained in:
Lucas Saavedra Vaz 2023-01-03 01:10:24 -03:00 committed by Xiang Xiao
parent 07342f7957
commit c8dd4b068d
3 changed files with 5473 additions and 0 deletions

View File

@ -34,6 +34,11 @@
* speed performance.
*/
/* USB Serial JTAG */
#define JTAG_IOMUX_USB_DM (19)
#define JTAG_IOMUX_USB_DP (20)
/* UART0 */
#define UART0_IOMUX_TXPIN (43)

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff