]> granicus.if.org Git - esp-idf/commit
Add Trax-support to esp-idf
authorJeroen Domburg <git@j0h.nl>
Mon, 17 Oct 2016 04:18:17 +0000 (12:18 +0800)
committerJeroen Domburg <git@j0h.nl>
Mon, 17 Oct 2016 04:18:17 +0000 (12:18 +0800)
commit0aab006bb799242bad310cd9745678fd099577ff
tree6e22e30df2d3dc470a24c0a70f0d012da8810872
parentbdd67c98d6b4dc298334ea7bf179f6bf63b37eaf
Add Trax-support to esp-idf
components/esp32/Kconfig
components/esp32/cpu_start.c
components/esp32/heap_alloc_caps.c
components/freertos/tasks.c
components/xtensa-debug-module/component.mk [new file with mode: 0755]
components/xtensa-debug-module/eri.c [new file with mode: 0644]
components/xtensa-debug-module/include/eri.h [new file with mode: 0644]
components/xtensa-debug-module/include/trax.h [new file with mode: 0644]
components/xtensa-debug-module/include/xtensa-debug-module.h [new file with mode: 0644]
components/xtensa-debug-module/trax.c [new file with mode: 0644]