Skip to content

Commit d267dac

Browse files
committed
Address review feedback.
1 parent a7f8a0a commit d267dac

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

BUILDING.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ Examples:
4343
make BOARD=circuitplayground_bluefruit
4444

4545
If you aren't sure what boards exist, have a peek in the boards subdirectory of your port.
46+
If you have a fast computer with many cores, consider adding `-j` to your build flags, such as `-j17` on
47+
a 6-core 12-thread machine.
4648

4749
# Testing
4850

@@ -75,5 +77,6 @@ Example:
7577

7678
JLinkGDBServer -if SWD -device ATSAMD51J19
7779
arm-none-eabi-gdb build-metro_m4_express/firmware.elf -iex "target extended-remote :2331"
78-
79-
80+
81+
If your port/build includes `arm-none-eabi-gdb-py`, consider using it instead, as it can be used for better register
82+
debugging with https://github.com/bnahill/PyCortexMDebug

0 commit comments

Comments
 (0)