aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorFinlay Davidson <finlay.davidson@coderclass.nl>2023-02-12 14:58:46 +0100
committerJF <JF002@users.noreply.github.com>2023-02-19 20:26:08 +0100
commitd968bcb1f3afd2364558e41013dbd2d6d5c286aa (patch)
tree36855fd33357b08748062c613360ab6f42ae2870 /doc
parent6dc49e5bdb86ffd5730eb10eb9c477276e79923c (diff)
docs: Limit number of jobs used for compilation
Diffstat (limited to 'doc')
-rw-r--r--doc/buildAndProgram.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/buildAndProgram.md b/doc/buildAndProgram.md
index 260ae8c5..3d85dc36 100644
--- a/doc/buildAndProgram.md
+++ b/doc/buildAndProgram.md
@@ -75,7 +75,7 @@ If you just want to build the project and run it on the Pinetime, using *pinetim
Build:
```
-make -j pinetime-app
+make -j4 pinetime-app
```
List of files generated:
@@ -86,6 +86,6 @@ Binary files are generated into the folder `src`:
- **pinetime-mcuboot-app.bin, .hex and .out** : firmware with bootloader support in bin, hex and out formats.
- **pinetime-mcuboot-app.map** : map file
- **pinetime-mcuboot-app-image** : MCUBoot image of the firmware
-- **pinetime-mcuboot-ap-dfu** : DFU file of the firmware
+- **pinetime-mcuboot-app-dfu** : DFU file of the firmware
The same files are generated for **pinetime-recovery** and **pinetime-recoveryloader**