diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..13c4349 --- /dev/null +++ b/README.txt @@ -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 +```