Jiang Jiang Jian 2eb4374a5b Merge branch 'bugfix/coex_schm_rebased_v3.3' into 'release/v3.3' il y a 6 ans
..
hwcrypto 0f3f7d984a Fixed warnings for components driver, esp32 and mbedtls il y a 6 ans
include 2eb4374a5b Merge branch 'bugfix/coex_schm_rebased_v3.3' into 'release/v3.3' il y a 6 ans
ld b764454e52 esp_wifi:Put some rx code to iram il y a 6 ans
lib @ af82da39eb a41443184e components/esp_wifi: improve coexistence performance according to specific WiFi/BT/BLE scienario il y a 6 ans
test 2718fdbd95 esp_timer/esp32: Fix case when alarm_reg > counter_reg but FRC_TIMER_INT_STATUS is not set il y a 6 ans
CMakeLists.txt 8b44275fbf esp32: fix generation of phy_init_data.bin il y a 6 ans
Kconfig a41443184e components/esp_wifi: improve coexistence performance according to specific WiFi/BT/BLE scienario il y a 6 ans
Makefile.projbuild b354c11db7 esp32: Rename esp32.common.ld to esp32.project.ld to avoid build errors when downgrading il y a 6 ans
brownout.c 0aa384d40c esp32: add API to get reset reason il y a 7 ans
cache_err_int.c f6e1a12b34 esp32: panic: do digital reset if cache error interrupt is set il y a 6 ans
cache_sram_mmu.c 81e35a142a Spiram: Add option to reserve MMU banks; add himem API to make use of those banks il y a 7 ans
clk.c e3956787f6 clk: fix regression in clock setting for SPIRAM with 80MHz config il y a 7 ans
coexist.c b9b401ee39 Decouple WiFi and BT with coexist to reduce bin size il y a 7 ans
component.mk b354c11db7 esp32: Rename esp32.common.ld to esp32.project.ld to avoid build errors when downgrading il y a 6 ans
cpu_start.c 19913cec43 esp_wifi: fix WiFi scan and connect bugs when coexist with Bluetooth il y a 6 ans
crosscore_int.c 2ef218059b crosscore_init: port*_CRITICAL vanilla FreeRTOS compliance il y a 6 ans
dbg_stubs.c c1b6a37bb1 esp32: Adds GCOV debug stubs support il y a 7 ans
dport_access.c 68791163b2 esp32: Fix esp_dport_access_reg_read il y a 6 ans
dport_panic_highint_hdl.S 2e9904556f esp32: Dis interrupts up to 5 lvl for DPORT il y a 6 ans
esp_adapter.c 78d7e214d6 esp32: fix a WiFi RX bug il y a 6 ans
esp_clk_internal.h f7df532ec0 bugfix/rtc_clk_32k_bootstrap: Fix starting 32k RTC il y a 8 ans
esp_err_to_name.c 7d60a78b31 esp_https_ota: Add support for URL redirection, basic auth and more control with new APIs il y a 6 ans
esp_err_to_name.c.in 6f40b528fa esp32: esp_err_to_name_r: print error code as hex and decimal il y a 7 ans
esp_himem.c 81e35a142a Spiram: Add option to reserve MMU banks; add himem API to make use of those banks il y a 7 ans
esp_system_internal.h 0aa384d40c esp32: add API to get reset reason il y a 7 ans
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 il y a 6 ans
esp_timer_esp32.c 2718fdbd95 esp_timer/esp32: Fix case when alarm_reg > counter_reg but FRC_TIMER_INT_STATUS is not set il y a 6 ans
esp_timer_impl.h 8c307a5720 sleep: fix deadlock in esp_timer_impl_advance after light sleep il y a 7 ans
ets_timer_legacy.c 094cf4d79d wifi/bt coexistence: Fix disabled cache access race when writing to flash il y a 8 ans
event_default_handlers.c cf3647fe40 wps: add overlap event (backport v3.3) il y a 6 ans
event_loop.c 5a83347bec event: Implement event loop library il y a 7 ans
fast_crypto_ops.c 4afa5d0d29 esp32/wpa_supplicant: fix some bugs introduced by wifi os adapter il y a 7 ans
freertos_hooks.c b5c321d981 esp32: fix regression introduced in automatic light sleep pm il y a 7 ans
gdbstub.c c22e572ad0 gdbstub: minor cleanup il y a 7 ans
hw_random.c 83a179abb0 esp32: Add esp_fill_random() function il y a 7 ans
int_wdt.c 624828ce83 Dump the frame of the other core when interrupt watchdog happens il y a 8 ans
intr_alloc.c a8b974f245 intr_alloc: don't call ESP_LOG from a critical section il y a 6 ans
ipc.c 4ff262ecff ipc: initialise automatically, if called from the app il y a 7 ans
lib_printf.c 58e7464dc0 component/esp32 : clear some minor thingsw about PM and coexistence il y a 8 ans
libhal.a bd6ea4393c Initial public version il y a 9 ans
linker.lf b764454e52 esp_wifi:Put some rx code to iram il y a 6 ans
panic.c f6e1a12b34 esp32: panic: do digital reset if cache error interrupt is set il y a 6 ans
phy.h 67424816cc esp32: some changes relating to phy v3900 il y a 7 ans
phy_init.c a41443184e components/esp_wifi: improve coexistence performance according to specific WiFi/BT/BLE scienario il y a 6 ans
phy_init_data.h b355854d4d Merge branch 'master' into feature/cmake il y a 7 ans
pm_esp32.c 64fbce50c2 Merge branch 'bugfix/pm_isr_exit_lock_v3.3' into 'release/v3.3' il y a 6 ans
pm_impl.h b5c321d981 esp32: fix regression introduced in automatic light sleep pm il y a 7 ans
pm_locks.c f73c972280 power_management: port*_CRITICAL vanilla FreeRTOS compliance il y a 6 ans
pm_trace.c 028fbb58e8 freertos,esp32: automatic light sleep support il y a 7 ans
pm_trace.h 028fbb58e8 freertos,esp32: automatic light sleep support il y a 7 ans
project_include.cmake da390618c2 cmake: Fix psram workaround compiler flag application il y a 7 ans
reset_reason.c 6dae5b206f reset_reason: fix setting wake stub entry point to 0x80000000 il y a 7 ans
restore.c 8cb0d52c43 esp_system: remove link time dependency on WiFi stack il y a 8 ans
sleep_modes.c ce3d20dcd2 Fix external start fail il y a 7 ans
spiram.c a62cbfec9a Merge branch 'bugfix/fix_psram_eid' into 'master' il y a 7 ans
spiram_psram.c 9b34085053 ci: fix one ut issue when using Wrover-B module with newer ver of PSRAM il y a 6 ans
spiram_psram.h a0beff99d2 bugfix(psram): fix psram size acquisition method il y a 7 ans
stack_check.c 692a890232 esp32: Adds Stack Smashing Protection Feature il y a 8 ans
system_api.c b482ba117d efuse: update the scheme of getting chip revision il y a 6 ans
task_wdt.c d4e572bdb1 esp32: Add macro to check a condition without abort il y a 7 ans
wifi_init.c b6e6a4f4b2 esp_wifi: ESP32_WIFI_RX_BA_WIN should be less than ESP32_WIFI_DYNAMIC_RX_BUFFER_NUM il y a 6 ans