diff options
| author | Roy Hooper <rhooper@toybox.ca> | 2019-12-17 18:59:54 -0500 |
|---|---|---|
| committer | Roy Hooper <rhooper@toybox.ca> | 2019-12-17 18:59:54 -0500 |
| commit | d267dac4ac14d1fa7dcf3fe80b67886cd33a75d3 (patch) | |
| tree | 2dba4a7fe59e5327e92445166b7932464aa42ccf /BUILDING.md | |
| parent | a7f8a0afd7239a51062ebff12d239b80de358cec (diff) | |
Address review feedback.
Diffstat (limited to 'BUILDING.md')
| -rw-r--r-- | BUILDING.md | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/BUILDING.md b/BUILDING.md index 9513f7145..2e9fb4f30 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -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" - -
\ No newline at end of file + +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 |
