1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-23 16:25:26 +03:00

RPM filters (#5188)

* Empty framework to apply RPM filter

* Init gyro RPM filter

* Entry point for Dterm filter

* RPM filter implementation

* Bugfixes

* Fix Dterm fileter bank

* Save RPM filter configuration in blackbox header

* Debug RPM frequency

* Disable PWM servo driver on all F3 boards

* Move RPM filter to ITCM_RAM

* Disable target COLIBRI_RACE as it's out of RAM

* Drop FEATURE in favor of just settings
This commit is contained in:
Paweł Spychalski 2019-12-04 18:55:48 +01:00 committed by GitHub
parent f839dd1a62
commit e5567da9e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
25 changed files with 400 additions and 12 deletions

View file

@ -65,5 +65,7 @@ typedef enum {
DEBUG_ACC,
DEBUG_ITERM_RELAX,
DEBUG_ERPM,
DEBUG_RPM_FILTER,
DEBUG_RPM_FREQ,
DEBUG_COUNT
} debugType_e;