Skip to content

Conversation

@rafaelcruzpb
Copy link
Contributor

@rafaelcruzpb rafaelcruzpb commented Nov 21, 2025

Add a method for compiling using Docker containers, due to the difficulties that can be encountered with dependencies on different operating systems.

To compile and generate the .uf2 files:
docker compose up --build

Alternatively, you can add environment variables as arguments, like this:
GP2040_BOARDCONFIG='Pico' PICO_BOARD='pico' docker compose up --build

Tested on Linux (Manjaro) and Windows.

MacOS testing is still pending.

Site PR: OpenStickCommunity/Site#115

@arntsonl
Copy link
Contributor

We did a review of your docker include. We all like that this can build our project with docker, but none of us want to maintain this on a regular basis. I'm going to close this PR but absolutely encourage you to keep a gp2040-docker repository updated for those who want to use docker on our project.

Always appreciate the PRs!

@arntsonl arntsonl closed this Dec 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants