This website requires JavaScript.
Explore
Help
Register
Sign In
fly316
/
PX4-Autopilot
Watch
7
Star
0
Fork
0
mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced
2026-07-03 07:10:35 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
24d871f7929f08a84f40d95e29329cdb60c3133e
PX4-Autopilot
/
src
/
modules
/
gyro_fft
T
History
Thomas Debrunner
fb54324f56
gyro-fft: Disable asm-operand-widths warning on apple silicon. The warning is caused by unused functions only. As with compiling for x86, the functions containing assembly never get used, but since the apple silicon is also an ARM target, they trigger a warning.
2021-11-19 09:14:11 -05:00
..
CMSIS_5
gyro_fft promote to modules and include on all boards
2021-03-05 10:56:54 -05:00
CMakeLists.txt
gyro-fft: Disable asm-operand-widths warning on apple silicon. The warning is caused by unused functions only. As with compiling for x86, the functions containing assembly never get used, but since the apple silicon is also an ARM target, they trigger a warning.
2021-11-19 09:14:11 -05:00
GyroFFT.cpp
logger: introduce optional topics
2021-11-15 09:02:03 -05:00
GyroFFT.hpp
gyro_fft: add IMU_GYRO_FFT_SNR parameter
2021-11-08 19:14:32 -05:00
Kconfig
[Kconfig] Decompose Kconfig, now each module has its own Kconfig
2021-10-07 10:09:01 -04:00
parameters.c
gyro_fft: add IMU_GYRO_FFT_SNR parameter
2021-11-08 19:14:32 -05:00