board/udoo: added RNG configuration

This commit is contained in:
Hauke Petersen 2014-11-11 11:46:49 +01:00
parent a5e26402ed
commit cab402b62e
2 changed files with 8 additions and 1 deletions

View File

@ -1 +1 @@
FEATURES_PROVIDED += periph_gpio periph_spi FEATURES_PROVIDED += periph_gpio periph_spi periph_random

View File

@ -82,6 +82,13 @@ extern "C" {
#define UART_1_PINS (GPIO_Pin_2 | GPIO_Pin_3) #define UART_1_PINS (GPIO_Pin_2 | GPIO_Pin_3)
/** @} */ /** @} */
/**
* @name Random Number Generator configuration
* @{
*/
#define RANDOM_NUMOF (1U)
/** @} */
/** /**
* @name SPI configuration * @name SPI configuration
* @{ * @{