boards/yunjia-nrf51822: enabled nrfmin radio driver

This commit is contained in:
Hauke Petersen 2015-03-24 23:30:45 +01:00
parent 8d1b51423a
commit 1c610df0f5
2 changed files with 10 additions and 0 deletions

View File

@ -1,4 +1,5 @@
FEATURES_PROVIDED += cpp
FEATURES_PROVIDED += radio_nrfmin
FEATURES_PROVIDED += periph_uart
FEATURES_PROVIDED += periph_gpio
FEATURES_PROVIDED += periph_random

View File

@ -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