esp32s3: Update world controller headers

pull/9723/head
Sachin Parekh 2022-07-25 16:13:40 +05:30
rodzic fd689630ff
commit ca19d23952
6 zmienionych plików z 3067 dodań i 1849 usunięć

Wyświetl plik

@ -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

Wyświetl plik

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

Wyświetl plik

@ -1253,7 +1253,7 @@ 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
components/soc/esp32s3/sdio_slave_periph.c

Wyświetl plik

@ -145,8 +145,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: