-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ORBITF435 target #576
Merged
haslinghuis
merged 9 commits into
betaflight:master
from
orbittechnologyx:feature/ORBITF435
Oct 21, 2024
Merged
Add ORBITF435 target #576
haslinghuis
merged 9 commits into
betaflight:master
from
orbittechnologyx:feature/ORBITF435
Oct 21, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
haslinghuis
reviewed
Sep 24, 2024
Co-authored-by: Mark Haslinghuis <[email protected]>
haslinghuis
approved these changes
Sep 24, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Using 2 GPIO ports is good.
- Using 3 timers - using two 4-channel timers for 8 motors for when BITBANG is disabled would be better.
2 PB0 TMR 3_CH3
2 PB1 TMR 3_CH4
1 PB10 TMR 2_CH3
1 PB11 TMR 2_CH4
1 PA15 TMR 2_CH1
1 PB6 TMR 4_CH1
1 PB7 TMR 4_CH2
1 PA1 TMR 2_CH2
M1: 2 PB0 (2)TMR 3_CH3
M2: 2 PB1 (2)TMR 3_CH4
M5: 1 PA15 (1)TMR 2_CH1
M8: 1 PA1 (1)TMR 2_CH2
M3: 1 PB10 (1)TMR 2_CH3
M4: 1 PB11 (1)TMR 2_CH4
M6: 1 PB6 (1)TMR 4_CH1
M7: 1 PB7 (1)TMR 4_CH2
ot0tot
reviewed
Sep 24, 2024
ot0tot
reviewed
Sep 24, 2024
ot0tot
reviewed
Sep 24, 2024
Co-authored-by: ot0tot <[email protected]>
Co-authored-by: ot0tot <[email protected]>
haslinghuis
approved these changes
Sep 24, 2024
ot0tot
approved these changes
Sep 24, 2024
Hi @haslinghuis @ot0tot |
haslinghuis
reviewed
Sep 26, 2024
Co-authored-by: Mark Haslinghuis <[email protected]>
nerdCopter
approved these changes
Oct 21, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The configurations for ORBITF435 target