mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-07-29 10:17:15 +02:00
IDF master 3e370c4296
* Fix build compilation due to changes in the HW_TIMER's structs * Fix compilation warnings and errors with USB * Update USBCDC.cpp * Update CMakeLists.txt * Update HWCDC.cpp
This commit is contained in:
@ -1,5 +1,11 @@
|
||||
/** ROM APIs
|
||||
*/
|
||||
|
||||
/* user may provide newer version of tjpgd */
|
||||
/* so here directly assign the symbols with the ROM API address to make sure one from rom is correctly linked */
|
||||
PROVIDE ( esp_rom_tjpgd_decomp = 0x40000108 );
|
||||
PROVIDE ( esp_rom_tjpgd_prepare = 0x40000104 );
|
||||
|
||||
PROVIDE ( esp_rom_crc32_le = crc32_le );
|
||||
PROVIDE ( esp_rom_crc16_le = crc16_le );
|
||||
PROVIDE ( esp_rom_crc8_le = crc8_le );
|
||||
|
Reference in New Issue
Block a user