From 3950834e51a5ee5fe2018b2b5a70897e2e1e5e65 Mon Sep 17 00:00:00 2001 From: Martin Kojtal Date: Tue, 10 Jul 2018 12:23:34 +0100 Subject: [PATCH] Raytac: target removal No files to build - should not be in targets Reverts part of the https://github.com/ARMmbed/mbed-os/pull/6178 --- targets/targets.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/targets/targets.json b/targets/targets.json index 24db3ad4c0..6cf7cea477 100755 --- a/targets/targets.json +++ b/targets/targets.json @@ -3634,6 +3634,12 @@ }, "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": { "inherits": ["MCU_NRF51_UNIFIED"], "extra_labels_add": ["MCU_NORDIC_32K", "MCU_NRF51_32K"],