boards/yunjia-nrf51822: enabled nrfmin radio driver
This commit is contained in:
parent
8d1b51423a
commit
1c610df0f5
@ -1,4 +1,5 @@
|
||||
FEATURES_PROVIDED += cpp
|
||||
FEATURES_PROVIDED += radio_nrfmin
|
||||
FEATURES_PROVIDED += periph_uart
|
||||
FEATURES_PROVIDED += periph_gpio
|
||||
FEATURES_PROVIDED += periph_random
|
||||
|
||||
@ -128,6 +128,15 @@ extern "C" {
|
||||
#define SPI_1_PIN_SCK 22
|
||||
/** @} */
|
||||
|
||||
/**
|
||||
* @name Radio device configuration
|
||||
*
|
||||
* The radio is not guarded by a NUMOF define, as the radio is selected by its
|
||||
* own module in the build system.
|
||||
* @{
|
||||
*/
|
||||
#define RADIO_IRQ_PRIO 1
|
||||
/** @} */
|
||||
|
||||
/**
|
||||
* @name GPIO configuration
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user