mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-19 21:09:06 +08:00
It is a performance issue to run it on user side Signed-off-by: Jukka Laitinen <jukkax@ssrc.tii.ae>
13 lines
275 B
Plaintext
13 lines
275 B
Plaintext
menuconfig MODULES_GYRO_FFT
|
|
bool "gyro_fft"
|
|
default n
|
|
---help---
|
|
Enable support for gyro_fft
|
|
|
|
menuconfig USER_GYRO_FFT
|
|
bool "gyro_fft running as userspace module"
|
|
default n
|
|
depends on BOARD_PROTECTED && MODULES_GYRO_FFT
|
|
---help---
|
|
Put gyro_fft in userspace memory
|