Merge pull request #2112 from mbedmicro/fix_nrf_device_has

Added proper  definition for NRF51_MICROBIT_B
pull/2114/head
Martin Kojtal 2016-07-06 10:45:01 +01:00 committed by GitHub
commit 042a42f7b3
1 changed files with 1 additions and 0 deletions

View File

@ -1570,6 +1570,7 @@
"inherits": ["MCU_NRF51_16K"],
"extra_labels_add": ["NRF51_MICROBIT"],
"macros_add": ["TARGET_NRF51_MICROBIT", "TARGET_NRF_LFCLK_RC"],
"device_has": ["ANALOGIN", "ERROR_PATTERN", "I2C", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "SERIAL", "SLEEP", "SPI", "SPISLAVE"],
"release": true
},
"NRF51_MICROBIT_B_BOOT": {