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

add Holybro KakuteH7 support #19019

Merged
merged 3 commits into from
Jan 17, 2022
Merged

add Holybro KakuteH7 support #19019

merged 3 commits into from
Jan 17, 2022

Commits on Jan 17, 2022

  1. Configuration menu
    Copy the full SHA
    2fb1999 View commit details
    Browse the repository at this point in the history
  2. boards: add holybro/kakuteh7

    known issues:
    - flash-based params does not work on H7 (due to ECC), so params are on
      SD card. The last flash sector is still reserved however.
    - output channel 6 does not support DShot (the implementation does not
      handle channel gaps)
    - flashing of the 2. flash bank is much slower (around 3x), than the 1.
      bank for some unknown reason.
    - after the BL jumps to the app, there's several seconds passing until
      stm32_boardinitialize() is called.
    bkueng committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    192f90c View commit details
    Browse the repository at this point in the history
  3. rc.mc_defaults: only set IMU_GYRO_RATEMAX if default

    Allows boards to set a higher rate.
    bkueng committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    0ae89ae View commit details
    Browse the repository at this point in the history