This repo provides a containerised build environment for compiling code for installation on the 32blit.
The benefit of this approach is that this build environment will work on any OS (Windows, Linux, OSX).
Building can be as simple as follows.
cd 32blit-beta
docker run -ti -v ${PWD}:/32blit johnmccabe/32blit-stm-build bash
cd /32blit
You can then proceed to follow the 32blit-stm32 steps to build and create the .dfu file from the official instructions.
The following video demonstrates building one of the examples from the 32-blit repo.
