Skip to content

Commit 975f574

Browse files
committed
Update some documentation
1 parent a07a40f commit 975f574

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

doc/build.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ make
4242
Prerequisite: rad1o is connected to USB
4343
4444
```
45-
cd feldtest
4645
sudo make flash
4746
```
4847
@@ -75,6 +74,5 @@ Get the firmware, compile and flash it.
7574
git clone https://github.com/rad1o/f1rmware.git
7675
cd f1rmware/
7776
make
78-
cd feldtest
7977
make flash
8078
```

doc/debugging.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,6 @@ There is no easy way to debug the code while it runs on the board, but the board
1717
TOGGLE(LED2);
1818
TOGGLE(LED3);
1919
TOGGLE(LED4);
20+
21+
## USB serial
22+
You can use usb serial to output text while running. Check testapp/cdc.c for a rudimentary example

0 commit comments

Comments
 (0)