1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-25 20:02:37 +03:00
Mike Nix 51daecc236
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.
2020-05-26 20:04:49 -04:00
..
2015-06-05 14:07:49 +03:00
2020-05-26 20:04:49 -04:00
2020-05-26 20:04:49 -04:00
2015-07-06 21:04:08 +03:00
2015-05-29 19:27:03 +03:00
2015-05-29 19:27:03 +03:00
2020-04-23 12:15:21 -04:00