OVMS3-idf/components/esp32/test
Alexey Gerenkov 55f1a63faf esp32: Adds functionality for application tracing over JTAG
- Implements application tracing module which allows to send arbitrary
   data to host over JTAG. This feature is useful for analyzing
   program modules behavior, dumping run-time application data etc.
 - Implements printf-like logging functions on top of apptrace module.
   This feature is a kind of semihosted printf functionality with lower
   overhead and impact on system behaviour as compared to standard printf.
2017-04-17 23:26:29 +03:00
..
component.mk add unit tests to esp-idf 2016-11-22 14:45:50 +08:00
logo.jpg add unit tests to esp-idf 2016-11-22 14:45:50 +08:00
test_ahb_arb.c esp32: add [ignore] tag to some unit test cases for CI 2017-01-18 17:08:20 +08:00
test_ahb_arb_asm.S add unit tests to esp-idf 2016-11-22 14:45:50 +08:00
test_deep_sleep.c esp32: add [ignore] tag to some unit test cases for CI 2017-01-18 17:08:20 +08:00
test_delay.c esp32: add [ignore] tag to some unit test cases for CI 2017-01-18 17:08:20 +08:00
test_fastbus.c esp32: add [ignore] tag to some unit test cases for CI 2017-01-18 17:08:20 +08:00
test_fastbus_asm.S add unit tests to esp-idf 2016-11-22 14:45:50 +08:00
test_fp.c remove fp unit test Kconfig 2016-11-23 16:22:34 +08:00
test_intr_alloc.c esp32: sanity check ISR handler address passed into esp_intr_alloc 2017-01-11 11:38:17 +08:00
test_malloc_caps.c Add testcase, fix executable memory allocated in shared dram/iram region 2016-12-15 15:03:22 +08:00
test_miniz.c esp32: add [ignore] tag to some unit test cases for CI 2017-01-18 17:08:20 +08:00
test_tjpgd.c add unit tests to esp-idf 2016-11-22 14:45:50 +08:00
test_trace.c esp32: Adds functionality for application tracing over JTAG 2017-04-17 23:26:29 +03:00
test_tsens.c esp32,ulp: add tests for TSENS 2017-02-22 14:40:36 +08:00
test_unal_dma.c esp32: add [ignore] tag to some unit test cases for CI 2017-01-18 17:08:20 +08:00