OVMS3-idf/components/freertos/xtensa
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/freertos shared_stack: using watchpoint 1 to monitor the shared_stack instead of watchpoint 0 2020-02-10 12:03:30 -03:00
port.c freertos: moved all xtensa specific files into a separated folder 2020-01-27 16:05:30 -03:00
portasm.S Merge branch 'feature/freertos_fpu_isr' into 'master' 2020-01-30 13:38:37 +08:00
portmacro_priv.h freertos: moved all xtensa specific files into a separated folder 2020-01-27 16:05:30 -03:00
readme_xtensa.txt freertos: moved all xtensa specific files into a separated folder 2020-01-27 16:05:30 -03:00
xt_asm_utils.h freertos: moved all xtensa specific files into a separated folder 2020-01-27 16:05:30 -03:00
xtensa_context.S freertos: moved all xtensa specific files into a separated folder 2020-01-27 16:05:30 -03:00
xtensa_init.c freertos: moved all xtensa specific files into a separated folder 2020-01-27 16:05:30 -03:00
xtensa_intr.c freertos: moved all xtensa specific files into a separated folder 2020-01-27 16:05:30 -03:00
xtensa_intr_asm.S freertos: moved all xtensa specific files into a separated folder 2020-01-27 16:05:30 -03:00
xtensa_loadstore_handler.S Exception handlers for LoadStoreError and LoadStoreAlignmentError 2020-02-26 20:21:59 +08:00
xtensa_overlay_os_hook.c freertos: moved all xtensa specific files into a separated folder 2020-01-27 16:05:30 -03:00
xtensa_vector_defaults.S freertos: moved all xtensa specific files into a separated folder 2020-01-27 16:05:30 -03:00
xtensa_vectors.S Exception handlers for LoadStoreError and LoadStoreAlignmentError 2020-02-26 20:21:59 +08:00