Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolve HWDT Reset with core_esp8266_vm (#9025)
* Resolve HWDT Reset with core_esp8266_vm With the newer GCC compiler (after tag 3.0.2), example virtualmem was crashing with a HWDT reset. Reordered some SPI register set lines in spi_init(). New ordering was based on ::begin in SPI.cpp This change may resolve issues describe in #9010 * Added memory barrier to changes spi_ctrl appears to need setting before other SPI registers
- Loading branch information