1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-27 18:02:17 +03:00

Xmc flash 2 (#7317)

* Remove unnecessary XMC support from eboot

eboot is always run with the flash access speed set to 20MHz, so
there is no need for special treatment of XMC chips.

* After eboot copies the new firmware into place, verify the copy.

If the data written to flash is as expected, the line cmp:0 will be displayed
after the usual @cp:0 from eboot.

* Disable interrupts during the precached part of _SPICommand()

For some reason this was an issue during the reboot after an OTA update.
This commit is contained in:
Mike Nix
2020-05-27 08:04:49 +08:00
committed by GitHub
parent 0deb87483e
commit 51daecc236
3 changed files with 38 additions and 70 deletions

Binary file not shown.