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

Board config: SPI & I2C config simplifications (1) #14221

Merged
merged 8 commits into from
Mar 10, 2020

Commits on Mar 10, 2020

  1. Configuration menu
    Copy the full SHA
    be092f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb4dd81 View commit details
    Browse the repository at this point in the history
  3. boards: add new spi+i2c config

    Chip-select and SPI initialization uses the new config, whereas the drivers
    still use the existing defines.
    
    The configuration in board_config.h can be removed after all drivers are
    updated.
    bkueng committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    de15c55 View commit details
    Browse the repository at this point in the history
  4. param: automatically update calibration ID params on import

    This avoids the need for recalibration, and also cleans up other driver
    ID's (merge separate accel/gyro).
    
    The SPI address was previously set to a board-specific (arbitrary) value,
    and is now set to 0. This will allow extending for multiple sensors of the
    same type on the same bus.
    bkueng committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    0d2e42b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    66a3f73 View commit details
    Browse the repository at this point in the history
  6. fmu-v2: disable perf command and some airframes

    to reduce FLASH size
    bkueng committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    5a5108f View commit details
    Browse the repository at this point in the history
  7. omnibusf4sd: disable landing_target_estimator

    to reduce FLASH size
    bkueng committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    6346718 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    88ef51b View commit details
    Browse the repository at this point in the history