Jiang Jiang Jian 4d4c055a1a Merge branch 'bugfix/recompile_with_new_psram_toolchain' into 'master' 8 tahun lalu
..
hwcrypto 703d143619 hwcrypto: Fix bug with concurrent SHA access 8 tahun lalu
include eb659e401d Merge branch 'feature/esp_intr_set_in_iram' into 'master' 8 tahun lalu
ld f8580ea98f esp32: Change 192KB runtime static limit workaround to a 176KB link time workaround 8 tahun lalu
lib @ c19d8c7a6c 3fd421ab01 recompile wifi lib with new toolchain 1.22.0-78-g4b87650 8 tahun lalu
test 15b6b64c99 watchdog: enable INT WDT unit test 8 tahun lalu
Kconfig c69af42b96 esp32: Fix backwards compatibility for pre-v2.1 bootloaders 8 tahun lalu
Makefile.projbuild 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 tahun lalu
brownout.c 01b185977c brownout detector: enable by default 8 tahun lalu
cache_err_int.c 33cb16fd2a esp32: fix cache error interrupt handler 8 tahun lalu
clk.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 tahun lalu
component.mk 692a890232 esp32: Adds Stack Smashing Protection Feature 8 tahun lalu
core_dump.c bfeecd2b56 freertos: deprecate XT_CLOCK_FREQ 8 tahun lalu
cpu_start.c f8580ea98f esp32: Change 192KB runtime static limit workaround to a 176KB link time workaround 8 tahun lalu
crosscore_int.c 566f018996 crosscore_int: add support for FREQ_SWITCH event 8 tahun lalu
dport_access.c 6b61c6d39f esp32: exclude DPORT-related code in single core mode 8 tahun lalu
dport_panic_highint_hdl.S 6b61c6d39f esp32: exclude DPORT-related code in single core mode 8 tahun lalu
esp_clk_internal.h 37e9bc715c esp_clk.h: make public, add getters for RTC time, CPU/APB freq 8 tahun lalu
esp_timer.c 6e7eb3c776 esp_timer: fix for the case when timer is deleted in callback 8 tahun lalu
esp_timer_esp32.c 0a1f81dc01 esp_timer:fix three bugs about timer get and timer alarm where overflow is not correct 8 tahun lalu
esp_timer_impl.h eb0c34e5c9 esp_timer: add support for frequency scaling 8 tahun lalu
ets_timer_legacy.c 094cf4d79d wifi/bt coexistence: Fix disabled cache access race when writing to flash 8 tahun lalu
event_default_handlers.c ea2afa83a8 log: Remove non-static TAG variables 8 tahun lalu
event_loop.c 17da994345 esp_event_send: check if the event loop is initialized 8 tahun lalu
fast_crypto_ops.c 57bc38d867 Add the fast crypto function in supplicant 8 tahun lalu
freertos_hooks.c 9d63e1da4a New Task Watchdog API (Revert of Revert) 8 tahun lalu
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 tahun lalu
hw_random.c bfeecd2b56 freertos: deprecate XT_CLOCK_FREQ 8 tahun lalu
int_wdt.c bd1d631134 watchdogs: make sure timer group peripherals are enabled 8 tahun lalu
intr_alloc.c e3282a0cac Add esp_intr_set_in_iram 8 tahun lalu
ipc.c 768bbcd8aa fix buffer overflow in ipc.c 8 tahun lalu
lib_printf.c b57aecdfe9 uart_tx_wait_idle: fix issue with last character not transmitted 9 tahun lalu
libhal.a bd6ea4393c Initial public version 9 tahun lalu
libstdc++-psram-workaround.a 983ec73413 libstdc++: update the library built with PSRAM workaround 8 tahun lalu
panic.c f80824a2d8 test: support test for UT cases expect to reset 8 tahun lalu
phy.h 7ee8ee8b7e soc: add source code of rtc_clk, rtc_pm 8 tahun lalu
phy_init.c 42cefc173f refractor WiFi clock setting 8 tahun lalu
phy_init_data.h 09862b5918 component/esp32 : update phy & rtc 8 tahun lalu
pm_esp32.c 68e1751b78 pm: initial implementation for ESP32 8 tahun lalu
pm_impl.h 68e1751b78 pm: initial implementation for ESP32 8 tahun lalu
pm_locks.c 47e3c9dd4b pm: initial version of power management APIs 8 tahun lalu
pm_trace.c 3f818f4862 pm: support for tracing using GPIOs 8 tahun lalu
pm_trace.h 3f818f4862 pm: support for tracing using GPIOs 8 tahun lalu
restore.c 8cb0d52c43 esp_system: remove link time dependency on WiFi stack 8 tahun lalu
sleep_modes.c fb9c106bcb soc/rtc: add function to get/set VDDSDIO configuration 8 tahun lalu
smartconfig.c 6753f6cb59 Refractor smartconfig 8 tahun lalu
smartconfig.h 6753f6cb59 Refractor smartconfig 8 tahun lalu
spiram.c 90bbcbcdc0 unit tests: fix warnings, build with -Werror 8 tahun lalu
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 tahun lalu
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 tahun lalu
stack_check.c 692a890232 esp32: Adds Stack Smashing Protection Feature 8 tahun lalu
system_api.c 5f6be9b4ce esp32: reconfigure SPI flash pins in esp_restart 8 tahun lalu
task_wdt.c bd1d631134 watchdogs: make sure timer group peripherals are enabled 8 tahun lalu
wifi_init.c df3c857a30 esp32: add power management hooks for WiFi library 8 tahun lalu
wifi_internal.c 5df39cd4b6 Allocate some memories in SPIRAM first. 8 tahun lalu