summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2024-09-19 20:03:36 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2024-09-19 20:03:36 -0600
commit9c9e63fe8a49dd78bd6145060b15ae722d8ed1e2 (patch)
treeeac2d22dc1f304d17565ba016bacc9159a78ef2d /README.md
parent3272b32551f515fcbe4b59f22e05f0f54b3d1259 (diff)
README
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9bea066..8240584 100644
--- a/README.md
+++ b/README.md
@@ -12,3 +12,17 @@ At the time of this writing, on Parabola GNU/Linux-libre that means:
- arm-none-eabi-gcc 14.1.0-1
- arm-none-eabi-newlib 4.4.0.20231231-1
- picotool 2.0.0-2
+
+```bash
+mkdir build
+cd build
+cmake -DCMAKE_BUILD_TYPE=Debug ..
+make
+```
+# Debugging
+
+UART:
+- pin1: gpio0: TX (so connect it to your FTDI's RX)
+- pin2: gpio1: RX (so connect it to your FTDI's TX)
+- pin3: gnd (so connect it to your FTDI's GND)
+- picocom --baud=115200 /dev/ttyUSB0