Address review feedback.
This commit is contained in:
parent
a7f8a0afd7
commit
d267dac4ac
@ -43,6 +43,8 @@ Examples:
|
|||||||
make BOARD=circuitplayground_bluefruit
|
make BOARD=circuitplayground_bluefruit
|
||||||
|
|
||||||
If you aren't sure what boards exist, have a peek in the boards subdirectory of your port.
|
If you aren't sure what boards exist, have a peek in the boards subdirectory of your port.
|
||||||
|
If you have a fast computer with many cores, consider adding `-j` to your build flags, such as `-j17` on
|
||||||
|
a 6-core 12-thread machine.
|
||||||
|
|
||||||
# Testing
|
# Testing
|
||||||
|
|
||||||
@ -76,4 +78,5 @@ Example:
|
|||||||
JLinkGDBServer -if SWD -device ATSAMD51J19
|
JLinkGDBServer -if SWD -device ATSAMD51J19
|
||||||
arm-none-eabi-gdb build-metro_m4_express/firmware.elf -iex "target extended-remote :2331"
|
arm-none-eabi-gdb build-metro_m4_express/firmware.elf -iex "target extended-remote :2331"
|
||||||
|
|
||||||
|
If your port/build includes `arm-none-eabi-gdb-py`, consider using it instead, as it can be used for better register
|
||||||
|
debugging with https://github.com/bnahill/PyCortexMDebug
|
||||||
|
Loading…
x
Reference in New Issue
Block a user