Jiang Jiang Jian e7f9e3f6f6 Merge branch 'bugfix/add_connected_event_after_softap_finish_4_way' into 'master' 7 lat temu
..
hwcrypto 761d44bd36 Merge branch 'bugfix/xts_compile_err' into 'master' 7 lat temu
include 00a13bd8d3 Merge branch 'bugfix/init_memctl' into 'master' 7 lat temu
ld 63411fc556 tools: implement linker script generation 7 lat temu
lib @ f013881696 5b4e3da759 wifi: add connected event after softap finish 4 way 7 lat temu
test 6091021e83 unity: separate common and IDF specific functionality 7 lat temu
CMakeLists.txt 8027adaf81 esp32, mbedtls: check component name when enabling test flags 7 lat temu
Kconfig 181a40ae30 esp32: Adds menuconfig option for max tasks number in core dump 7 lat temu
Makefile.projbuild 8027adaf81 esp32, mbedtls: check component name when enabling test flags 7 lat temu
brownout.c 0aa384d40c esp32: add API to get reset reason 7 lat temu
cache_err_int.c 33cb16fd2a esp32: fix cache error interrupt handler 8 lat temu
cache_sram_mmu.c 81e35a142a Spiram: Add option to reserve MMU banks; add himem API to make use of those banks 7 lat temu
clk.c 621e316725 Merge branch 'feat/psram_support_hspi' into 'master' 7 lat temu
coexist.c 58e7464dc0 component/esp32 : clear some minor thingsw about PM and coexistence 8 lat temu
coexist_internal.h 58e7464dc0 component/esp32 : clear some minor thingsw about PM and coexistence 8 lat temu
component.mk 63411fc556 tools: implement linker script generation 7 lat temu
core_dump.c 76e02cadcc esp32: Adds support for core dump format version 7 lat temu
cpu_start.c 964f5a91f7 bootloader, esp32: add workaround for Tensilica erratum 572 7 lat temu
crosscore_int.c f6442abdeb esp32: Move esp_crosscore_isr_handle_yield() to IRAM 7 lat temu
dbg_stubs.c c1b6a37bb1 esp32: Adds GCOV debug stubs support 7 lat temu
dport_access.c e5b280f173 dport: Bigfix dport_read code move to IRAM 7 lat temu
dport_panic_highint_hdl.S 834c056234 xtensa: remove unused header files 7 lat temu
esp_clk_internal.h f7df532ec0 bugfix/rtc_clk_32k_bootstrap: Fix starting 32k RTC 8 lat temu
esp_err_to_name.c 2af9d7e0ed HTTP Server : Added esp_ prefix to http_server component files 7 lat temu
esp_err_to_name.c.in 6f40b528fa esp32: esp_err_to_name_r: print error code as hex and decimal 7 lat temu
esp_himem.c 81e35a142a Spiram: Add option to reserve MMU banks; add himem API to make use of those banks 7 lat temu
esp_system_internal.h 0aa384d40c esp32: add API to get reset reason 7 lat temu
esp_timer.c 0d65f3b7f9 Merge branch 'bugfix/light_sleep_fixes' into 'master' 7 lat temu
esp_timer_esp32.c a8da9c1b96 Fixed typos on booleans. 7 lat temu
esp_timer_impl.h 8c307a5720 sleep: fix deadlock in esp_timer_impl_advance after light sleep 7 lat temu
ets_timer_legacy.c 094cf4d79d wifi/bt coexistence: Fix disabled cache access race when writing to flash 8 lat temu
event_default_handlers.c 770e413d4c esp32: fix the bug that SYSTEM_EVENT_STA_GOT_IP is forbidden when gateway is 0.0.0.0 7 lat temu
event_loop.c 5a83347bec event: Implement event loop library 7 lat temu
fast_crypto_ops.c 4afa5d0d29 esp32/wpa_supplicant: fix some bugs introduced by wifi os adapter 7 lat temu
freertos_hooks.c b5c321d981 esp32: fix regression introduced in automatic light sleep pm 7 lat temu
gdbstub.c 744c2dcdd9 Resolve problems found by enabling -Wwrite-strings compilation flag 7 lat temu
hw_random.c 83a179abb0 esp32: Add esp_fill_random() function 7 lat temu
int_wdt.c 624828ce83 Dump the frame of the other core when interrupt watchdog happens 8 lat temu
intr_alloc.c ef84773689 intr: fix a type mismatch warning 7 lat temu
ipc.c 4ff262ecff ipc: initialise automatically, if called from the app 7 lat temu
lib_printf.c 58e7464dc0 component/esp32 : clear some minor thingsw about PM and coexistence 8 lat temu
libhal.a bd6ea4393c Initial public version 9 lat temu
linker.lf 63411fc556 tools: implement linker script generation 7 lat temu
panic.c d4e572bdb1 esp32: Add macro to check a condition without abort 7 lat temu
phy.h 67424816cc esp32: some changes relating to phy v3900 7 lat temu
phy_init.c 901e2af793 esp32: do not try to load PHY data if fail to open NVS 7 lat temu
phy_init_data.h b355854d4d Merge branch 'master' into feature/cmake 7 lat temu
pm_esp32.c 0716e65955 pm: prevent entering light sleep again immediately after wakeup 7 lat temu
pm_impl.h b5c321d981 esp32: fix regression introduced in automatic light sleep pm 7 lat temu
pm_locks.c 47e3c9dd4b pm: initial version of power management APIs 8 lat temu
pm_trace.c 028fbb58e8 freertos,esp32: automatic light sleep support 7 lat temu
pm_trace.h 028fbb58e8 freertos,esp32: automatic light sleep support 7 lat temu
reset_reason.c 6dae5b206f reset_reason: fix setting wake stub entry point to 0x80000000 7 lat temu
restore.c 8cb0d52c43 esp_system: remove link time dependency on WiFi stack 8 lat temu
sleep_modes.c 508fb79a26 uart: fix uart_tx_wait_idle to wait for fifo empty 7 lat temu
spiram.c b6d7675e60 ethernet: fix some bugs in phy&mac driver 7 lat temu
spiram_psram.c 20a666fe03 esp32: support to use hspi to output clock for 4MB PSRAM 7 lat temu
spiram_psram.h a10b7e892c bugfix(psram): fix psram driver 7 lat temu
stack_check.c 692a890232 esp32: Adds Stack Smashing Protection Feature 8 lat temu
system_api.c 8d698a59f4 defination: fix the bug that esp_derive_local_mac() defination missing 7 lat temu
task_wdt.c d4e572bdb1 esp32: Add macro to check a condition without abort 7 lat temu
wifi_init.c b9126e69bc wifi: Set default wifi library log level based on sdkconfig 7 lat temu
wifi_os_adapter.c b32b93a607 Add OS adapter to WiFi driver 7 lat temu