summaryrefslogtreecommitdiff
path: root/doc/filesInReleaseNotes.md
diff options
context:
space:
mode:
authorJF002 <JF002@users.noreply.github.com>2020-10-08 21:04:11 +0200
committerGitHub <noreply@github.com>2020-10-08 21:04:11 +0200
commitbb72712d376685143b57d321c6f967cbbca4c28e (patch)
tree0ce6f79351c388e9437f058e28b344db244d74a6 /doc/filesInReleaseNotes.md
parentb3ef816471899fa65b40fa3f6daed416031ac87b (diff)
parentc4599dbf90d10cf140579388a400b2d5ffd9ff58 (diff)
Merge pull request #85 from arteeh/patch-2
Fix typo
Diffstat (limited to 'doc/filesInReleaseNotes.md')
-rw-r--r--doc/filesInReleaseNotes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/filesInReleaseNotes.md b/doc/filesInReleaseNotes.md
index d2930513..2fdfadf4 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,...