LVGL and Classic UI for STM32 (#20552)
This commit is contained in:
committed by
Scott Lahteine
parent
a5dd4028ac
commit
fadc8a1944
14
buildroot/share/PlatformIO/scripts/anet_et4_openblt.py
Normal file
14
buildroot/share/PlatformIO/scripts/anet_et4_openblt.py
Normal file
@ -0,0 +1,14 @@
|
||||
# Generate the firmware as OpenBLT needs
|
||||
|
||||
import os,sys
|
||||
from os.path import join
|
||||
|
||||
Import("env")
|
||||
|
||||
env.AddPostAction(
|
||||
"$BUILD_DIR/${PROGNAME}.elf",
|
||||
env.VerboseAction(" ".join([
|
||||
"$OBJCOPY", "-O", "srec",
|
||||
"\"$BUILD_DIR/${PROGNAME}.elf\"", "\"$BUILD_DIR/${PROGNAME}.srec\""
|
||||
]), "Building " + join("$BUILD_DIR","${PROGNAME}.srec"))
|
||||
)
|
Reference in New Issue
Block a user