mirror of https://github.com/ARMmbed/mbed-os.git
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.pull/10021/head
parent
a5d89bb088
commit
533ee1f717
|
@ -0,0 +1,2 @@
|
|||
// Add the debug symbols
|
||||
Load "$L@L.axf" NOCODE
|
|
@ -0,0 +1,2 @@
|
|||
// Flash device
|
||||
Load "$L@L_combined.hex" INCREMENTAL
|
Loading…
Reference in New Issue