Skip to content
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

Remove dshot_telemetry_start_margin setting to use auto-tune(#13075) #13082

Merged
merged 2 commits into from Sep 20, 2023

Conversation

haslinghuis
Copy link
Member

@haslinghuis haslinghuis commented Sep 18, 2023

  • Remove dshot_telemetry_start_margin setting and auto-tune instead
  • Add USE_DSHOT_BITBAND

synchronizing #13075 to 4.4-maintenance

…taflight#13075)

* Remove dshot_telemetry_start_margin setting and auto-tune instead

* Add USE_DSHOT_BITBAND
@haslinghuis haslinghuis added this to the 4.4.3 milestone Sep 18, 2023
@nerdCopter
Copy link
Member

original PR to master contained other F4 target.h's as well. is 4.4-maint different?

@haslinghuis
Copy link
Member Author

4.4.x does not contain AT32 target support.

@SteveCEvans
Copy link
Member

Has this been tested?

@nerdCopter
Copy link
Member

nerdCopter commented Sep 19, 2023

@damosvil , can you test this for 4.4.x lease? i cannot for several days.

@damosvil
Copy link
Contributor

It seems to be working fine on my side

nerdCopter
nerdCopter previously approved these changes Sep 20, 2023
Copy link
Member

@nerdCopter nerdCopter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

approving, but it does not count toward merge-ability.



uint32_t decode_bb(uint16_t buffer[], uint32_t count, uint32_t mask);
#if defined(STM32F4) || defined(AT32F4)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn’t this use #ifdef USE_DSHOT_BITBAND?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. Good catch. Fixed.

Copy link
Member

@nerdCopter nerdCopter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

with eyes-only review, it seems to be equivalent to the original PR.

@blckmn blckmn merged commit 4b410bd into betaflight:4.4-maintenance Sep 20, 2023
14 checks passed
@haslinghuis haslinghuis deleted the dshot-auto-margin branch September 20, 2023 20:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants