debugcmds: Remove start/end_group commands

These commands were never used by the main code and are not
particularly helpful for debugging.  Remove them to reduce code size -
in particular on the pru architecture.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor 2021-05-02 23:20:11 -04:00
parent 76b839a0ac
commit 1ed67120cd
2 changed files with 3 additions and 39 deletions

View file

@ -390,7 +390,7 @@ communication mechanism. The test is run using the console.py tool
cut-and-paste into the console.py terminal window:
```
DELAY {clock + 2*freq} get_uptime
FLOOD 100000 0.0 end_group
FLOOD 100000 0.0 debug_nop
get_uptime
```