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

@@ -36,6 +36,6 @@ PROVIDE ( UART2 = 0x6002E000 );
PROVIDE ( DMA = 0x6003F000 );
PROVIDE ( APB_SARADC = 0x60040000 );
PROVIDE ( LCD_CAM = 0x60041000 );
PROVIDE ( USB0 = 0x60080000 );
PROVIDE ( USB_SERIAL_JTAG = 0x60038000 );
PROVIDE ( USBH = 0x60080000 );
PROVIDE ( USB_WRAP = 0x60039000 );