esp32: Apptrace API enhancement

- User down buffer configuration support
 - bugfix: ring buf - avalable write size undeflow
 - SysView down buf support updated
This commit is contained in:
Alexey Gerenkov
2017-07-24 19:57:44 +03:00
parent d515eeac6a
commit c2c9149a24
11 changed files with 388 additions and 194 deletions

View File

@@ -16,7 +16,7 @@
uint32_t eri_read(int addr) {
uint32_t ret;
asm(
asm volatile (
"RER %0,%1"
:"=r"(ret):"r"(addr)
);