| .. |
|
hwcrypto
|
48fccbf5dd
nvs_flash: Add support for nvs encryption
|
7 лет назад |
|
include
|
127693126a
esp_err: Don't compile in error message strings in "silent assertions" mode
|
7 лет назад |
|
ld
|
70412928de
esp32: fix placement of .rtc_noinit
|
7 лет назад |
|
lib @ b957828199
|
337960338d
component/bt : fix coexist hardware blocking bug
|
7 лет назад |
|
test
|
23984c8a03
Merge branch 'bugfix/rtc_fastmem_data_init' into 'master'
|
7 лет назад |
|
CMakeLists.txt
|
944014f9f2
cmake: fix source list issues
|
7 лет назад |
|
Kconfig
|
5ebf4f7022
Merge branch 'feature/move_rtc_data_rtc_rodata_to_RTC_FAST_seg' into 'master'
|
7 лет назад |
|
Makefile.projbuild
|
43b6c76bba
Merge branch 'feature/expansion_space_for_bootloader' into 'master'
|
7 лет назад |
|
brownout.c
|
0aa384d40c
esp32: add API to get reset reason
|
7 лет назад |
|
cache_err_int.c
|
33cb16fd2a
esp32: fix cache error interrupt handler
|
8 лет назад |
|
clk.c
|
9c715d7946
bootloader_support: Fix enable rtc_wdt for resolve issue with varying supply
|
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
|
ae006fed83
esp32: force pure math functions from libgcc to be linked from ROM
|
7 лет назад |
|
core_dump.c
|
95e26cd461
coredump: Fixes exception stack frame structure indicator
|
7 лет назад |
|
cpu_start.c
|
789855e71b
esp32: abort when running on single core chip in dual core mode
|
7 лет назад |
|
crosscore_int.c
|
f6442abdeb
esp32: Move esp_crosscore_isr_handle_yield() to IRAM
|
7 лет назад |
|
dbg_stubs.c
|
c1b6a37bb1
esp32: Adds GCOV debug stubs support
|
7 лет назад |
|
dport_access.c
|
e5b280f173
dport: Bigfix dport_read code move to IRAM
|
7 лет назад |
|
dport_panic_highint_hdl.S
|
834c056234
xtensa: remove unused header files
|
7 лет назад |
|
esp_clk_internal.h
|
f7df532ec0
bugfix/rtc_clk_32k_bootstrap: Fix starting 32k RTC
|
7 лет назад |
|
esp_err_to_name.c
|
6baf743212
Merge branch 'bugfix/lwip_compat_headers' into 'master'
|
7 лет назад |
|
esp_err_to_name.c.in
|
6f40b528fa
esp32: esp_err_to_name_r: print error code as hex and decimal
|
7 лет назад |
|
esp_system_internal.h
|
0aa384d40c
esp32: add API to get reset reason
|
7 лет назад |
|
esp_timer.c
|
0d65f3b7f9
Merge branch 'bugfix/light_sleep_fixes' into 'master'
|
7 лет назад |
|
esp_timer_esp32.c
|
a8da9c1b96
Fixed typos on booleans.
|
7 лет назад |
|
esp_timer_impl.h
|
8c307a5720
sleep: fix deadlock in esp_timer_impl_advance after light sleep
|
7 лет назад |
|
ets_timer_legacy.c
|
094cf4d79d
wifi/bt coexistence: Fix disabled cache access race when writing to flash
|
8 лет назад |
|
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 лет назад |
|
event_loop.c
|
2984cdbbe3
add mesh feature
|
7 лет назад |
|
fast_crypto_ops.c
|
4afa5d0d29
esp32/wpa_supplicant: fix some bugs introduced by wifi os adapter
|
7 лет назад |
|
freertos_hooks.c
|
b5c321d981
esp32: fix regression introduced in automatic light sleep pm
|
7 лет назад |
|
gdbstub.c
|
744c2dcdd9
Resolve problems found by enabling -Wwrite-strings compilation flag
|
7 лет назад |
|
hw_random.c
|
83a179abb0
esp32: Add esp_fill_random() function
|
7 лет назад |
|
int_wdt.c
|
624828ce83
Dump the frame of the other core when interrupt watchdog happens
|
8 лет назад |
|
intr_alloc.c
|
bbca0e46ed
driver(interrupt): fix the issue that interrupt might be allocated and freed on different cores
|
7 лет назад |
|
ipc.c
|
94c571c017
ipc: fix `esp_ipc_call_blocking` to return after callback execution is completed
|
7 лет назад |
|
lib_printf.c
|
58e7464dc0
component/esp32 : clear some minor thingsw about PM and coexistence
|
7 лет назад |
|
libhal.a
|
bd6ea4393c
Initial public version
|
9 лет назад |
|
panic.c
|
90f5456dba
Merge branch 'feature/rtc_cpu_freq_config' into 'master'
|
7 лет назад |
|
phy.h
|
67424816cc
esp32: some changes relating to phy v3900
|
7 лет назад |
|
phy_init.c
|
5425979932
when brownout reset occurs,set the phy TX Power to the lowest
|
7 лет назад |
|
phy_init_data.h
|
b355854d4d
Merge branch 'master' into feature/cmake
|
7 лет назад |
|
pm_esp32.c
|
b5c321d981
esp32: fix regression introduced in automatic light sleep pm
|
7 лет назад |
|
pm_impl.h
|
b5c321d981
esp32: fix regression introduced in automatic light sleep pm
|
7 лет назад |
|
pm_locks.c
|
47e3c9dd4b
pm: initial version of power management APIs
|
8 лет назад |
|
pm_trace.c
|
028fbb58e8
freertos,esp32: automatic light sleep support
|
7 лет назад |
|
pm_trace.h
|
028fbb58e8
freertos,esp32: automatic light sleep support
|
7 лет назад |
|
reset_reason.c
|
6dae5b206f
reset_reason: fix setting wake stub entry point to 0x80000000
|
7 лет назад |
|
restore.c
|
8cb0d52c43
esp_system: remove link time dependency on WiFi stack
|
8 лет назад |
|
sleep_modes.c
|
c4a712b0bc
sleep: fix checking length of RTC data sections
|
7 лет назад |
|
spiram.c
|
c4ed9d15f7
heap: Drop priority of DMA reserved memory pool
|
7 лет назад |
|
spiram_psram.c
|
6e9c59bfc3
feature(psram): add support for 64MBit psram of 1.8v and 3.3v.
|
7 лет назад |
|
spiram_psram.h
|
6e9c59bfc3
feature(psram): add support for 64MBit psram of 1.8v and 3.3v.
|
7 лет назад |
|
stack_check.c
|
692a890232
esp32: Adds Stack Smashing Protection Feature
|
8 лет назад |
|
system_api.c
|
8d698a59f4
defination: fix the bug that esp_derive_local_mac() defination missing
|
7 лет назад |
|
task_wdt.c
|
b0ef95b6eb
task_wdt: correct critical section API in ISR context
|
7 лет назад |
|
wifi_init.c
|
b9126e69bc
wifi: Set default wifi library log level based on sdkconfig
|
7 лет назад |
|
wifi_os_adapter.c
|
b32b93a607
Add OS adapter to WiFi driver
|
7 лет назад |