🔨 Consolidate STM32 extra_scripts (#22365)
This commit is contained in:
committed by
Scott Lahteine
parent
a5459a68a6
commit
fef76a76a3
@ -10,7 +10,7 @@ Import("env")
|
||||
env.AddPostAction(
|
||||
join("$BUILD_DIR", "${PROGNAME}.elf"),
|
||||
env.VerboseAction(" ".join([
|
||||
"$OBJCOPY", "-O ihex", "$TARGET", # TARGET=.pio/build/fysetc_STM32F1/firmware.elf
|
||||
"$OBJCOPY", "-O ihex", "$TARGET",
|
||||
"\"" + join("$BUILD_DIR", "${PROGNAME}.hex") + "\"", # Note: $BUILD_DIR is a full path
|
||||
]), "Building $TARGET"))
|
||||
|
||||
|
Reference in New Issue
Block a user