OVMS3-idf/components/soc/src/hal
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
..
spi_flash_hal.c spi_flash: support working on differnt buses and frequency 2019-06-18 06:32:52 +00:00
spi_flash_hal_iram.c esp_flash: fix a compatibility issue working with the ROM 2019-07-29 03:00:09 +00:00
spi_hal.c spi_slave: add HAL support 2019-05-20 07:34:34 +00:00
spi_hal_iram.c spi: multichip support 2019-06-20 10:38:52 +08:00
spi_slave_hal.c spi_slave: add HAL support 2019-05-20 07:34:34 +00:00
spi_slave_hal_iram.c spi_slave: add HAL support 2019-05-20 07:34:34 +00:00