aboutsummaryrefslogtreecommitdiff
path: root/ports/nrf/boards/microbit/modules/microbitconstimage.h
AgeCommit message (Collapse)Author
2018-07-18nrf: Quick-fix on const objects with open array dimension in objtuples.Glenn Ruben Bakke
Temporarly solving the issue of "differ from the size of original declaration [-Werror=lto-type-mismatch] until linker is fixed in upcomming release of gcc. Bug is reported by others, and will be fixed in next version of arm-gcc. However, this patch makes it possible to use modmusic and modimage with current compilers. Alternativly, the code can be compiled with LTO=0, but uses valuable 9K more on this already squeezed target (microbit).
2018-07-18nrf/boards/microbit: Update board modules from C++ to C-code.Glenn Ruben Bakke
This aligns implementation with new style structures.
2018-07-18nrf/boards/microbit: Rename display/image files from .cpp to .c ext.Glenn Ruben Bakke
Also rename modmicrobit.h to microbitconstimage.h.