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

resonance_tester: Fix chips selection, add accel_per_hz selection #6726

Merged
merged 3 commits into from
Nov 13, 2024

Commits on Nov 11, 2024

  1. resonance_tester: Fix selection of non-adxl345 chips

    Corrected issue where accelerometer names were incorrectly prefixed
    with "adxl345", preventing the selection of other chip types when running TEST_RESONANCES.
    
    Signed-off-by: Maksim Bolgov [email protected]
    MRX8024 committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    9ea7088 View commit details
    Browse the repository at this point in the history
  2. resonance_tester: Add accel_per_hz parameter selection in test

    Implemented support for selecting the `accel_per_hz` parameter when running TEST_RESONANCES.
    
    Signed-off-by: Maksim Bolgov [email protected]
    MRX8024 committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    f1cee6b View commit details
    Browse the repository at this point in the history
  3. docs: Update TEST_RESONANCES + SHAPER_CALIBRATE with missing paramete…

    …rs and bracket corrections
    
    Signed-off-by: Maksim Bolgov [email protected]
    MRX8024 committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    daa7bd9 View commit details
    Browse the repository at this point in the history