mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 20:08:15 +08:00
Merged in raiden00/nuttx_pe (pull request #771)
Use STM32 DMA IP core version instead of chip family names and some minor improvements arch/arm/src/stm32/chip/stm32_adc.h: raise error if two IP cores seleceted libs/libdsp/Kconfig: cosmetic change arch/arm/src/stm32/Kconfig: hide TIMER menu, HRTIM menu and USB Host debug menu if peripherals not enabled configs/stm32f429i-disco/highpri/defconfig: fix configuration warning Approved-by: GregoryN <gnutt@nuttx.org>
This commit is contained in:
committed by
GregoryN
parent
7c77eb738e
commit
d2b98cc150
+4
-1
@@ -9,9 +9,10 @@ config LIBDSP
|
||||
---help---
|
||||
Enable build for various DSP functions
|
||||
|
||||
if LIBDSP
|
||||
|
||||
config LIBDSP_DEBUG
|
||||
bool "Libdsp debugging"
|
||||
depends on LIBDSP
|
||||
default n
|
||||
---help---
|
||||
Enable debugging for libdsp. This option enables additional parameters
|
||||
@@ -28,3 +29,5 @@ config LIBDSP_PRECISION
|
||||
0 - the fastest calculation but the lowest precision
|
||||
1 - a little better precision than above, but slowest
|
||||
2 - the most accuracte but the slowest one, use standard math functions.
|
||||
|
||||
endif # LIBDSP
|
||||
|
||||
Reference in New Issue
Block a user