Skip to content

Christy747/32blit-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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

About

Containerised environment for Pimoroni 32blit stm32 builds

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Dockerfile 100.0%