Uh oh!
There was an error while loading. Please reload this page.
fix(cli): inspect overridden Arduino-Pico libraries - #1255
Conversation
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (3)
📝 WalkthroughWalkthroughThe change updates RP2040 framework-library resolution to use board defines and Arduino-Pico platform-package overrides. It adds a diagnostic test for override cache paths and increments the workspace and Python package versions to 2.5.11. ChangesRP2040 framework resolution
Release version update
Estimated code review effort: 3 (Moderate) | ~20 minutes Possibly related issues
Possibly related PRs
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
fbuild lib-selecthonor the Arduino-Picoplatform_packagesoverride used by normal buildsVerification
soldr cargo test -p fbuild-header-scan --libsoldr cargo test -p fbuild-cli --bin fbuild lib_select::tests::rp2040_diagnostic_uses_platform_package_override -- --exactbash compile rp2350w --examples AutoResearchwith fbuild 2.5.10 and no temporary WiFi package override: passed (1.12 MB flash, 124.26 KB RAM)Closes#1254
Summary by CodeRabbit
New Features
Bug Fixes
Chores