added README
This commit is contained in:
parent
f564954181
commit
0b60970f03
1 changed files with 11 additions and 0 deletions
11
README.txt
Normal file
11
README.txt
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
## GDB Server
|
||||||
|
|
||||||
|
```sh
|
||||||
|
./JLinkGDBServerCLExe -select USB=0 -device ATSAMD21E17D -endian little -if SWD -speed 4000 -noir -LocalhostOnly -nologtofile -port 2331 -SWOPort 2332 -TelnetPort 2333
|
||||||
|
```
|
||||||
|
|
||||||
|
## RTT Telnet
|
||||||
|
|
||||||
|
```sh
|
||||||
|
telnet localhost 19021
|
||||||
|
```
|
||||||
Loading…
Reference in a new issue