From 761254c1a09b77b0d56333fa7e693de5cb65e635 Mon Sep 17 00:00:00 2001 From: Ashok Rao Date: Thu, 9 Nov 2017 17:33:12 +0000 Subject: [PATCH 1/2] Adding device_name for TB_SENSE_12. device_name key is required to add Cloud Client support / enable bootloader support for this target. --- targets/targets.json | 1 + 1 file changed, 1 insertion(+) diff --git a/targets/targets.json b/targets/targets.json index d4f6a93f2c..733adca654 100644 --- a/targets/targets.json +++ b/targets/targets.json @@ -2870,6 +2870,7 @@ }, "TB_SENSE_12": { "inherits": ["EFR32MG12P332F1024GL125"], + "device_name": "EFR32MG12P332F1024GL125", "device_has": ["ANALOGIN", "I2C", "I2CSLAVE", "I2C_ASYNCH", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SLEEP", "SPI", "SPISLAVE", "SPI_ASYNCH", "STDIO_MESSAGES", "TRNG", "FLASH"], "forced_reset_timeout": 5, "config": { From 4c57d86cd230ba44240e4edda52154ccd8d34b80 Mon Sep 17 00:00:00 2001 From: Jimmy Brisson Date: Wed, 15 Nov 2017 15:33:43 -0600 Subject: [PATCH 2/2] Remove include paths from uvision assembler export --- tools/export/uvision/uvision.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/export/uvision/uvision.tmpl b/tools/export/uvision/uvision.tmpl index 49c708c3bb..f49c79659d 100644 --- a/tools/export/uvision/uvision.tmpl +++ b/tools/export/uvision/uvision.tmpl @@ -394,7 +394,7 @@ {{asm_flags}} - {{include_paths}} +