mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
rom/tjpgd: unify library & add rom patch
remove external tjpgd library inside example enable tjpgd decoding on all chips
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
/** ROM APIs
|
||||
*/
|
||||
PROVIDE ( esp_rom_tjpgd_decomp = 0x40000104 );
|
||||
PROVIDE ( esp_rom_tjpgd_prepare = 0x40000100 );
|
||||
|
||||
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