Wang Meng Yang c9cf530c51 Merge branch 'bugfix/invalid_feat_page_exec_v3.3' into 'release/v3.3' пре 4 година
..
hwcrypto 0f3f7d984a Fixed warnings for components driver, esp32 and mbedtls пре 6 година
include 3c7f439d5b bootloader: Add fault injection resistance to Secure Boot bootloader verification пре 4 година
ld bb824d7a4b bugfix/fix crash when lmp flooding пре 4 година
lib @ e8dd34f6a7 1a47ecbfac esp_wifi: Fix setting channel error after WiFi stop пре 4 година
test 1975d39d44 esp_wifi: Modify ESP_IF_WIFI_AP to WIFI_IF_AP пре 4 година
CMakeLists.txt 1786fc9ed2 esp32: Refactor backtrace and add esp_backtrace_print() пре 5 година
Kconfig 22487a65ac paritition_table: Verify the partition table md5sum when loading the app пре 4 година
Makefile.projbuild d497c4babd ldgen: fix build issue on make when build dir is a symlink пре 5 година
brownout.c 0aa384d40c esp32: add API to get reset reason пре 7 година
cache_err_int.c f6e1a12b34 esp32: panic: do digital reset if cache error interrupt is set пре 6 година
cache_sram_mmu.c 81e35a142a Spiram: Add option to reserve MMU banks; add himem API to make use of those banks пре 7 година
clk.c a5f9a0cbe4 esp32: Add a Kconfig option- Number of attempts to repeat 32k XTAL calibration пре 5 година
coexist.c b9b401ee39 Decouple WiFi and BT with coexist to reduce bin size пре 7 година
component.mk 6babdfc0b7 ipc: prevent code getting pulled in for unicore configuration пре 6 година
cpu_start.c a461605003 efuse: Add ESP32 V3 'disable Download Mode' functionality пре 5 година
crosscore_int.c a1fd207aee Add Task Watchdog backtrace printing пре 5 година
dbg_stubs.c c1b6a37bb1 esp32: Adds GCOV debug stubs support пре 7 година
debug_helpers.c 1786fc9ed2 esp32: Refactor backtrace and add esp_backtrace_print() пре 5 година
debug_helpers_asm.S 1786fc9ed2 esp32: Refactor backtrace and add esp_backtrace_print() пре 5 година
dport_access.c 68791163b2 esp32: Fix esp_dport_access_reg_read пре 6 година
dport_panic_highint_hdl.S ab63b48f6f add soft solution for esp32 eco3 live lock issue пре 5 година
esp_adapter.c 3cf6f36765 esp_wifi: decouple Wi-Fi and bluetooth with coexist to reduce binary file size пре 5 година
esp_clk_internal.h f7df532ec0 bugfix/rtc_clk_32k_bootstrap: Fix starting 32k RTC пре 8 година
esp_err_to_name.c d5f9d1f748 Revert "esp_wifi: optimize WiFi TX performance" пре 5 година
esp_err_to_name.c.in 6f40b528fa esp32: esp_err_to_name_r: print error code as hex and decimal пре 7 година
esp_himem.c 81e35a142a Spiram: Add option to reserve MMU banks; add himem API to make use of those banks пре 7 година
esp_system_internal.h 0aa384d40c esp32: add API to get reset reason пре 7 година
esp_timer.c 5a6ac7f32f esp_timer: fix the bug that when timeout of timer happens try to run callback, and high priority task delete the timer and break the callback пре 6 година
esp_timer_esp32.c 2718fdbd95 esp_timer/esp32: Fix case when alarm_reg > counter_reg but FRC_TIMER_INT_STATUS is not set пре 6 година
esp_timer_impl.h 8c307a5720 sleep: fix deadlock in esp_timer_impl_advance after light sleep пре 7 година
ets_timer_legacy.c 094cf4d79d wifi/bt coexistence: Fix disabled cache access race when writing to flash пре 8 година
event_default_handlers.c 1975d39d44 esp_wifi: Modify ESP_IF_WIFI_AP to WIFI_IF_AP пре 4 година
event_loop.c 5a83347bec event: Implement event loop library пре 7 година
fast_crypto_ops.c 4afa5d0d29 esp32/wpa_supplicant: fix some bugs introduced by wifi os adapter пре 7 година
freertos_hooks.c b5c321d981 esp32: fix regression introduced in automatic light sleep pm пре 7 година
gdbstub.c c22e572ad0 gdbstub: minor cleanup пре 7 година
hw_random.c 83a179abb0 esp32: Add esp_fill_random() function пре 7 година
int_wdt.c ab63b48f6f add soft solution for esp32 eco3 live lock issue пре 5 година
intr_alloc.c 6babdfc0b7 ipc: prevent code getting pulled in for unicore configuration пре 6 година
ipc.c 4ff262ecff ipc: initialise automatically, if called from the app пре 7 година
lib_printf.c a15f77e1c7 esp_wifi_mesh: update wifi mesh libs пре 5 година
libhal.a bd6ea4393c Initial public version пре 9 година
linker.lf b764454e52 esp_wifi:Put some rx code to iram пре 6 година
panic.c 1786fc9ed2 esp32: Refactor backtrace and add esp_backtrace_print() пре 5 година
phy.h 67424816cc esp32: some changes relating to phy v3900 пре 7 година
phy_init.c 3a56cfc9b3 esp_wifi: optimize phy version log пре 5 година
phy_init_data.h 426736c769 bugfix: fix some wifi bugs пре 5 година
pm_esp32.c 64fbce50c2 Merge branch 'bugfix/pm_isr_exit_lock_v3.3' into 'release/v3.3' пре 6 година
pm_impl.h b5c321d981 esp32: fix regression introduced in automatic light sleep pm пре 7 година
pm_locks.c 5080a23ac3 esp_pm: fix formatting issues in esp_pm_dump_locks пре 5 година
pm_trace.c 028fbb58e8 freertos,esp32: automatic light sleep support пре 7 година
pm_trace.h 028fbb58e8 freertos,esp32: automatic light sleep support пре 7 година
project_include.cmake da390618c2 cmake: Fix psram workaround compiler flag application пре 7 година
reset_reason.c 6dae5b206f reset_reason: fix setting wake stub entry point to 0x80000000 пре 7 година
restore.c 8cb0d52c43 esp_system: remove link time dependency on WiFi stack пре 8 година
sleep_modes.c ce3d20dcd2 Fix external start fail пре 6 година
spiram.c a62cbfec9a Merge branch 'bugfix/fix_psram_eid' into 'master' пре 7 година
spiram_psram.c 49ace4968f spiram: fix the read id failure пре 5 година
spiram_psram.h a0beff99d2 bugfix(psram): fix psram size acquisition method пре 7 година
stack_check.c 692a890232 esp32: Adds Stack Smashing Protection Feature пре 8 година
system_api.c 8fcca01384 driver(uart): fix uart module reset issue (release V3.3) пре 4 година
task_wdt.c a1fd207aee Add Task Watchdog backtrace printing пре 5 година
wifi_init.c 56416dddda esp_wifi: Updata WiFi lib пре 5 година