Skip to content

Commit 3d9eba8

Browse files
committed
Add command to build pinetime-app
1 parent 2c8fd79 commit 3d9eba8

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

docs/DEBUGGING.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,16 @@ Although not strictly related to debugging as described in this document, it can
5050

5151
This will send all log messages to the Segger RTT backend, which InfiniEmu will read and output to its stdout.
5252

53+
### Building
54+
55+
Given that we only need the `pinetime-app-1.16.0.out` file, we can build just the `pinetime-app` target:
56+
57+
```shell
58+
make -j$(nproc) pinetime-app
59+
```
60+
61+
You should now use the firmware file at `build/src/pinetime-app-1.16.0.out`.
62+
5363
## Using Visual Studio Code
5464

5565
You will need the [Native Debug](https://marketplace.visualstudio.com/items?itemName=webfreak.debug) extension, which provides support for connecting to a remote GDB server. Once installed, add the following block to your `launch.json`:

0 commit comments

Comments
 (0)