2019-04-03 05:05:35 +00:00
|
|
|
/*
|
|
|
|
* ESP32S2 ROM address table
|
|
|
|
* Generated for ROM with MD5sum: f054d40c5f6b9207d3827460a6f5748c
|
|
|
|
*/
|
|
|
|
PROVIDE ( ets_update_cpu_frequency = 0x4000d954 );
|
|
|
|
|
|
|
|
/* ToDo: Following address may need modification */
|
2019-05-27 06:29:43 +00:00
|
|
|
PROVIDE ( MD5Final = 0x400056e8 );
|
|
|
|
PROVIDE ( MD5Init = 0x40005648 );
|
|
|
|
PROVIDE ( MD5Update = 0x40005668 );
|
2019-03-26 08:30:43 +00:00
|
|
|
/* bootloader will use following functions from xtensa hal library */
|
2019-05-27 06:29:43 +00:00
|
|
|
xthal_get_ccount = 0x40015cbc;
|
|
|
|
xthal_get_ccompare = 0x40015ce8;
|
|
|
|
xthal_set_ccompare = 0x40015cc4;
|