Skip to content

Commit 533ee1f

Browse files
committed
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.
1 parent a5d89bb commit 533ee1f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

tools/export/uvision/debug_init.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// Add the debug symbols
2+
Load "[email protected]" NOCODE

tools/export/uvision/flash_init.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// Flash device
2+
Load "$L@L_combined.hex" INCREMENTAL

0 commit comments

Comments
 (0)