mirror of
https://github.com/apache/nuttx.git
synced 2026-05-18 17:18:28 +08:00
6ea3bc1217
Steppoint can be implemented by icount(instruction count) from RISC-V debug extension, but it may not implemented in all RISC-V cores. Unfortunately, the currently supported RISC-V cores do not implement it. Signed-off-by: Huang Qi <huangqi3@xiaomi.com>