mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-19 23:45:28 +02:00
esp_rom: sync changes for ESP32-S3 USB related files, minor fix for S2
Used esp-rom tag esp32s3-20210327 and did manual cleanup. Rename s_usb_osglue to rom_usb_osglue like it was done for esp32s2. Some comments in esp32s2 headers are synced from esp32s3.
This commit is contained in:
@@ -792,7 +792,7 @@ usb_dfu_force_detach = 0x40002a54;
|
||||
usb_dev_deinit = 0x40002a60;
|
||||
usb_dw_ctrl_deinit = 0x40002a6c;
|
||||
/* Data (.data, .bss, .rodata) */
|
||||
s_usb_osglue = 0x3fceffac;
|
||||
rom_usb_osglue = 0x3fceffac;
|
||||
|
||||
|
||||
/***************************************
|
||||
|
||||
Reference in New Issue
Block a user