Address review feedback.

This commit is contained in:
Roy Hooper 2019-12-17 18:59:54 -05:00
parent a7f8a0afd7
commit d267dac4ac
1 changed files with 5 additions and 2 deletions

View File

@ -43,6 +43,8 @@ Examples:
make BOARD=circuitplayground_bluefruit
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
@ -75,5 +77,6 @@ Example:
JLinkGDBServer -if SWD -device ATSAMD51J19
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