Skip to content
Snippets Groups Projects
Commit b66ed3ab authored by Fabian Nack's avatar Fabian Nack
Browse files

boards/msbiot: Add random feature

parent aed18c5f
No related branches found
No related tags found
No related merge requests found
FEATURES_PROVIDED += cpp FEATURES_PROVIDED += cpp
FEATURES_PROVIDED += periph_uart periph_gpio periph_spi periph_i2c periph_pwm FEATURES_PROVIDED += periph_uart periph_gpio periph_spi periph_i2c periph_pwm periph_random
FEATURES_PROVIDED += transceiver FEATURES_PROVIDED += transceiver
FEATURES_MCU_GROUP = cortex_m4 FEATURES_MCU_GROUP = cortex_m4
...@@ -91,6 +91,13 @@ extern "C" { ...@@ -91,6 +91,13 @@ extern "C" {
#define PWM_0_PIN_AF 3 #define PWM_0_PIN_AF 3
/** @} */ /** @} */
/**
* @name Random Number Generator configuration
* @{
*/
#define RANDOM_NUMOF (1U)
/** @} */
/** /**
* @name UART configuration * @name UART configuration
* @{ * @{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment