| .. |
|
hwcrypto
|
703d143619
hwcrypto: Fix bug with concurrent SHA access
|
пре 8 година |
|
include
|
bc97b0f380
bugfix of wpa2 assert when use sha256 do signature
|
пре 8 година |
|
ld
|
f8c42369f1
freertos: Adds C11 TLS support
|
пре 8 година |
|
lib @ e7921eea87
|
078cd81f10
esp32: Fix wifi stop never return issue
|
пре 8 година |
|
test
|
15b6b64c99
watchdog: enable INT WDT unit test
|
пре 8 година |
|
Kconfig
|
33aee51727
bugfix/remove MEMMAP_SMP config
|
пре 8 година |
|
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
|
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 година |
|
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
|
37e9bc715c
esp_clk.h: make public, add getters for RTC time, CPU/APB freq
|
пре 8 година |
|
esp_err_to_name.c
|
4322e31c98
Make it easier to look up error messages
|
пре 8 година |
|
esp_err_to_name.c.in
|
4322e31c98
Make it easier to look up error messages
|
пре 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
|
пре 8 година |
|
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
|
b57aecdfe9
uart_tx_wait_idle: fix issue with last character not transmitted
|
пре 9 година |
|
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
|
95af1c22b5
components/phy: add IRAM_ATTR attribute to the two APIs used in phy calibration
|
пре 8 година |
|
phy_init_data.h
|
09862b5918
component/esp32 : update phy & rtc
|
пре 8 година |
|
pm_esp32.c
|
9377d4acd4
pm: fix incorrect configuration at startup
|
пре 8 година |
|
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
|
fb9c106bcb
soc/rtc: add function to get/set VDDSDIO configuration
|
пре 8 година |
|
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 година |