mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 05:16:47 +08:00
libdsp/Kconfig: move configuration to menuconfig, add option to include vabc in FOC data
This commit is contained in:
+4
-1
@@ -3,7 +3,7 @@
|
|||||||
# see the file kconfig-language.txt in the NuttX tools repository.
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
||||||
#
|
#
|
||||||
|
|
||||||
config LIBDSP
|
menuconfig LIBDSP
|
||||||
bool "Digital Signal Processing Library"
|
bool "Digital Signal Processing Library"
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
@@ -30,4 +30,7 @@ config LIBDSP_PRECISION
|
|||||||
1 - a little better precision than above, but slowest
|
1 - a little better precision than above, but slowest
|
||||||
2 - the most accuracte but the slowest one, use standard math functions.
|
2 - the most accuracte but the slowest one, use standard math functions.
|
||||||
|
|
||||||
|
config LIBDSP_FOC_VABC
|
||||||
|
bool "Libdsp FOC includes voltage abc frame"
|
||||||
|
|
||||||
endif # LIBDSP
|
endif # LIBDSP
|
||||||
|
|||||||
Reference in New Issue
Block a user