Raytac: target removal

No files to build - should not be in targets
Reverts part of the https://github.com/ARMmbed/mbed-os/pull/6178
pull/7518/head
Martin Kojtal 2018-07-10 12:23:34 +01:00 committed by Cruz Monrreal II
parent 9c58d99bd7
commit 3950834e51
1 changed files with 6 additions and 0 deletions

View File

@ -3634,6 +3634,12 @@
}, },
"device_has": ["ANALOGIN", "I2C", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "SERIAL", "SLEEP", "SPI", "SPISLAVE"] "device_has": ["ANALOGIN", "I2C", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "SERIAL", "SLEEP", "SPI", "SPISLAVE"]
}, },
"MCU_NRF51_16K_UNIFIED_S130": {
"inherits": ["MCU_NRF51_UNIFIED"],
"extra_labels_add": ["MCU_NORDIC_16K", "MCU_NRF51_16K_S130", "MCU_NRF51_16K"],
"macros_add": ["TARGET_MCU_NORDIC_16K", "TARGET_MCU_NRF51_16K_S130", "TARGET_MCU_NRF51_16K"],
"public": false
},
"MCU_NRF51_32K_UNIFIED": { "MCU_NRF51_32K_UNIFIED": {
"inherits": ["MCU_NRF51_UNIFIED"], "inherits": ["MCU_NRF51_UNIFIED"],
"extra_labels_add": ["MCU_NORDIC_32K", "MCU_NRF51_32K"], "extra_labels_add": ["MCU_NORDIC_32K", "MCU_NRF51_32K"],