OVMS3-idf/components/soc
Michael (XIAO Xufeng) fa555e3109 esp_flash: fix a compatibility issue working with the ROM
The esp_flash API has a side effects: it modifies the clock control
registers, and this makes the clock inconsistent with the ROM variable
`g_rom_spiflash_dummy_len_plus`.

This commit helps the ROM to get the correct dummy cycles required by
the latest clock settings. Every device on the SPI1 bus will update the
ROM variable when it modifies the clock registers.
2019-07-29 03:00:09 +00:00
..
esp32 ethernet: can build without enable esp32 emac 2019-07-22 21:07:02 +08:00
include esp_flash: add initialization interface for SPI devices 2019-06-27 13:27:27 +08:00
src esp_flash: fix a compatibility issue working with the ROM 2019-07-29 03:00:09 +00:00
test components: use new component registration api 2019-06-21 19:53:29 +08:00
CMakeLists.txt cmake: some formatting fixes 2019-06-21 19:53:29 +08:00
component.mk make: fix build failure on macos with GNU make <= 3.81 2019-05-16 14:09:43 +02:00
linker.lf ethernet: can build without enable esp32 emac 2019-07-22 21:07:02 +08:00