Skip to content

Commit d6a0a94

Browse files
committed
WISE_1570: use hex as output
Fixes #6252. Use hex rather than binary - use the hex format validation.
1 parent dd84f32 commit d6a0a94

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

targets/targets.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1629,7 +1629,8 @@
16291629
"macros_add": ["MBEDTLS_CONFIG_HW_SUPPORT", "WISE_1570", "TWO_RAM_REGIONS"],
16301630
"device_has_add": ["ANALOGOUT", "LOWPOWERTIMER", "SERIAL_ASYNCH", "SERIAL_FC", "TRNG", "FLASH"],
16311631
"release_versions": ["5"],
1632-
"device_name": "STM32L486RG"
1632+
"device_name": "STM32L486RG",
1633+
"OUTPUT_EXT": "hex"
16331634
},
16341635
"ARCH_MAX": {
16351636
"inherits": ["FAMILY_STM32"],

0 commit comments

Comments
 (0)