mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 18:57:19 +02:00
Merge branch 'fix/s3_world_controller_headers_v5.0' into 'release/v5.0'
esp32s3: Update world controller headers (v5.0) See merge request espressif/esp-idf!19793
This commit is contained in:
@ -61,4 +61,4 @@
|
|||||||
#define DR_REG_INTERRUPT_BASE 0x600C2000
|
#define DR_REG_INTERRUPT_BASE 0x600C2000
|
||||||
#define DR_REG_EXTMEM_BASE 0x600C4000
|
#define DR_REG_EXTMEM_BASE 0x600C4000
|
||||||
#define DR_REG_ASSIST_DEBUG_BASE 0x600CE000
|
#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
@ -47,3 +47,4 @@ PROVIDE ( USB_SERIAL_JTAG = 0x60038000 );
|
|||||||
PROVIDE ( USB0 = 0x60080000 );
|
PROVIDE ( USB0 = 0x60080000 );
|
||||||
PROVIDE ( USBH = 0x60080000 );
|
PROVIDE ( USBH = 0x60080000 );
|
||||||
PROVIDE ( USB_WRAP = 0x60039000 );
|
PROVIDE ( USB_WRAP = 0x60039000 );
|
||||||
|
PROVIDE ( WORLD_CONTROLLER = 0x600D0000 );
|
||||||
|
@ -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/usb_wrap_struct.h
|
||||||
components/soc/esp32s3/include/soc/usbh_struct.h
|
components/soc/esp32s3/include/soc/usbh_struct.h
|
||||||
components/soc/esp32s3/include/soc/wdev_reg.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/ledc_periph.c
|
||||||
components/soc/esp32s3/rtc_io_periph.c
|
components/soc/esp32s3/rtc_io_periph.c
|
||||||
components/soc/esp32s3/sdio_slave_periph.c
|
components/soc/esp32s3/sdio_slave_periph.c
|
||||||
|
@ -145,8 +145,6 @@ components/esp_rom/include/esp32/rom/uart.h
|
|||||||
|
|
||||||
### To be fixed: files which don't compile for esp32s3 target:
|
### 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:
|
### To be fixed: files which don't compile for esp32c3 target:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user