morris
|
888316fc64
bootloader_support: refactor to better support multi target
|
6 лет назад |
Angus Gratton
|
438d513a95
Merge branch 'master' into feature/esp32s2beta_merge
|
6 лет назад |
Angus Gratton
|
1cd54d34f6
Merge branch 'bugfix/bootloader_factory_reset_with_wake_up_from_deep_sleep' into 'master'
|
6 лет назад |
KonstantinKondrashov
|
69f45c3674
bootloader: Factory reset not for deep sleep
|
6 лет назад |
KonstantinKondrashov
|
c543aac91e
bootloader: API for the fast wakeup and custom using RTC mem
|
6 лет назад |
Angus Gratton
|
04ae56806c
Merge branch 'master' into feature/esp32s2beta_update
|
6 лет назад |
Anton Maklakov
|
afbaf74007
tools: Mass fixing of empty prototypes (for -Wstrict-prototypes)
|
6 лет назад |
suda-morris
|
61ce868396
make bootloader_support support esp32s2beta
|
6 лет назад |
suda-morris
|
cc98b9ef60
add rom for esp32s2beta
|
6 лет назад |
Angus Gratton
|
22514c1dd9
cmake: For gcc8 use linker to find paths to libc, libm, libstdc++, etc
|
6 лет назад |
morris
|
c159984264
separate rom from esp32 component to esp_rom
|
6 лет назад |
Angus Gratton
|
f0d74b1c64
bootloader: Ensure bootloader never returns to caller
|
7 лет назад |
Konstantin Kondrashov
|
3e0ac4db79
partition_table: Expanding the space under the bootloader
|
7 лет назад |
Konstantin Kondrashov
|
ae10abff2f
bootloader: Add factory reset and start test app
|
7 лет назад |
Konstantin Kondrashov
|
86256b3541
bootloader: Refactoring
|
7 лет назад |
Roland Dobai
|
744c2dcdd9
Resolve problems found by enabling -Wwrite-strings compilation flag
|
7 лет назад |
Angus Gratton
|
da27816314
Merge branch 'feat/add_efuse_cpu_freq_rating' into 'master'
|
7 лет назад |
Liu Zhi Fu
|
072b353b45
bootloader: force SDIO 1.9V if flash is 80M
|
7 лет назад |
Darian Leung
|
8b1277c55f
efuse/add cpu freq rating
|
7 лет назад |
Angus Gratton
|
c69af42b96
esp32: Fix backwards compatibility for pre-v2.1 bootloaders
|
8 лет назад |
Ivan Grokhotkov
|
bad8d3ce57
bootloader: don't log anything before uart_console_configure is called
|
8 лет назад |
Angus Gratton
|
fccc30d2d5
bootloader: Only apply VDDSDIO 1.8V->1.9V if regulator is enabled
|
8 лет назад |
Ivan Grokhotkov
|
afa9a85396
bootloader: wait for UART FIFO to be empty before switching frequency
|
8 лет назад |
Wangjialin
|
d034bc9ca0
bootloader: add configuration of flash pins and VDDIO boost
|
8 лет назад |
Ivan Grokhotkov
|
5a88f90a33
soc/rtc: warn if detected XTAL frequency does not match configured one
|
8 лет назад |
Angus Gratton
|
1cd2ce2471
bootloader: Fix regression preventing OTA updates
|
8 лет назад |
Angus Gratton
|
43e231c916
bootloader: Don't unnecessarily test OTA app slots more than once per boot
|
8 лет назад |
Angus Gratton
|
5eef5e7a5d
bootloader: Fallback if OTA data is invalid
|
8 лет назад |
Angus Gratton
|
17adb40ca8
bootloader: Calculate SHA256 hash of image on every boot
|
8 лет назад |
Angus Gratton
|
0c8888d68f
bootloader: Combine loading from flash & verifying to save boot time
|
8 лет назад |