We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7f8a0a commit d267dacCopy full SHA for d267dac
BUILDING.md
@@ -43,6 +43,8 @@ Examples:
43
make BOARD=circuitplayground_bluefruit
44
45
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.
48
49
# Testing
50
@@ -75,5 +77,6 @@ Example:
75
77
76
78
JLinkGDBServer -if SWD -device ATSAMD51J19
79
arm-none-eabi-gdb build-metro_m4_express/firmware.elf -iex "target extended-remote :2331"
-
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