Hrs v14lcd main 3.0#7480
Conversation
📝 WalkthroughWalkthroughAdds the HelloRadioSky V14LCD as a new firmware target. Changes include a new ChangesHelloRadioSky V14LCD Hardware Target
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Suggested labels
🚥 Pre-merge checks | ✅ 2 | ❌ 3❌ Failed checks (1 warning, 2 inconclusive)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@tools/generate-hw-defs.sh`:
- Line 12: The FLAVOR variable assignment on line 12 uses unquoted parameter
expansion which can trigger glob expansion if FLAVOR is externally set with
wildcard characters. Add double quotes around the entire parameter expansion in
the FLAVOR assignment, changing ${FLAVOR:=...} to "${FLAVOR:=...}" to prevent
the shell from interpreting glob characters in the default value list.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro Plus
Run ID: 898acf04-b42b-43ca-a5f7-5fc43216f238
📒 Files selected for processing (13)
fw.jsonradio/src/boards/hw_defs/v14lcd.jsonradio/src/gui/navigation/navigation.hradio/src/targets/taranis/CMakeLists.txtradio/src/targets/taranis/hal.hradio/src/targets/taranis/lcd_driver_spi.cppradio/src/targets/taranis/usb_descriptor.hradio/util/build-firmware.pyradio/util/hw_defs/legacy_names.pytools/boards.pytools/build-common.shtools/build-wasm-modules.shtools/generate-hw-defs.sh

added V14LCD target
Summary by CodeRabbit