Add previously overlooked configurations for an old target #929#1109
Add previously overlooked configurations for an old target #929#1109aocodarc wants to merge 1 commit into
Conversation
Add previously overlooked configurations
WalkthroughThe AOCODARCG473V1 board configuration header is extended to enable PinIO support with two feature macros and three PinIO1 hardware configuration macros that map the pin to ChangesAOCODARCG473V1 PinIO1 Support
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 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 |
| #define USE_PINIO | ||
| #define USE_PINIOBOX |
There was a problem hiding this comment.
USE_PINIO is a user configurable option, so should not be defined in the target. And USE_PINIOBOX is automatically defined when USE_PINIO is defined in src/main/target/common_post.h.
(Although that same common_post.h also defines USE_PINIO if it's not already set by the user if any PINIOx_BOX is defined.)
There was a problem hiding this comment.
Sorry, Now I understand these two lines, So these two lines need delete or just not merge? what I can do next?
|
Does this PINIO do something specific? If so, please also define |
|
This pin was not connected in the provided schematic, and no pad or connector was indicated for PINIO. |

Add previously overlooked configurations for an old target #929
Pull-Request requirements
Mandatory Review for All New Flight Controllers
Hardware Compliance Requirements
These measures help maintain high standards and ensure compatibility within the Betaflight ecosystem.
If you have any questions or need guidance, feel free to reach out to the Betaflight development team.
Housekeeping
master.Checklist (✓/✕, or y/n)
Summary by CodeRabbit