From c4599dbf90d10cf140579388a400b2d5ffd9ff58 Mon Sep 17 00:00:00 2001 From: Maarten de Jong <35239587+arteeh@users.noreply.github.com> Date: Tue, 6 Oct 2020 21:10:51 +0200 Subject: Fix typo GCC output file is .out instead of .bin --- doc/filesInReleaseNotes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/filesInReleaseNotes.md') 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,... -- cgit v1.2.3