Angus Gratton 25043c4d56 Merge branch 'feature/merge_flash_data_type-flash_partitions' into 'master' пре 7 година
..
hwcrypto 12bdf8e45b esp32: Chunk input blocks for esp_sha() function performance, add perf test пре 7 година
include 25043c4d56 Merge branch 'feature/merge_flash_data_type-flash_partitions' into 'master' пре 7 година
ld a79c5b8271 esp32: Rename esp32.common.ld to esp32.project.ld to avoid build errors when downgrading пре 7 година
lib @ b272ad1e33 7d96b3442a mesh: fix memory leak and group send пре 7 година
test 12bdf8e45b esp32: Chunk input blocks for esp_sha() function performance, add perf test пре 7 година
CMakeLists.txt fd9bc30aca separate legacy esp_event from esp32 component to esp_event пре 7 година
Kconfig d474018725 Merge branch 'feature/gdbstub_task_list' into 'master' пре 7 година
Makefile.projbuild a79c5b8271 esp32: Rename esp32.common.ld to esp32.project.ld to avoid build errors when downgrading пре 7 година
brownout.c 0aa384d40c esp32: add API to get reset reason пре 7 година
cache_err_int.c 33cb16fd2a esp32: fix cache error interrupt handler пре 8 година
cache_sram_mmu.c 81e35a142a Spiram: Add option to reserve MMU banks; add himem API to make use of those banks пре 7 година
clk.c e3956787f6 clk: fix regression in clock setting for SPIRAM with 80MHz config пре 7 година
coexist.c b9b401ee39 Decouple WiFi and BT with coexist to reduce bin size пре 7 година
component.mk a79c5b8271 esp32: Rename esp32.common.ld to esp32.project.ld to avoid build errors when downgrading пре 7 година
cpu_start.c b9b401ee39 Decouple WiFi and BT with coexist to reduce bin size пре 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_adapter.c b9b401ee39 Decouple WiFi and BT with coexist to reduce bin size пре 7 година
esp_clk_internal.h f7df532ec0 bugfix/rtc_clk_32k_bootstrap: Fix starting 32k RTC пре 8 година
esp_err_to_name.c 509e1264b9 efuse: Fix to pass CI tests пре 7 година
esp_err_to_name.c.in 6f40b528fa esp32: esp_err_to_name_r: print error code as hex and decimal пре 7 година
esp_himem.c 81e35a142a Spiram: Add option to reserve MMU banks; add himem API to make use of those banks пре 7 година
esp_system_internal.h 0aa384d40c esp32: add API to get reset reason пре 7 година
esp_timer.c 227f8daef3 esp_timer: do not allow deleting timers while callbacks are dispatched пре 7 година
esp_timer_esp32.c d3724dc35d esp_timer: fix occasional failures in "monotonic values" test пре 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 година
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 c22e572ad0 gdbstub: minor cleanup пре 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 025deab4d2 esp32: esp_intr_alloc: Fixed issue with level 5 not being called пре 7 година
ipc.c 4ff262ecff ipc: initialise automatically, if called from the app пре 7 година
lib_printf.c 58e7464dc0 component/esp32 : clear some minor thingsw about PM and coexistence пре 7 година
libhal.a bd6ea4393c Initial public version пре 9 година
linker.lf 711173b3d6 esp32: make WiFi IRAM optimization configurable пре 7 година
panic.c 37b55a5eb5 esp32: print ELF file SHA256 in panic handler пре 7 година
phy.h 67424816cc esp32: some changes relating to phy v3900 пре 7 година
phy_init.c b9b401ee39 Decouple WiFi and BT with coexist to reduce bin size пре 7 година
phy_init_data.h b355854d4d Merge branch 'master' into feature/cmake пре 7 година
pm_esp32.c 0716e65955 pm: prevent entering light sleep again immediately after wakeup пре 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 59d1ecc78b esp32: Remove trialing semicolon from function-like macros пре 7 година
project_include.cmake da390618c2 cmake: Fix psram workaround compiler flag application пре 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 dc133f9fc4 Revert "Merge branch 'bugfix/external_rtc_start_fail' into 'master'" пре 7 година
spiram.c a62cbfec9a Merge branch 'bugfix/fix_psram_eid' into 'master' пре 7 година
spiram_psram.c bd8733f74f feature(psram): add psram support for esp32-pico chip пре 7 година
spiram_psram.h a0beff99d2 bugfix(psram): fix psram size acquisition method пре 7 година
stack_check.c 692a890232 esp32: Adds Stack Smashing Protection Feature пре 8 година
system_api.c ed179ade8d esp32: Add using efuse component пре 7 година
task_wdt.c d4e572bdb1 esp32: Add macro to check a condition without abort пре 7 година
wifi_init.c b9b401ee39 Decouple WiFi and BT with coexist to reduce bin size пре 7 година