Skip to content

Build fixes for some RP2040 targets#2684

Merged
ripplebiz merged 3 commits into
meshcore-dev:devfrom
oltaco:rp2040-build-fixes
Jun 5, 2026
Merged

Build fixes for some RP2040 targets#2684
ripplebiz merged 3 commits into
meshcore-dev:devfrom
oltaco:rp2040-build-fixes

Conversation

@oltaco

@oltaco oltaco commented Jun 4, 2026

Copy link
Copy Markdown
Member

This PR fixes a few RP2040 targets that were failing build and pins the platform so that we don't get caught out by upstream changes again and builds become reproducible.

The RP2040 framework-arduinopico made a change that causes an assert if you compile the BLE library without enabling bluetooth in the framework. Companion firmware has code in it which causes the platformio dependency checker to pull in BLE and then the build fails.

Adding lib_ignore = BLE for the USB targets fixes it.

@ripplebiz ripplebiz merged commit 53d50aa into meshcore-dev:dev Jun 5, 2026
12 checks passed
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