mirror of https://github.com/ARMmbed/mbed-os.git
WISE_1570: use hex as output
Fixes #6252. Use hex rather than binary - use the hex format validation.pull/6461/head
parent
abb9c74d13
commit
4b31413f9c
|
@ -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"],
|
||||
|
|
Loading…
Reference in New Issue