Open microbit-carlos opened 1 year ago
Generating and building uvision projects also creates the .c and .py files with the blobs embedded, but this does not happen with make_gcc_arm.
uvision
.c
.py
make_gcc_arm
I don't have IAR, so I cannot confirm if these files are generated with that project type or not.
In the meantime we have to manually run the scripts/generate_blobs.py file.
scripts/generate_blobs.py
Is there a way to add a "post build" step to progen? If not I guess the README could be updated to include this info.
progen
Generating and building
uvision
projects also creates the.c
and.py
files with the blobs embedded, but this does not happen withmake_gcc_arm
.I don't have IAR, so I cannot confirm if these files are generated with that project type or not.