ci(boards): add LPC845-BRK + LPCXpresso804 stub workflows and README badges#536
Conversation
…badges Add passing no-op CI slots for the two ArduinoCore-LPC8xx variants that do not yet have in-tree fixtures (tests/platform/<variant>/). Board JSONs already landed in #514; conversion to real template_build.yml callers is tracked in #528 (Stage 8 of META #487). The originally drafted lpcxpresso845max stub is intentionally NOT included: PR #514 already shipped the real template_build.yml caller plus fixture and board JSON, and that workflow is green on main. Refs #528, #487 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
|
Warning Review limit reached
More reviews will be available in 45 minutes and 36 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more credits in the billing tab to continue. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
✨ Finishing Touches🧪 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
build-lpc845brk.ymlandbuild-lpcxpresso804.yml— plus three README badges (LPC845-BRK, LPCXpresso804, LPCXpresso845-MAX; the last workflow already exists on main via [codex] add ArduinoCore LPC8xx board metadata #514).template_build.ymlcallers once in-tree fixtures land.Why stubs, not real builds
Quoting the in-file rationale:
What was deliberately dropped from the original draft
The draft also contained a stub replacement for
build-lpcxpresso845max.yml. That premise is stale: PR #514 (merged 2026-06-09) already shipped the realtemplate_build.ymlcaller together withtests/platform/lpcxpresso845max/platformio.iniandboards/json/lpcxpresso845max.json, and the workflow has been green on main for its last 10 runs. Stubbing it out would regress a working build, so this PR leaves it untouched.Test plan
actionlintclean on both new workflow filesRefs #528, #487
🤖 Generated with Claude Code