| .. |
|
hwcrypto
|
48fccbf5dd
nvs_flash: Add support for nvs encryption
|
7 tahun lalu |
|
include
|
18684f53ee
Merge branch 'bugfix/uart_wait_idle' into 'master'
|
7 tahun lalu |
|
ld
|
31cf117404
Merge branch 'feature/bss_seg_in_external_memory' into 'master'
|
7 tahun lalu |
|
lib @ 5b468952c7
|
71b5dcfd73
mesh: fix a bug in generating ESP-SSID IE
|
7 tahun lalu |
|
test
|
81e35a142a
Spiram: Add option to reserve MMU banks; add himem API to make use of those banks
|
7 tahun lalu |
|
CMakeLists.txt
|
81e35a142a
Spiram: Add option to reserve MMU banks; add himem API to make use of those banks
|
7 tahun lalu |
|
Kconfig
|
81e35a142a
Spiram: Add option to reserve MMU banks; add himem API to make use of those banks
|
7 tahun lalu |
|
Makefile.projbuild
|
43b6c76bba
Merge branch 'feature/expansion_space_for_bootloader' into 'master'
|
7 tahun lalu |
|
brownout.c
|
0aa384d40c
esp32: add API to get reset reason
|
7 tahun lalu |
|
cache_err_int.c
|
33cb16fd2a
esp32: fix cache error interrupt handler
|
8 tahun lalu |
|
cache_sram_mmu.c
|
81e35a142a
Spiram: Add option to reserve MMU banks; add himem API to make use of those banks
|
7 tahun lalu |
|
clk.c
|
9c715d7946
bootloader_support: Fix enable rtc_wdt for resolve issue with varying supply
|
7 tahun lalu |
|
coexist.c
|
58e7464dc0
component/esp32 : clear some minor thingsw about PM and coexistence
|
7 tahun lalu |
|
coexist_internal.h
|
58e7464dc0
component/esp32 : clear some minor thingsw about PM and coexistence
|
7 tahun lalu |
|
component.mk
|
01308df8a6
doc: update document of external memory
|
7 tahun lalu |
|
core_dump.c
|
95e26cd461
coredump: Fixes exception stack frame structure indicator
|
7 tahun lalu |
|
cpu_start.c
|
31cf117404
Merge branch 'feature/bss_seg_in_external_memory' into 'master'
|
7 tahun lalu |
|
crosscore_int.c
|
f6442abdeb
esp32: Move esp_crosscore_isr_handle_yield() to IRAM
|
7 tahun lalu |
|
dbg_stubs.c
|
c1b6a37bb1
esp32: Adds GCOV debug stubs support
|
7 tahun lalu |
|
dport_access.c
|
e5b280f173
dport: Bigfix dport_read code move to IRAM
|
7 tahun lalu |
|
dport_panic_highint_hdl.S
|
834c056234
xtensa: remove unused header files
|
7 tahun lalu |
|
esp_clk_internal.h
|
f7df532ec0
bugfix/rtc_clk_32k_bootstrap: Fix starting 32k RTC
|
8 tahun lalu |
|
esp_err_to_name.c
|
6baf743212
Merge branch 'bugfix/lwip_compat_headers' into 'master'
|
7 tahun lalu |
|
esp_err_to_name.c.in
|
6f40b528fa
esp32: esp_err_to_name_r: print error code as hex and decimal
|
7 tahun lalu |
|
esp_himem.c
|
81e35a142a
Spiram: Add option to reserve MMU banks; add himem API to make use of those banks
|
7 tahun lalu |
|
esp_system_internal.h
|
0aa384d40c
esp32: add API to get reset reason
|
7 tahun lalu |
|
esp_timer.c
|
0d65f3b7f9
Merge branch 'bugfix/light_sleep_fixes' into 'master'
|
7 tahun lalu |
|
esp_timer_esp32.c
|
a8da9c1b96
Fixed typos on booleans.
|
7 tahun lalu |
|
esp_timer_impl.h
|
8c307a5720
sleep: fix deadlock in esp_timer_impl_advance after light sleep
|
7 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
|
770e413d4c
esp32: fix the bug that SYSTEM_EVENT_STA_GOT_IP is forbidden when gateway is 0.0.0.0
|
7 tahun lalu |
|
event_loop.c
|
2984cdbbe3
add mesh feature
|
7 tahun lalu |
|
fast_crypto_ops.c
|
4afa5d0d29
esp32/wpa_supplicant: fix some bugs introduced by wifi os adapter
|
7 tahun lalu |
|
freertos_hooks.c
|
b5c321d981
esp32: fix regression introduced in automatic light sleep pm
|
7 tahun lalu |
|
gdbstub.c
|
744c2dcdd9
Resolve problems found by enabling -Wwrite-strings compilation flag
|
7 tahun lalu |
|
hw_random.c
|
83a179abb0
esp32: Add esp_fill_random() function
|
7 tahun lalu |
|
int_wdt.c
|
624828ce83
Dump the frame of the other core when interrupt watchdog happens
|
8 tahun lalu |
|
intr_alloc.c
|
bbca0e46ed
driver(interrupt): fix the issue that interrupt might be allocated and freed on different cores
|
7 tahun lalu |
|
ipc.c
|
94c571c017
ipc: fix `esp_ipc_call_blocking` to return after callback execution is completed
|
7 tahun lalu |
|
lib_printf.c
|
58e7464dc0
component/esp32 : clear some minor thingsw about PM and coexistence
|
7 tahun lalu |
|
libhal.a
|
bd6ea4393c
Initial public version
|
9 tahun lalu |
|
panic.c
|
d4e572bdb1
esp32: Add macro to check a condition without abort
|
7 tahun lalu |
|
phy.h
|
67424816cc
esp32: some changes relating to phy v3900
|
7 tahun lalu |
|
phy_init.c
|
1afb8001dd
esp32: fix WiFi timer inaccurate bug
|
7 tahun lalu |
|
phy_init_data.h
|
b355854d4d
Merge branch 'master' into feature/cmake
|
7 tahun lalu |
|
pm_esp32.c
|
b5c321d981
esp32: fix regression introduced in automatic light sleep pm
|
7 tahun lalu |
|
pm_impl.h
|
b5c321d981
esp32: fix regression introduced in automatic light sleep pm
|
7 tahun lalu |
|
pm_locks.c
|
47e3c9dd4b
pm: initial version of power management APIs
|
8 tahun lalu |
|
pm_trace.c
|
028fbb58e8
freertos,esp32: automatic light sleep support
|
7 tahun lalu |
|
pm_trace.h
|
028fbb58e8
freertos,esp32: automatic light sleep support
|
7 tahun lalu |
|
reset_reason.c
|
6dae5b206f
reset_reason: fix setting wake stub entry point to 0x80000000
|
7 tahun lalu |
|
restore.c
|
8cb0d52c43
esp_system: remove link time dependency on WiFi stack
|
8 tahun lalu |
|
sleep_modes.c
|
508fb79a26
uart: fix uart_tx_wait_idle to wait for fifo empty
|
7 tahun lalu |
|
spiram.c
|
81e35a142a
Spiram: Add option to reserve MMU banks; add himem API to make use of those banks
|
7 tahun lalu |
|
spiram_psram.c
|
a10b7e892c
bugfix(psram): fix psram driver
|
7 tahun lalu |
|
spiram_psram.h
|
a10b7e892c
bugfix(psram): fix psram driver
|
7 tahun lalu |
|
stack_check.c
|
692a890232
esp32: Adds Stack Smashing Protection Feature
|
8 tahun lalu |
|
system_api.c
|
8d698a59f4
defination: fix the bug that esp_derive_local_mac() defination missing
|
7 tahun lalu |
|
task_wdt.c
|
d4e572bdb1
esp32: Add macro to check a condition without abort
|
7 tahun lalu |
|
wifi_init.c
|
b9126e69bc
wifi: Set default wifi library log level based on sdkconfig
|
7 tahun lalu |
|
wifi_os_adapter.c
|
b32b93a607
Add OS adapter to WiFi driver
|
7 tahun lalu |