board: promote Anbernic RG DS to supported - #10415
Conversation
The Anbernic RG DS (RK3568) has been in the tree since armbian#9934 and works well on its edge target (display, audio, gamepad/pad2key, backlight). Following the 26.08 release call to promote well-working CSC boards (armbian#10336), rename the board config from .csc to .conf. BOARD_MAINTAINER is already set. Signed-off-by: crackerjacques <jack@supremeoverlordjabs.co>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe board configuration changes ChangesBoard vendor normalization
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This change promotes the Anbernic RG DS board configuration to the supported format without introducing an actionable merge-blocking risk; it is merge-ready after normal checks and review. Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ 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 |
|
✅ This PR has been reviewed and approved — all set for merge! |
BOARD_VENDOR is a slug/keyword (vendor grouping), and every other board uses a lowercase value (allwinner, khadas, friendlyelec, ...). "Anbernic" was the sole uppercase exception; normalize to "anbernic". BOARD_NAME (the display name) keeps its capitalization. Signed-off-by: Igor Pecovnik <igor@armbian.com>

Following the 26.08 release announcement (#10336) inviting maintainers to
promote well-working CSC boards to Supported.
The Anbernic RG DS (RK3568) has been in the tree since #9934. It boots and
the hardware I care about is solid on its
edgetarget — display, audio,gamepad (pad2key), backlight. Renamed
config/boards/anbernic-rg-ds.csc→.conf;BOARD_MAINTAINERis already set to my handle.Built to confirm nothing regressed on current
main.Summary by CodeRabbit