Sign inSign up

johnmccabe/32blit-stm-build

By johnmccabe

•Updated over 6 years ago

Build environment for the Kickstarted Pimoroni 32blit

Image
0

848

johnmccabe/32blit-stm-build repository overview

⁠32blit Docker STM32 Build Environment

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.

⁠Demonstration

The following video demonstrates building one of the examples from the 32-blit repo⁠.

Everything Is AWESOME

Tag summary

Content type

Image

Digest

Size

420.1 MB

Last updated

over 6 years ago

docker pull johnmccabe/32blit-stm-build