esp32.bootloader.rom.ld 400 B

123456789
  1. PROVIDE ( ets_update_cpu_frequency = 0x40008550 ); /* Updates g_ticks_per_us on the current CPU only; not on the other core */
  2. PROVIDE ( MD5Final = 0x4005db1c );
  3. PROVIDE ( MD5Init = 0x4005da7c );
  4. PROVIDE ( MD5Update = 0x4005da9c );
  5. /* bootloader will use following functions from xtensa hal library */
  6. xthal_get_ccount = 0x4000c050;
  7. xthal_get_ccompare = 0x4000c078;
  8. xthal_set_ccompare = 0x4000c058;