esp32s3: Update world controller headers

This commit is contained in:
Sachin Parekh 2022-07-25 16:13:40 +05:30 committed by BOT
parent ac11b17d8d
commit 41c5359703
6 changed files with 3066 additions and 1849 deletions

View File

@ -61,4 +61,4 @@
#define DR_REG_INTERRUPT_BASE 0x600C2000
#define DR_REG_EXTMEM_BASE 0x600C4000
#define DR_REG_ASSIST_DEBUG_BASE 0x600CE000
#define DR_REG_WORLD_CNTL_BASE 0x600D0000
#define DR_REG_WCL_BASE 0x600D0000

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -47,3 +47,4 @@ PROVIDE ( USB_SERIAL_JTAG = 0x60038000 );
PROVIDE ( USB0 = 0x60080000 );
PROVIDE ( USBH = 0x60080000 );
PROVIDE ( USB_WRAP = 0x60039000 );
PROVIDE ( WORLD_CONTROLLER = 0x600D0000 );

View File

@ -1258,7 +1258,6 @@ components/soc/esp32s3/include/soc/usb_wrap_reg.h
components/soc/esp32s3/include/soc/usb_wrap_struct.h
components/soc/esp32s3/include/soc/usbh_struct.h
components/soc/esp32s3/include/soc/wdev_reg.h
components/soc/esp32s3/include/soc/world_controller_reg.h
components/soc/esp32s3/interrupts.c
components/soc/esp32s3/ledc_periph.c
components/soc/esp32s3/rtc_io_periph.c

View File

@ -152,8 +152,6 @@ components/esp_rom/include/esp32/rom/uart.h
### To be fixed: files which don't compile for esp32s3 target:
components/soc/esp32s3/include/soc/world_controller_struct.h
### To be fixed: files which don't compile for esp32c3 target: