From 533ee1f7178ec258844bab3238af6b309b0ab667 Mon Sep 17 00:00:00 2001 From: Brian Daniels Date: Fri, 8 Mar 2019 15:39:22 -0600 Subject: [PATCH] Add debug and flash init scripts for uvision. These files are used when the post build script is enabled to support projects that are using managed bootloader mode. --- tools/export/uvision/debug_init.ini | 2 ++ tools/export/uvision/flash_init.ini | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 tools/export/uvision/debug_init.ini create mode 100644 tools/export/uvision/flash_init.ini diff --git a/tools/export/uvision/debug_init.ini b/tools/export/uvision/debug_init.ini new file mode 100644 index 0000000000..3e4a45b916 --- /dev/null +++ b/tools/export/uvision/debug_init.ini @@ -0,0 +1,2 @@ +// Add the debug symbols +Load "$L@L.axf" NOCODE diff --git a/tools/export/uvision/flash_init.ini b/tools/export/uvision/flash_init.ini new file mode 100644 index 0000000000..0ab4cd4ab7 --- /dev/null +++ b/tools/export/uvision/flash_init.ini @@ -0,0 +1,2 @@ +// Flash device +Load "$L@L_combined.hex" INCREMENTAL