OVMS3-idf/components/esp32
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
..
include Merge branch 'bugfix/nvs_typedef_naming_pr3239' into 'master' 2019-05-29 08:14:00 +08:00
ld add esp_eth component 2019-06-26 10:19:23 +08:00
test Merge branch 'bugfix/esp_timer_delete_from_cb' into 'master' 2019-07-02 14:16:26 +08:00
brownout.c all: Using xxx_periph.h 2019-06-03 14:15:08 +08:00
cache_err_int.c all: Using xxx_periph.h 2019-06-03 14:15:08 +08:00
cache_sram_mmu.c Spiram: Add option to reserve MMU banks; add himem API to make use of those banks 2018-10-15 14:32:58 +08:00
clk.c Merge branch 'feature/add_xxx_periph_h' into 'master' 2019-06-04 13:24:14 +08:00
CMakeLists.txt Merge branch 'feature/gdbstub_multi_target' into 'master' 2019-07-05 14:33:54 +08:00
component.mk misc adjustment of esp32 component 2019-04-03 19:57:46 +08:00
cpu_start.c bugfix(flash): add flash config in app startup 2019-07-18 14:40:59 +08:00
crosscore_int.c all: Using xxx_periph.h 2019-06-03 14:15:08 +08:00
dport_access.c all: Using xxx_periph.h 2019-06-03 14:15:08 +08:00
dport_panic_highint_hdl.S Rename Kconfig options (components/esp32) 2019-05-21 09:09:01 +02:00
esp_adapter.c esp_wifi: refactor smartconfig callback to use esp event 2019-07-04 18:00:04 +08:00
esp_clk_internal.h bugfix/rtc_clk_32k_bootstrap: Fix starting 32k RTC 2018-03-21 13:27:56 +05:00
esp_himem.c separate rom from esp32 component to esp_rom 2019-03-21 18:51:45 +08:00
esp_timer_esp32.c move common source files from esp32 to esp_common 2019-03-22 10:35:03 +08:00
hw_random.c move esp32 chip specific includes to esp32/xxx.h 2019-03-18 17:14:05 +08:00
int_wdt.c all: Using xxx_periph.h 2019-06-03 14:15:08 +08:00
intr_alloc.c all: Using xxx_periph.h 2019-06-03 14:15:08 +08:00
Kconfig gdbstub: move to a separate component, support multiple targets 2019-07-02 11:06:25 +02:00
linker.lf esp32: Use FPU for floating point divide, power, complex multiplications 2019-05-29 10:14:31 +10:00
Makefile.projbuild esp_wifi: fix wrong path of phy_init_data 2019-06-18 11:29:09 +08:00
panic.c esp32: Refactor backtrace and add esp_backtrace_print() 2019-06-19 18:30:18 +08:00
pm_esp32.c power_management: port*_CRITICAL vanilla FreeRTOS compliance 2019-05-13 16:39:19 +05:30
pm_trace.c all: Using xxx_periph.h 2019-06-03 14:15:08 +08:00
project_include.cmake components: update with build system changes 2019-05-13 19:59:17 +08:00
reset_reason.c all: Using xxx_periph.h 2019-06-03 14:15:08 +08:00
sdkconfig.rename feat(psram): config SPI psram pins based on efuse value 2019-05-28 21:25:16 +08:00
sleep_modes.c all: Using xxx_periph.h 2019-06-03 14:15:08 +08:00
spiram.c Rename Kconfig options (components/esp32) 2019-05-21 09:09:01 +02:00
spiram_psram.c bugfix(flash): add flash config in app startup 2019-07-18 14:40:59 +08:00
spiram_psram.h all: Using xxx_periph.h 2019-06-03 14:15:08 +08:00
system_api.c all: Using xxx_periph.h 2019-06-03 14:15:08 +08:00
task_wdt.c all: Using xxx_periph.h 2019-06-03 14:15:08 +08:00