board/udoo: added RNG configuration
This commit is contained in:
parent
a5e26402ed
commit
cab402b62e
@ -1 +1 @@
|
||||
FEATURES_PROVIDED += periph_gpio periph_spi
|
||||
FEATURES_PROVIDED += periph_gpio periph_spi periph_random
|
||||
|
||||
@ -82,6 +82,13 @@ extern "C" {
|
||||
#define UART_1_PINS (GPIO_Pin_2 | GPIO_Pin_3)
|
||||
/** @} */
|
||||
|
||||
/**
|
||||
* @name Random Number Generator configuration
|
||||
* @{
|
||||
*/
|
||||
#define RANDOM_NUMOF (1U)
|
||||
/** @} */
|
||||
|
||||
/**
|
||||
* @name SPI configuration
|
||||
* @{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user