Jiang Jiang Jian 148a269808 Merge branch 'bugfix/improve_spi_timing_for_flash_v3.3' into 'release/v3.3' 6 년 전
..
hwcrypto 3991084777 sha: Add fault injection checks reading hash digest state 6 년 전
include b482ba117d efuse: update the scheme of getting chip revision 6 년 전
ld b354c11db7 esp32: Rename esp32.common.ld to esp32.project.ld to avoid build errors when downgrading 6 년 전
lib @ de6c4ab211 2d7124e319 fix the watchdog bug during WiFi scan and BLE scan 6 년 전
test 0176f912b6 esp32: Chunk input blocks for esp_sha() function performance, add perf test 6 년 전
CMakeLists.txt b354c11db7 esp32: Rename esp32.common.ld to esp32.project.ld to avoid build errors when downgrading 6 년 전
Kconfig b482ba117d efuse: update the scheme of getting chip revision 6 년 전
Makefile.projbuild b354c11db7 esp32: Rename esp32.common.ld to esp32.project.ld to avoid build errors when downgrading 6 년 전
brownout.c 0aa384d40c esp32: add API to get reset reason 7 년 전
cache_err_int.c 33cb16fd2a esp32: fix cache error interrupt handler 8 년 전
cache_sram_mmu.c 81e35a142a Spiram: Add option to reserve MMU banks; add himem API to make use of those banks 7 년 전
clk.c e3956787f6 clk: fix regression in clock setting for SPIRAM with 80MHz config 7 년 전
coexist.c b9b401ee39 Decouple WiFi and BT with coexist to reduce bin size 7 년 전
component.mk b354c11db7 esp32: Rename esp32.common.ld to esp32.project.ld to avoid build errors when downgrading 6 년 전
cpu_start.c 148a269808 Merge branch 'bugfix/improve_spi_timing_for_flash_v3.3' into 'release/v3.3' 6 년 전
crosscore_int.c 2ef218059b crosscore_init: port*_CRITICAL vanilla FreeRTOS compliance 6 년 전
dbg_stubs.c c1b6a37bb1 esp32: Adds GCOV debug stubs support 7 년 전
dport_access.c b482ba117d efuse: update the scheme of getting chip revision 6 년 전
dport_panic_highint_hdl.S 834c056234 xtensa: remove unused header files 7 년 전
esp_adapter.c 620bba3a66 esp32: fix some WiFi bugs 6 년 전
esp_clk_internal.h f7df532ec0 bugfix/rtc_clk_32k_bootstrap: Fix starting 32k RTC 7 년 전
esp_err_to_name.c 509e1264b9 efuse: Fix to pass CI tests 7 년 전
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 227f8daef3 esp_timer: do not allow deleting timers while callbacks are dispatched 7 년 전
esp_timer_esp32.c d3724dc35d esp_timer: fix occasional failures in "monotonic values" test 7 년 전
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 cf3647fe40 wps: add overlap event (backport v3.3) 6 년 전
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 624828ce83 Dump the frame of the other core when interrupt watchdog happens 8 년 전
intr_alloc.c 378a5b159a intr_alloc: port*_CRITICAL vanilla FreeRTOS compliance 6 년 전
ipc.c 4ff262ecff ipc: initialise automatically, if called from the app 7 년 전
lib_printf.c 58e7464dc0 component/esp32 : clear some minor thingsw about PM and coexistence 7 년 전
libhal.a bd6ea4393c Initial public version 9 년 전
linker.lf 711173b3d6 esp32: make WiFi IRAM optimization configurable 7 년 전
panic.c 37b55a5eb5 esp32: print ELF file SHA256 in panic handler 7 년 전
phy.h 67424816cc esp32: some changes relating to phy v3900 7 년 전
phy_init.c b9b401ee39 Decouple WiFi and BT with coexist to reduce bin size 7 년 전
phy_init_data.h b355854d4d Merge branch 'master' into feature/cmake 7 년 전
pm_esp32.c f73c972280 power_management: port*_CRITICAL vanilla FreeRTOS compliance 6 년 전
pm_impl.h b5c321d981 esp32: fix regression introduced in automatic light sleep pm 7 년 전
pm_locks.c f73c972280 power_management: port*_CRITICAL vanilla FreeRTOS compliance 6 년 전
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 4cd7fd89f5 bugfix(flash): add spi dio address bitlen configure in psram init 6 년 전
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 b482ba117d efuse: update the scheme of getting chip revision 6 년 전
task_wdt.c d4e572bdb1 esp32: Add macro to check a condition without abort 7 년 전
wifi_init.c b9b401ee39 Decouple WiFi and BT with coexist to reduce bin size 7 년 전