kopia lustrzana https://github.com/espressif/esp-idf
esp32s3: Update world controller headers
rodzic
fd689630ff
commit
ca19d23952
|
@ -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
|
||||
|
|
Plik diff jest za duży
Load Diff
Plik diff jest za duży
Load Diff
|
@ -47,3 +47,4 @@ PROVIDE ( USB_SERIAL_JTAG = 0x60038000 );
|
|||
PROVIDE ( USB0 = 0x60080000 );
|
||||
PROVIDE ( USBH = 0x60080000 );
|
||||
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/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
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue