Skip to content

Commit a7f8a0a

Browse files
committed
Address code review feedback.
1 parent a46adb6 commit a7f8a0a

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

BUILDING.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,6 @@ Examples:
4444

4545
If you aren't sure what boards exist, have a peek in the boards subdirectory of your port.
4646

47-
Useful make arguments or targets:
48-
49-
make BOARD=circuitplayground_express clean
50-
5147
# Testing
5248

5349
If you are working on changes to the core language, you might find it useful to run the test suite.
@@ -70,14 +66,14 @@ A successful run will say something like
7066

7167
# Debugging
7268

73-
The easiest way to debug CircuitPython on hardware is with a JLink device, JLinkGDBServer, and `gcc-arm-embedded`.
69+
The easiest way to debug CircuitPython on hardware is with a JLink device, JLinkGDBServer, and an appropriate GDB.
7470
Instructions can be found at https://learn.adafruit.com/debugging-the-samd21-with-gdb
7571

76-
If using JLink, you'll need both the `JLinkGDBServer` and `arm-non-eabi-gdb-py` running.
72+
If using JLink, you'll need both the `JLinkGDBServer` and `arm-none-eabi-gdb` running.
7773

7874
Example:
7975

8076
JLinkGDBServer -if SWD -device ATSAMD51J19
81-
arm-none-eabi-gdb-py build-metro_m4_express/firmware.elf -iex "target extended-remote :2331"
77+
arm-none-eabi-gdb build-metro_m4_express/firmware.elf -iex "target extended-remote :2331"
8278

8379

0 commit comments

Comments
 (0)