Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/flipperzero-firmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhedger <hedger@users.noreply.github.com>2022-08-02 16:46:43 +0300
committerGitHub <noreply@github.com>2022-08-02 16:46:43 +0300
commita1637e9216e98396938debd7ccb4e15cbcb41eb1 (patch)
tree8556b185c59b61abe94a2e8150edbde6b477748e /applications
parent1e732830ec23be2a9acff42c240609d53bed275a (diff)
fbt fixes & improvements (#1490)
* fbt: minimal USB flash mode; scripts: faster storage.py with larger chunks * fbt: fixed creation of temporary file nodes confusing scons * docs: removed refs to --with-updater * fbt: removed splashscreen from minimal update package * fbt: renamed dist arguments for consistency * docs: fixed updater_debug target * fbt: separate target for generating compilation_database.json without building the code. * fbt: added `jflash` target for programming over JLink probe; refactored usb flashing targets * fbt: building updater_app in unit_tests configuration * fbt: fixed reset behavior after flashing with J-Link * fbt: generating .map file for firmware binary & external apps * fbt/core: moved library contents before apps code Co-authored-by: あく <alleteam@gmail.com>
Diffstat (limited to 'applications')
-rw-r--r--applications/extapps.scons2
1 files changed, 2 insertions, 0 deletions
diff --git a/applications/extapps.scons b/applications/extapps.scons
index a53620b9..11b59757 100644
--- a/applications/extapps.scons
+++ b/applications/extapps.scons
@@ -38,6 +38,8 @@ appenv.AppendUnique(
"-Wl,--no-export-dynamic",
"-fvisibility=hidden",
"-Wl,-e${APP_ENTRY}",
+ "-Xlinker",
+ "-Map=${TARGET}.map",
],
)