Tian Hao 58e7464dc0 component/esp32 : clear some minor thingsw about PM and coexistence 7 年 前
..
hwcrypto 703d143619 hwcrypto: Fix bug with concurrent SHA access 8 年 前
include 58e7464dc0 component/esp32 : clear some minor thingsw about PM and coexistence 7 年 前
ld f8c42369f1 freertos: Adds C11 TLS support 8 年 前
lib @ 152e29aa93 58e7464dc0 component/esp32 : clear some minor thingsw about PM and coexistence 7 年 前
test 139d49894c Merge branch 'feature/deactivate_wakeup_trigger' into 'master' 7 年 前
Kconfig 9b7454de0c support wifi&bt coexist (v0.9.1) 7 年 前
Makefile.projbuild 38e15e6241 build: Remove explict -lstdc++-psram-workaround 8 年 前
brownout.c 01b185977c brownout detector: enable by default 8 年 前
cache_err_int.c 33cb16fd2a esp32: fix cache error interrupt handler 8 年 前
clk.c f7df532ec0 bugfix/rtc_clk_32k_bootstrap: Fix starting 32k RTC 7 年 前
coexist.c 58e7464dc0 component/esp32 : clear some minor thingsw about PM and coexistence 7 年 前
coexist_internal.h 58e7464dc0 component/esp32 : clear some minor thingsw about PM and coexistence 7 年 前
component.mk 38e15e6241 build: Remove explict -lstdc++-psram-workaround 8 年 前
core_dump.c bfeecd2b56 freertos: deprecate XT_CLOCK_FREQ 8 年 前
cpu_start.c dc864c4108 Add option to continue running (with less ram) if psram is enabled but not detected 8 年 前
crosscore_int.c 566f018996 crosscore_int: add support for FREQ_SWITCH event 8 年 前
dport_access.c 6b61c6d39f esp32: exclude DPORT-related code in single core mode 8 年 前
dport_panic_highint_hdl.S 6b61c6d39f esp32: exclude DPORT-related code in single core mode 8 年 前
esp_clk_internal.h f7df532ec0 bugfix/rtc_clk_32k_bootstrap: Fix starting 32k RTC 7 年 前
esp_err_to_name.c 7c4b3d50f8 Make error codes globally unique 7 年 前
esp_err_to_name.c.in f891eac827 ESP32: Optionally disable lookup-tables for esp_err_to_name 8 年 前
esp_timer.c 6e7eb3c776 esp_timer: fix for the case when timer is deleted in callback 8 年 前
esp_timer_esp32.c 127d213b29 component/esp32: fix esp_timer bug 8 年 前
esp_timer_impl.h eb0c34e5c9 esp_timer: add support for frequency scaling 8 年 前
ets_timer_legacy.c 094cf4d79d wifi/bt coexistence: Fix disabled cache access race when writing to flash 8 年 前
event_default_handlers.c ea2afa83a8 log: Remove non-static TAG variables 8 年 前
event_loop.c 17da994345 esp_event_send: check if the event loop is initialized 8 年 前
fast_crypto_ops.c bc97b0f380 bugfix of wpa2 assert when use sha256 do signature 7 年 前
freertos_hooks.c 9d63e1da4a New Task Watchdog API (Revert of Revert) 8 年 前
gdbstub.c 004aadfe70 Fix small bug in gdbstub where it sometimes would not return a valid stop reason, timing out gdb. Also clean up the code a bit. 9 年 前
hw_random.c bfeecd2b56 freertos: deprecate XT_CLOCK_FREQ 8 年 前
int_wdt.c 624828ce83 Dump the frame of the other core when interrupt watchdog happens 8 年 前
intr_alloc.c e3282a0cac Add esp_intr_set_in_iram 8 年 前
ipc.c 768bbcd8aa fix buffer overflow in ipc.c 8 年 前
lib_printf.c 58e7464dc0 component/esp32 : clear some minor thingsw about PM and coexistence 7 年 前
libhal.a bd6ea4393c Initial public version 9 年 前
panic.c 624828ce83 Dump the frame of the other core when interrupt watchdog happens 8 年 前
phy.h 7ee8ee8b7e soc: add source code of rtc_clk, rtc_pm 8 年 前
phy_init.c 58e7464dc0 component/esp32 : clear some minor thingsw about PM and coexistence 7 年 前
phy_init_data.h 09862b5918 component/esp32 : update phy & rtc 8 年 前
pm_esp32.c 7167ad45ab pm: improve debug output from esp_pm_dump_locks 7 年 前
pm_impl.h 68e1751b78 pm: initial implementation for ESP32 8 年 前
pm_locks.c 47e3c9dd4b pm: initial version of power management APIs 8 年 前
pm_trace.c 3f818f4862 pm: support for tracing using GPIOs 8 年 前
pm_trace.h 3f818f4862 pm: support for tracing using GPIOs 8 年 前
restore.c 8cb0d52c43 esp_system: remove link time dependency on WiFi stack 8 年 前
sleep_modes.c 1e9bb5bb7c esp32: Deactivate wakeup trigger after first wakeup 7 年 前
smartconfig.c 6753f6cb59 Refractor smartconfig 8 年 前
smartconfig.h 6753f6cb59 Refractor smartconfig 8 年 前
spiram.c dc864c4108 Add option to continue running (with less ram) if psram is enabled but not detected 8 年 前
spiram_psram.c 569bfad2e3 Fix the clock subsystem so it doesn't undo the weird condition spiram_psram.c jams the enable/reset bits of SPI3 in when 80MHz mode is selected anymore 8 年 前
spiram_psram.h 34372a091c Add initial SPI RAM support. This adds support for an ESP-PSRAM32 chip connected to the default flash pins and GPIO 16 and 17. The RAM is mapped to address 0x3F800000, but otherwise ignored by esp-idf as of yet. 8 年 前
stack_check.c 692a890232 esp32: Adds Stack Smashing Protection Feature 8 年 前
system_api.c 1979235df2 esp32: remove duplicate definition of system_restore 8 年 前
task_wdt.c bd1d631134 watchdogs: make sure timer group peripherals are enabled 8 年 前
wifi_init.c df3c857a30 esp32: add power management hooks for WiFi library 8 年 前
wifi_internal.c 5df39cd4b6 Allocate some memories in SPIRAM first. 8 年 前