32blit / 32blit-sdk

32blit SDK
https://32blit.com
MIT License
197 stars 69 forks source link

blit_executable(_int_flash) improvements #813

Closed Daft-Freak closed 1 year ago

Daft-Freak commented 1 year ago

Basically this replaces blit_executable_int_flash(name crc.cpp) with blit_executable(name INTERNAL_FLASH src.cpp) but also:

(Somewhat inspired by add_executable(WIN32/MACOSX_BUNDLE) ... and needing a similar thing for pico standalone/loader builds)

Gadgetoid commented 1 year ago

oooh! Tidy! I guess there are precious few projects using this at all so it's a pretty safe merge?

Daft-Freak commented 1 year ago

If any, you'd have to manually pull in 32blit-stm32's CMakeLists to get _int_flash to work in an external project without this...

(Hmm, if anyone was doing that, it would probably still work as the function is still there...)

Gadgetoid commented 1 year ago

Boop beep I am ... not a bot :laughing:

Thank you!