去掉 udp send data success!

This commit is contained in:
zogodo
2020-01-10 08:54:39 +08:00
parent 0aa8f3bde2
commit 68ce42fc84
4 changed files with 31 additions and 6 deletions

View File

@@ -11,6 +11,7 @@ set auto-load safe-path /
```shell
mico make TC1@MK3031@moc debug
(gdb) target remote localhost:3333
(gdb) b SetLogRecord
(gdb) commands 1
> silent
@@ -23,4 +24,24 @@ mico make TC1@MK3031@moc debug
```
参考: <https://www.tablix.org/~avian/blog/archives/2012/08/monitoring_serial_console_through_jtag/>
参考: <https://www.tablix.org/~avian/blog/archives/2012/08/monitoring_serial_console_through_jtag/>
```shell
mico make TC1@MK3031@moc debug
target remote localhost:3333
b SetLogRecord
commands 1
silent
p log
p \n
c
end
set height 0
c
```