| .. |
|
hwcrypto
|
0f3f7d984a
Fixed warnings for components driver, esp32 and mbedtls
|
6 yıl önce |
|
include
|
c9e7a04a9e
Update wifi lib
|
6 yıl önce |
|
ld
|
74b964ed67
Fix bugs about role switch
|
6 yıl önce |
|
lib @ 5750c9e9a3
|
6de264be1e
esp_wifi: Fix scan get rssi err
|
6 yıl önce |
|
test
|
6babdfc0b7
ipc: prevent code getting pulled in for unicore configuration
|
6 yıl önce |
|
CMakeLists.txt
|
6babdfc0b7
ipc: prevent code getting pulled in for unicore configuration
|
6 yıl önce |
|
Kconfig
|
a41443184e
components/esp_wifi: improve coexistence performance according to specific WiFi/BT/BLE scienario
|
6 yıl önce |
|
Makefile.projbuild
|
b354c11db7
esp32: Rename esp32.common.ld to esp32.project.ld to avoid build errors when downgrading
|
6 yıl önce |
|
brownout.c
|
0aa384d40c
esp32: add API to get reset reason
|
7 yıl önce |
|
cache_err_int.c
|
f6e1a12b34
esp32: panic: do digital reset if cache error interrupt is set
|
6 yıl önce |
|
cache_sram_mmu.c
|
81e35a142a
Spiram: Add option to reserve MMU banks; add himem API to make use of those banks
|
7 yıl önce |
|
clk.c
|
e3956787f6
clk: fix regression in clock setting for SPIRAM with 80MHz config
|
7 yıl önce |
|
coexist.c
|
b9b401ee39
Decouple WiFi and BT with coexist to reduce bin size
|
7 yıl önce |
|
component.mk
|
6babdfc0b7
ipc: prevent code getting pulled in for unicore configuration
|
6 yıl önce |
|
cpu_start.c
|
6babdfc0b7
ipc: prevent code getting pulled in for unicore configuration
|
6 yıl önce |
|
crosscore_int.c
|
2ef218059b
crosscore_init: port*_CRITICAL vanilla FreeRTOS compliance
|
6 yıl önce |
|
dbg_stubs.c
|
c1b6a37bb1
esp32: Adds GCOV debug stubs support
|
7 yıl önce |
|
dport_access.c
|
68791163b2
esp32: Fix esp_dport_access_reg_read
|
6 yıl önce |
|
dport_panic_highint_hdl.S
|
2e9904556f
esp32: Dis interrupts up to 5 lvl for DPORT
|
6 yıl önce |
|
esp_adapter.c
|
c9e7a04a9e
Update wifi lib
|
6 yıl önce |
|
esp_clk_internal.h
|
f7df532ec0
bugfix/rtc_clk_32k_bootstrap: Fix starting 32k RTC
|
8 yıl önce |
|
esp_err_to_name.c
|
7d60a78b31
esp_https_ota: Add support for URL redirection, basic auth and more control with new APIs
|
6 yıl önce |
|
esp_err_to_name.c.in
|
6f40b528fa
esp32: esp_err_to_name_r: print error code as hex and decimal
|
7 yıl önce |
|
esp_himem.c
|
81e35a142a
Spiram: Add option to reserve MMU banks; add himem API to make use of those banks
|
7 yıl önce |
|
esp_system_internal.h
|
0aa384d40c
esp32: add API to get reset reason
|
7 yıl önce |
|
esp_timer.c
|
5a6ac7f32f
esp_timer: fix the bug that when timeout of timer happens try to run callback, and high priority task delete the timer and break the callback
|
6 yıl önce |
|
esp_timer_esp32.c
|
2718fdbd95
esp_timer/esp32: Fix case when alarm_reg > counter_reg but FRC_TIMER_INT_STATUS is not set
|
6 yıl önce |
|
esp_timer_impl.h
|
8c307a5720
sleep: fix deadlock in esp_timer_impl_advance after light sleep
|
7 yıl önce |
|
ets_timer_legacy.c
|
094cf4d79d
wifi/bt coexistence: Fix disabled cache access race when writing to flash
|
8 yıl önce |
|
event_default_handlers.c
|
cf3647fe40
wps: add overlap event (backport v3.3)
|
6 yıl önce |
|
event_loop.c
|
5a83347bec
event: Implement event loop library
|
7 yıl önce |
|
fast_crypto_ops.c
|
4afa5d0d29
esp32/wpa_supplicant: fix some bugs introduced by wifi os adapter
|
7 yıl önce |
|
freertos_hooks.c
|
b5c321d981
esp32: fix regression introduced in automatic light sleep pm
|
7 yıl önce |
|
gdbstub.c
|
c22e572ad0
gdbstub: minor cleanup
|
7 yıl önce |
|
hw_random.c
|
83a179abb0
esp32: Add esp_fill_random() function
|
7 yıl önce |
|
int_wdt.c
|
624828ce83
Dump the frame of the other core when interrupt watchdog happens
|
8 yıl önce |
|
intr_alloc.c
|
6babdfc0b7
ipc: prevent code getting pulled in for unicore configuration
|
6 yıl önce |
|
ipc.c
|
4ff262ecff
ipc: initialise automatically, if called from the app
|
7 yıl önce |
|
lib_printf.c
|
58e7464dc0
component/esp32 : clear some minor thingsw about PM and coexistence
|
7 yıl önce |
|
libhal.a
|
bd6ea4393c
Initial public version
|
9 yıl önce |
|
linker.lf
|
b764454e52
esp_wifi:Put some rx code to iram
|
6 yıl önce |
|
panic.c
|
f6e1a12b34
esp32: panic: do digital reset if cache error interrupt is set
|
6 yıl önce |
|
phy.h
|
67424816cc
esp32: some changes relating to phy v3900
|
7 yıl önce |
|
phy_init.c
|
a41443184e
components/esp_wifi: improve coexistence performance according to specific WiFi/BT/BLE scienario
|
6 yıl önce |
|
phy_init_data.h
|
b355854d4d
Merge branch 'master' into feature/cmake
|
7 yıl önce |
|
pm_esp32.c
|
64fbce50c2
Merge branch 'bugfix/pm_isr_exit_lock_v3.3' into 'release/v3.3'
|
6 yıl önce |
|
pm_impl.h
|
b5c321d981
esp32: fix regression introduced in automatic light sleep pm
|
7 yıl önce |
|
pm_locks.c
|
f73c972280
power_management: port*_CRITICAL vanilla FreeRTOS compliance
|
6 yıl önce |
|
pm_trace.c
|
028fbb58e8
freertos,esp32: automatic light sleep support
|
7 yıl önce |
|
pm_trace.h
|
028fbb58e8
freertos,esp32: automatic light sleep support
|
7 yıl önce |
|
project_include.cmake
|
da390618c2
cmake: Fix psram workaround compiler flag application
|
7 yıl önce |
|
reset_reason.c
|
6dae5b206f
reset_reason: fix setting wake stub entry point to 0x80000000
|
7 yıl önce |
|
restore.c
|
8cb0d52c43
esp_system: remove link time dependency on WiFi stack
|
8 yıl önce |
|
sleep_modes.c
|
ce3d20dcd2
Fix external start fail
|
6 yıl önce |
|
spiram.c
|
a62cbfec9a
Merge branch 'bugfix/fix_psram_eid' into 'master'
|
7 yıl önce |
|
spiram_psram.c
|
9b34085053
ci: fix one ut issue when using Wrover-B module with newer ver of PSRAM
|
6 yıl önce |
|
spiram_psram.h
|
a0beff99d2
bugfix(psram): fix psram size acquisition method
|
7 yıl önce |
|
stack_check.c
|
692a890232
esp32: Adds Stack Smashing Protection Feature
|
8 yıl önce |
|
system_api.c
|
b482ba117d
efuse: update the scheme of getting chip revision
|
6 yıl önce |
|
task_wdt.c
|
d4e572bdb1
esp32: Add macro to check a condition without abort
|
7 yıl önce |
|
wifi_init.c
|
b6e6a4f4b2
esp_wifi: ESP32_WIFI_RX_BA_WIN should be less than ESP32_WIFI_DYNAMIC_RX_BUFFER_NUM
|
6 yıl önce |