tjpgd: Remove ROM patches and tests.

This commit is contained in:
Vilem Zavodny
2022-08-12 08:00:22 +02:00
parent 2153a583ee
commit a00e8771a7
12 changed files with 9 additions and 1243 deletions

View File

@@ -1,12 +1,6 @@
/**
* 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 = 0x40000864 );
PROVIDE ( esp_rom_tjpgd_prepare = 0x40000858 );
PROVIDE ( esp_rom_crc32_le = crc32_le );
PROVIDE ( esp_rom_crc16_le = crc16_le );
PROVIDE ( esp_rom_crc8_le = crc8_le );