WISE_1570: use hex as output

Fixes #6252. Use hex rather than binary - use the hex format validation.
pull/6461/head
Martin Kojtal 2018-03-13 13:52:11 +00:00 committed by adbridge
parent abb9c74d13
commit 4b31413f9c
1 changed files with 2 additions and 1 deletions

View File

@ -1629,7 +1629,8 @@
"macros_add": ["MBEDTLS_CONFIG_HW_SUPPORT", "WISE_1570", "TWO_RAM_REGIONS"],
"device_has_add": ["ANALOGOUT", "LOWPOWERTIMER", "SERIAL_ASYNCH", "SERIAL_FC", "TRNG", "FLASH"],
"release_versions": ["5"],
"device_name": "STM32L486RG"
"device_name": "STM32L486RG",
"OUTPUT_EXT": "hex"
},
"ARCH_MAX": {
"inherits": ["FAMILY_STM32"],