usb_serial_jtag: Add blocking driver to support vfs.

This commit is contained in:
Cao Sen Miao
2021-04-23 15:46:02 +08:00
parent 4a87be3ecd
commit 3aa9ac2469
16 changed files with 543 additions and 24 deletions

View File

@@ -65,6 +65,7 @@
#define DR_REG_TWAI_BASE 0x6002B000
#define DR_REG_I2S0_BASE 0x6002D000
#define DR_REG_APB_SARADC_BASE 0x60040000
#define DR_REG_USB_SERIAL_JTAG_BASE 0x60043000
#define DR_REG_AES_XTS_BASE 0x600CC000
#define REG_UHCI_BASE(i) (DR_REG_UHCI0_BASE - (i) * 0x8000)