mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-11 12:38:14 +08:00
去掉 udp send data success!
This commit is contained in:
@@ -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
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user