esp-idf/components/esp32
Sachin Parekh 301dacfb33 Exception handlers for LoadStoreError and LoadStoreAlignmentError
Configurable option to use IRAM as byte accessible memory (in single core mode) using
load-store (non-word aligned and non-word size IRAM access specific) exception handlers.
This allows to use IRAM for use-cases where certain performance penalty
(upto 170 cpu cycles per load or store operation) is acceptable. Additional configuration
option has been provided to redirect mbedTLS specific in-out content length buffers to
IRAM (in single core mode), allows to save 20KB per TLS connection.
2020-02-26 20:21:59 +08:00
..
include docs: Resolve doxygen & Sphinx warnings 2020-02-07 16:37:45 +11:00
ld esp32s2: fix THREADPTR calculation, re-enable FreeRTOS TLS tests 2020-01-23 11:29:22 +01:00
test esp32: use semaphore in FP switch test, raise worker task priority 2020-02-10 13:36:43 +01:00
CMakeLists.txt esp32: add implementation of esp_timer based on TG0 LAC timer 2020-02-06 14:00:18 +08:00
Kconfig Exception handlers for LoadStoreError and LoadStoreAlignmentError 2020-02-26 20:21:59 +08:00
Makefile.projbuild
cache_err_int.c esp32: panic: do digital reset if cache error interrupt is set 2019-12-30 09:49:07 +01:00
cache_sram_mmu.c
clk.c
component.mk
cpu_start.c freertos: moved all xtensa specific files into a separated folder 2020-01-27 16:05:30 -03:00
crosscore_int.c freertos: moved all xtensa specific files into a separated folder 2020-01-27 16:05:30 -03:00
dport_access.c freertos: moved all xtensa specific files into a separated folder 2020-01-27 16:05:30 -03:00
dport_panic_highint_hdl.S
esp_clk_internal.h
esp_himem.c
hw_random.c
int_wdt.c feat(timer): refator timer group driver 2019-11-21 14:14:19 +08:00
intr_alloc.c intr_alloc: fix the issue intr_enable/disable cannot be used in ISR in 2019-12-23 10:23:00 +08:00
linker.lf
panic.c esp32: panic: do digital reset if cache error interrupt is set 2019-12-30 09:49:07 +01:00
pm_esp32.c esp32: add implementation of esp_timer based on TG0 LAC timer 2020-02-06 14:00:18 +08:00
pm_trace.c
project_include.cmake
reset_reason.c
sdkconfig.rename
sleep_modes.c esp32: add implementation of esp_timer based on TG0 LAC timer 2020-02-06 14:00:18 +08:00
spiram.c
spiram_psram.c ci: fix one ut issue when using Wrover-B module with newer ver of PSRAM 2019-11-03 03:07:37 +00:00
spiram_psram.h
system_api_esp32.c
task_wdt.c freertos: moved all xtensa specific files into a separated folder 2020-01-27 16:05:30 -03:00