ADI: Enable bootloader for EV_COG_AD3029LZ and EV_COG_AD4050LZ

pull/6690/head
Edmund Hsu 2018-04-20 16:00:20 +10:00
parent e2d9eb8b79
commit e10ef5bd73
2 changed files with 5 additions and 3 deletions

View File

@ -6,7 +6,7 @@
* @date: $Date: $
*-----------------------------------------------------------------------------
*
Copyright (c) 2010-2017 Analog Devices, Inc.
Copyright (c) 2010-2018 Analog Devices, Inc.
All rights reserved.

View File

@ -630,7 +630,8 @@
"device_has": ["SERIAL", "STDIO_MESSAGES", "TRNG", "SLEEP", "INTERRUPTIN", "RTC", "SPI", "I2C", "FLASH", "ANALOGIN"],
"device_name": "ADuCM4050",
"detect_code": ["0603"],
"release_versions": ["5"]
"release_versions": ["5"],
"bootloader_supported": true
},
"EV_COG_AD3029LZ": {
"inherits": ["Target"],
@ -641,7 +642,8 @@
"device_has": ["SERIAL", "STDIO_MESSAGES", "TRNG", "SLEEP", "INTERRUPTIN", "RTC", "SPI", "I2C", "FLASH", "ANALOGIN"],
"device_name": "ADuCM3029",
"detect_code": ["0602"],
"release_versions": ["5"]
"release_versions": ["5"],
"bootloader_supported": true
},
"MTS_GAMBIT": {
"inherits": ["Target"],