mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
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…
Reference in New Issue
Block a user