fix(boards): add full_name to xiao_nrf54l15 board.yml for Zephyr 4.4 schema - #6
Mikefly123 wants to merge 1 commit into
Conversation
|
Warning Review limit reached
Next review available in: 59 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (8)
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 |
…schema Zephyr 4.4 board-schema.yaml requires name+full_name (or extend). The vendored xiao_nrf54l15 board.yml predates this; matches the in-tree Zephyr 4.4.1 board metadata. Signed-off-by: Michael Pham <phamlongmichael@gmail.com>
895e77b to
5ffd7ad
Compare
|
Stack position 6/6 (top) of stack Lora-net#8: base #5. Stack-top tree verified identical to former integration PR #7 (0bf3e20). |
What
Adds the required
full_name: XIAO NRF54L15field toboards/seeed/xiao_nrf54l15/board.yml.Why
Zephyr 4.4's
board-schema.yamlrequiresname+full_name(orextend). The vendoredxiao_nrf54l15board.yml predates this requirement and was missingfull_name, which broke board discovery globally under Zephyr 4.4 (not just for this board). This matches the in-tree Zephyr 4.4.1 board metadata for the same board.Validation