From b032587ddb12f14d1bd573f88807bb434ed20b69 Mon Sep 17 00:00:00 2001 From: TsungtaWu Date: Wed, 14 Sep 2016 14:01:57 +0800 Subject: [PATCH] make "macros_add" as a single line make "macros_add" as a single line --- hal/targets.json | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/hal/targets.json b/hal/targets.json index 4dbfb2d42f2..aa35c0a6d49 100644 --- a/hal/targets.json +++ b/hal/targets.json @@ -2053,27 +2053,7 @@ "supported_form_factors": ["ARDUINO"], "inherits": ["MCU_NRF52"], "progen": {"target": "dfbm-nq620"}, - "macros_add": [ - "BOARD_PCA10040", - "NRF52_PAN_12", - "NRF52_PAN_15", - "NRF52_PAN_58", - "NRF52_PAN_55", - "NRF52_PAN_54", - "NRF52_PAN_31", - "NRF52_PAN_30", - "NRF52_PAN_51", - "NRF52_PAN_36", - "NRF52_PAN_53", - "S132", - "CONFIG_GPIO_AS_PINRESET", - "BLE_STACK_SUPPORT_REQD", - "SWI_DISABLE0", - "NRF52_PAN_20", - "NRF52_PAN_64", - "NRF52_PAN_62", - "NRF52_PAN_63" - ], + "macros_add": ["BOARD_PCA10040", "NRF52_PAN_12", "NRF52_PAN_15", "NRF52_PAN_58", "NRF52_PAN_55", "NRF52_PAN_54", "NRF52_PAN_31", "NRF52_PAN_30", "NRF52_PAN_51", "NRF52_PAN_36", "NRF52_PAN_53", "S132", "CONFIG_GPIO_AS_PINRESET", "BLE_STACK_SUPPORT_REQD", "SWI_DISABLE0", "NRF52_PAN_20", "NRF52_PAN_64", "NRF52_PAN_62", "NRF52_PAN_63"], "device_has": ["ANALOGIN", "ERROR_PATTERN", "I2C", "I2C_ASYNCH", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SLEEP", "SPI", "SPI_ASYNCH", "SPISLAVE"], "release_versions": ["2", "5"] },