summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMaarten de Jong <35239587+arteeh@users.noreply.github.com>2020-10-06 19:10:51 (GMT)
committerGitHub <noreply@github.com>2020-10-06 19:10:51 (GMT)
commitc4599dbf90d10cf140579388a400b2d5ffd9ff58 (patch)
treef78a1f2a24eb9a8cf16538ca961d5d9d8a10c597 /doc
parente4f0a95af8ce6cfb71602c5f5e437ab68dd582ec (diff)
Fix typo
GCC output file is .out instead of .bin
Diffstat (limited to 'doc')
-rw-r--r--doc/filesInReleaseNotes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/filesInReleaseNotes.md b/doc/filesInReleaseNotes.md
index d293051..2fdfadf 100644
--- a/doc/filesInReleaseNotes.md
+++ b/doc/filesInReleaseNotes.md
@@ -42,7 +42,7 @@ This firmware is intended to be used with our [MCUBoot-based bootloader](../boot
The following files are not directly usable by the bootloader:
- - **pinetime-mcuboot-app.bin** : Output file of GCC containing debug symbols, useful is you want to debug the firmware using GDB.
+ - **pinetime-mcuboot-app.out** : Output file of GCC containing debug symbols, useful is you want to debug the firmware using GDB.
- **pinetime-mcuboot-app.hex** : Firmware in Intel HEX file format.
- **pinetime-mcuboot-app.bin** : Firmware in binary format.
- **pinetime-mcuboot-app.map** : Map file containing all the symbols, addresses in memory,...