OVMS3-idf/components/esp32
Jiang Jiang Jian 2c21b0b2b3 Merge branch 'bugfix/psram_single_bit_error_v3.2' into 'release/v3.2'
psram: support psram 2T mode to fix single bit error (backport v3.2)

See merge request espressif/esp-idf!7111
2020-04-15 13:43:36 +08:00
..
hwcrypto sha: Add fault injection checks reading hash digest state 2019-08-11 13:19:21 +10:00
include esp_common: add version definitions in code and build system 2020-04-03 01:27:15 +02:00
ld backport esp32 5p0 new features to release/v3.2 2020-02-29 09:12:15 +00:00
lib@19234551cd esp32: backport some WiFi fixes to v3.2 2020-04-10 10:54:56 +08:00
test esp_timer/esp32: Fix case when alarm_reg > counter_reg but FRC_TIMER_INT_STATUS is not set 2020-02-05 10:43:47 +00:00
brownout.c esp32: add API to get reset reason 2018-08-20 16:49:20 +08:00
cache_err_int.c
cache_sram_mmu.c Spiram: Add option to reserve MMU banks; add himem API to make use of those banks 2018-10-15 14:32:58 +08:00
clk.c esp32: only touch g_ticks_per_us_app in dual core mode 2018-09-25 15:13:47 +08:00
CMakeLists.txt esp_wifi: Put some rx code to iram 2019-12-17 20:40:53 +08:00
coexist.c Decouple WiFi and BT with coexist to reduce bin size 2019-04-17 16:59:24 +08:00
component.mk esp_wifi: Put some rx code to iram 2019-12-17 20:40:53 +08:00
core_dump.c
cpu_start.c esp_wifi: fix WiFi scan and connect bugs when coexist with Bluetooth 2020-01-20 08:01:59 +00:00
crosscore_int.c
dbg_stubs.c
dport_access.c esp32: Fix esp_dport_access_reg_read 2020-01-16 14:36:26 +08:00
dport_panic_highint_hdl.S esp32: Dis interrupts up to 5 lvl for DPORT 2019-09-12 13:47:48 +00:00
esp_adapter.c esp_wifi: Update WiFi lib 2020-03-24 15:13:57 +08:00
esp_clk_internal.h
esp_err_to_name.c WiFi: Modify the wifi_country struct in VNC to keep it consistent with IDF. 2019-07-21 10:30:45 +08:00
esp_err_to_name.c.in
esp_himem.c Spiram: Add option to reserve MMU banks; add himem API to make use of those banks 2018-10-15 14:32:58 +08:00
esp_system_internal.h esp32: add API to get reset reason 2018-08-20 16:49:20 +08:00
esp_timer.c Merge branch 'bugfix/jump_time_54_sec_v3.2' into 'release/v3.2' 2019-12-12 13:53:33 +08:00
esp_timer_esp32.c esp_timer/esp32: Fix case when alarm_reg > counter_reg but FRC_TIMER_INT_STATUS is not set 2020-02-05 10:43:47 +00:00
esp_timer_impl.h
ets_timer_legacy.c
event_default_handlers.c wps: add overlap event 2019-07-21 10:23:01 +08:00
event_loop.c event: Implement event loop library 2018-10-26 13:14:19 +08:00
fast_crypto_ops.c
freertos_hooks.c esp32: fix regression introduced in automatic light sleep pm 2018-09-26 08:52:15 +05:30
gdbstub.c
hw_random.c esp32: Add esp_fill_random() function 2018-09-03 04:39:45 +00:00
int_wdt.c
intr_alloc.c intr: fix a type mismatch warning 2018-10-21 15:11:45 +08:00
ipc.c ipc: initialise automatically, if called from the app 2018-09-25 15:13:47 +08:00
Kconfig psram: support psram 2T mode to fix single bit error 2020-04-13 15:53:27 +08:00
lib_printf.c
libhal.a
Makefile.projbuild
panic.c panic: dump some instruction memory on IllegalInstruction exception 2018-12-12 11:58:55 +08:00
phy.h
phy_init.c esp32: fix a WiFi RX bug 2020-01-20 08:01:59 +00:00
phy_init_data.h Merge branch 'master' into feature/cmake 2018-09-05 10:35:04 +08:00
pm_esp32.c pm: prevent interrupt nesting during esp_pm_impl_isr_hook 2019-05-10 10:20:29 +08:00
pm_impl.h esp32: fix regression introduced in automatic light sleep pm 2018-09-26 08:52:15 +05:30
pm_locks.c
pm_trace.c
pm_trace.h
project_include.cmake cmake: Fix psram workaround compiler flag application 2019-02-27 16:38:29 +11:00
reset_reason.c reset_reason: fix setting wake stub entry point to 0x80000000 2018-08-27 19:01:03 +08:00
restore.c
sleep_modes.c Fix external start fail 2019-04-02 12:52:58 +11:00
spiram.c bugfix(psram): fix psram size acquisition method 2019-02-13 14:24:20 +08:00
spiram_psram.c psram: support psram 2T mode to fix single bit error 2020-04-13 15:53:27 +08:00
spiram_psram.h bugfix(psram): fix psram size acquisition method 2019-02-13 14:24:20 +08:00
stack_check.c
system_api.c support esp32 eco revision 2 and 3 2019-09-19 17:05:08 +08:00
task_wdt.c esp32: Add macro to check a condition without abort 2018-10-09 08:57:23 +02:00
wifi_init.c esp_wifi: ESP32_WIFI_RX_BA_WIN should be less than ESP32_WIFI_DYNAMIC_RX_BUFFER_NUM 2019-07-27 06:40:01 +00:00