Liu Zhi Fu 2f547ca7c8 esp32: fix some WiFi bugs 7 ani în urmă
..
hwcrypto f141b29328 hwcrypto sha: Use spinlocks instead of semaphores for small state changes 7 ani în urmă
include ebdcbe8c60 Merge branch 'doc/crc_apis_usage' into 'master' 7 ani în urmă
ld 711173b3d6 esp32: make WiFi IRAM optimization configurable 7 ani în urmă
lib @ 8ab53aee3d 2f547ca7c8 esp32: fix some WiFi bugs 7 ani în urmă
test d3724dc35d esp_timer: fix occasional failures in "monotonic values" test 7 ani în urmă
CMakeLists.txt ed179ade8d esp32: Add using efuse component 7 ani în urmă
Kconfig ae69a8adc0 esp32: modify WiFi Kconfig in order to achieve better compatility 7 ani în urmă
Makefile.projbuild 8027adaf81 esp32, mbedtls: check component name when enabling test flags 7 ani în urmă
brownout.c 0aa384d40c esp32: add API to get reset reason 7 ani în urmă
cache_err_int.c 33cb16fd2a esp32: fix cache error interrupt handler 8 ani în urmă
cache_sram_mmu.c 81e35a142a Spiram: Add option to reserve MMU banks; add himem API to make use of those banks 7 ani în urmă
clk.c e3956787f6 clk: fix regression in clock setting for SPIRAM with 80MHz config 7 ani în urmă
coexist.c 58e7464dc0 component/esp32 : clear some minor thingsw about PM and coexistence 7 ani în urmă
coexist_internal.h 58e7464dc0 component/esp32 : clear some minor thingsw about PM and coexistence 7 ani în urmă
component.mk 63411fc556 tools: implement linker script generation 7 ani în urmă
cpu_start.c ea52a19c00 build system: include SHA256 hash of ELF file into app_desc structure 7 ani în urmă
crosscore_int.c f6442abdeb esp32: Move esp_crosscore_isr_handle_yield() to IRAM 7 ani în urmă
dbg_stubs.c c1b6a37bb1 esp32: Adds GCOV debug stubs support 7 ani în urmă
dport_access.c e5b280f173 dport: Bigfix dport_read code move to IRAM 7 ani în urmă
dport_panic_highint_hdl.S 834c056234 xtensa: remove unused header files 7 ani în urmă
esp_clk_internal.h f7df532ec0 bugfix/rtc_clk_32k_bootstrap: Fix starting 32k RTC 8 ani în urmă
esp_err_to_name.c 509e1264b9 efuse: Fix to pass CI tests 7 ani în urmă
esp_err_to_name.c.in 6f40b528fa esp32: esp_err_to_name_r: print error code as hex and decimal 7 ani în urmă
esp_himem.c 81e35a142a Spiram: Add option to reserve MMU banks; add himem API to make use of those banks 7 ani în urmă
esp_system_internal.h 0aa384d40c esp32: add API to get reset reason 7 ani în urmă
esp_timer.c 227f8daef3 esp_timer: do not allow deleting timers while callbacks are dispatched 7 ani în urmă
esp_timer_esp32.c d3724dc35d esp_timer: fix occasional failures in "monotonic values" test 7 ani în urmă
esp_timer_impl.h 8c307a5720 sleep: fix deadlock in esp_timer_impl_advance after light sleep 7 ani în urmă
ets_timer_legacy.c 094cf4d79d wifi/bt coexistence: Fix disabled cache access race when writing to flash 8 ani în urmă
event_default_handlers.c e621e0af8b wifi: add code for setting wifi log level and module 7 ani în urmă
event_loop.c 5a83347bec event: Implement event loop library 7 ani în urmă
fast_crypto_ops.c 4afa5d0d29 esp32/wpa_supplicant: fix some bugs introduced by wifi os adapter 7 ani în urmă
freertos_hooks.c b5c321d981 esp32: fix regression introduced in automatic light sleep pm 7 ani în urmă
gdbstub.c 744c2dcdd9 Resolve problems found by enabling -Wwrite-strings compilation flag 7 ani în urmă
hw_random.c 83a179abb0 esp32: Add esp_fill_random() function 7 ani în urmă
int_wdt.c 624828ce83 Dump the frame of the other core when interrupt watchdog happens 8 ani în urmă
intr_alloc.c ef84773689 intr: fix a type mismatch warning 7 ani în urmă
ipc.c 4ff262ecff ipc: initialise automatically, if called from the app 7 ani în urmă
lib_printf.c 58e7464dc0 component/esp32 : clear some minor thingsw about PM and coexistence 7 ani în urmă
libhal.a bd6ea4393c Initial public version 9 ani în urmă
linker.lf 711173b3d6 esp32: make WiFi IRAM optimization configurable 7 ani în urmă
panic.c 37b55a5eb5 esp32: print ELF file SHA256 in panic handler 7 ani în urmă
phy.h 67424816cc esp32: some changes relating to phy v3900 7 ani în urmă
phy_init.c 59f34461d7 component/bt: bugfix of bluetooth modem sleep not being able to work with Dynamic Frequency Scaling 7 ani în urmă
phy_init_data.h b355854d4d Merge branch 'master' into feature/cmake 7 ani în urmă
pm_esp32.c 0716e65955 pm: prevent entering light sleep again immediately after wakeup 7 ani în urmă
pm_impl.h b5c321d981 esp32: fix regression introduced in automatic light sleep pm 7 ani în urmă
pm_locks.c 47e3c9dd4b pm: initial version of power management APIs 8 ani în urmă
pm_trace.c 028fbb58e8 freertos,esp32: automatic light sleep support 7 ani în urmă
pm_trace.h 028fbb58e8 freertos,esp32: automatic light sleep support 7 ani în urmă
project_include.cmake da390618c2 cmake: Fix psram workaround compiler flag application 7 ani în urmă
reset_reason.c 6dae5b206f reset_reason: fix setting wake stub entry point to 0x80000000 7 ani în urmă
restore.c 8cb0d52c43 esp_system: remove link time dependency on WiFi stack 8 ani în urmă
sleep_modes.c dc133f9fc4 Revert "Merge branch 'bugfix/external_rtc_start_fail' into 'master'" 7 ani în urmă
spiram.c a62cbfec9a Merge branch 'bugfix/fix_psram_eid' into 'master' 7 ani în urmă
spiram_psram.c bd8733f74f feature(psram): add psram support for esp32-pico chip 7 ani în urmă
spiram_psram.h a0beff99d2 bugfix(psram): fix psram size acquisition method 7 ani în urmă
stack_check.c 692a890232 esp32: Adds Stack Smashing Protection Feature 8 ani în urmă
system_api.c ed179ade8d esp32: Add using efuse component 7 ani în urmă
task_wdt.c d4e572bdb1 esp32: Add macro to check a condition without abort 7 ani în urmă
wifi_init.c a05fdd9c10 mesh: update libs 7 ani în urmă
wifi_os_adapter.c b32b93a607 Add OS adapter to WiFi driver 7 ani în urmă