Change for NeuG RNG
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
/*
|
||||
* ADC driver system settings.
|
||||
*/
|
||||
#define USE_STM32_ADC1 FALSE
|
||||
#define USE_STM32_ADC1 TRUE
|
||||
#define STM32_ADC1_DMA_PRIORITY 3
|
||||
#define STM32_ADC1_IRQ_PRIORITY 5
|
||||
#define STM32_ADC1_DMA_ERROR_HOOK() chSysHalt()
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
#define CH_OPTIMIZE_SPEED TRUE
|
||||
#define CH_USE_REGISTRY TRUE
|
||||
#define CH_USE_WAITEXIT TRUE
|
||||
#define CH_USE_SEMAPHORES FALSE
|
||||
#define CH_USE_SEMAPHORES TRUE
|
||||
#define CH_USE_SEMAPHORES_PRIORITY FALSE
|
||||
#define CH_USE_SEMSW FALSE
|
||||
#define CH_USE_MUTEXES TRUE
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
#include "mcuconf.h"
|
||||
|
||||
#define CH_HAL_USE_PAL TRUE
|
||||
#define CH_HAL_USE_ADC FALSE
|
||||
#define CH_HAL_USE_ADC TRUE
|
||||
#define CH_HAL_USE_CAN FALSE
|
||||
#define CH_HAL_USE_MAC FALSE
|
||||
#define CH_HAL_USE_PWM FALSE
|
||||
|
||||
Reference in New Issue
Block a user