Skip to content

Commit e10ef5b

Browse files
author
Edmund Hsu
committed
ADI: Enable bootloader for EV_COG_AD3029LZ and EV_COG_AD4050LZ
1 parent e2d9eb8 commit e10ef5b

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

targets/TARGET_Analog_Devices/TARGET_ADUCM302X/TARGET_ADUCM3029/TARGET_EV_COG_AD3029LZ/device/startup_ADuCM3029.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @date: $Date: $
77
*-----------------------------------------------------------------------------
88
*
9-
Copyright (c) 2010-2017 Analog Devices, Inc.
9+
Copyright (c) 2010-2018 Analog Devices, Inc.
1010
1111
All rights reserved.
1212

targets/targets.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,8 @@
630630
"device_has": ["SERIAL", "STDIO_MESSAGES", "TRNG", "SLEEP", "INTERRUPTIN", "RTC", "SPI", "I2C", "FLASH", "ANALOGIN"],
631631
"device_name": "ADuCM4050",
632632
"detect_code": ["0603"],
633-
"release_versions": ["5"]
633+
"release_versions": ["5"],
634+
"bootloader_supported": true
634635
},
635636
"EV_COG_AD3029LZ": {
636637
"inherits": ["Target"],
@@ -641,7 +642,8 @@
641642
"device_has": ["SERIAL", "STDIO_MESSAGES", "TRNG", "SLEEP", "INTERRUPTIN", "RTC", "SPI", "I2C", "FLASH", "ANALOGIN"],
642643
"device_name": "ADuCM3029",
643644
"detect_code": ["0602"],
644-
"release_versions": ["5"]
645+
"release_versions": ["5"],
646+
"bootloader_supported": true
645647
},
646648
"MTS_GAMBIT": {
647649
"inherits": ["Target"],

0 commit comments

Comments
 (0)