esp-idf/components/freertos
Alexey Gerenkov ad66fbe5ad esp32: Fixes issues discussed during code review of MR!341
The following issues mentioned during MR!341 review were fixed:
1) Core dump test application description
2) Usage of CONFIG_ESP32_ENABLE_COREDUMP_TO_FLASH and CONFIG_ESP32_ENABLE_COREDUMP_TO_UART
3) FLASH_GUARD_START macro usage is fixed in flash API
4) Core dump module logging facility
5) cache util functions doc updated
6) interactive delay before print core dump to uart
7) core dump partion support in build system
2017-01-12 19:38:19 +03:00
..
include/freertos esp32: Fixes issues discussed during code review of MR!341 2017-01-12 19:38:19 +03:00
test Replace backwards-compatible portTICK_RATE_MS with FreeRTOS v8+ portTICK_PERIOD_MS 2016-12-28 10:23:13 +11:00
FreeRTOS-openocd.c
Kconfig Add option to automatically set a watchpoint at the end of the swapped-in task 2017-01-09 16:42:45 +08:00
component.mk
croutine.c
event_groups.c
heap_regions.c
heap_regions_debug.c
license.txt
list.c
port.c Add documentation to panic handler functions, move watchpoint stuff from tasks.c to port.c, account for non-32-bytes-aligned stacks when setting watchpoint, add debug reason explanation to panic handler 2017-01-10 13:05:19 +08:00
portasm.S
queue.c
readme_smp.txt
readme_xtensa.txt
ringbuf.c
stdint.readme
tasks.c esp32: Fixes several issues in core dump feature 2017-01-11 20:51:28 +03:00
timers.c
xtensa_context.S
xtensa_init.c
xtensa_intr.c
xtensa_intr_asm.S
xtensa_overlay_os_hook.c
xtensa_vectors.S