OVMS3-idf/components/esp_rom
chenjianqiang d77c74770a bugfix(flash): add flash config in app startup
We fixed some flash bugs in bootloader, but for the users used the old
vrsion bootloader, they can not fix these bugs via OTA, the solution is
add these updates in app startup.

These updates include:
1. SPI flash gpio matrix and drive strength configuration
2. SPI flash clock configuration
3. SPI flash read dummy configuration
4. SPI flash cs timing configuration
5. Update flash id of g_rom_flashchip
2019-07-18 14:40:59 +08:00
..
esp32/ld Merge branch 'bugfix/libgcc_fpu_functions' into 'master' 2019-06-04 08:41:58 +08:00
include/esp32/rom bugfix(flash): add flash config in app startup 2019-07-18 14:40:59 +08:00
CMakeLists.txt components: use new component registration api 2019-06-21 19:53:29 +08:00
component.mk esp_rom: don’t include locale functions when compiling with newlib 3 2019-04-10 13:52:30 +08:00
esp_rom.c separate rom from esp32 component to esp_rom 2019-03-21 18:51:45 +08:00