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
..
2016-12-16 14:30:27 +08:00
2016-09-26 01:17:32 +08:00
2017-03-09 19:59:09 +08:00
2016-11-17 12:09:08 +08:00
2016-11-22 00:57:19 +08:00
2016-12-15 18:20:00 +08:00
2016-08-17 23:08:22 +08:00
2016-11-17 12:09:08 +08:00
2017-03-08 19:27:30 +08:00