forked from platformio/platformio-core
Allow PROGNAME & PROGSUFFIX to be configurable within platform
This commit is contained in:
@@ -49,7 +49,10 @@ env.Replace(
|
||||
|
||||
LIBS=["m"],
|
||||
|
||||
SIZEPRINTCMD='"$SIZETOOL" --mcu=$BOARD_MCU -C -d $SOURCES'
|
||||
SIZEPRINTCMD='"$SIZETOOL" --mcu=$BOARD_MCU -C -d $SOURCES',
|
||||
|
||||
PROGNAME="firmware",
|
||||
PROGSUFFIX=".elf"
|
||||
)
|
||||
|
||||
env.Append(
|
||||
|
||||
Reference in New Issue
Block a user