Skip to content

Commit dd84f32

Browse files
committed
STM32L486: fix two ram region define for GCC ARM
Based on the changes for other targets, these 2 were left.
1 parent f67fe4a commit dd84f32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

targets/targets.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1609,7 +1609,7 @@
16091609
}
16101610
},
16111611
"detect_code": ["0827"],
1612-
"macros_add": ["USBHOST_OTHER", "MBEDTLS_CONFIG_HW_SUPPORT"],
1612+
"macros_add": ["USBHOST_OTHER", "MBEDTLS_CONFIG_HW_SUPPORT", "TWO_RAM_REGIONS"],
16131613
"device_has_add": ["ANALOGOUT", "CAN", "LOWPOWERTIMER", "SERIAL_ASYNCH", "SERIAL_FC", "TRNG", "FLASH"],
16141614
"release_versions": ["2", "5"],
16151615
"device_name": "STM32L486RG"
@@ -1626,7 +1626,7 @@
16261626
}
16271627
},
16281628
"detect_code": ["0460"],
1629-
"macros_add": ["MBEDTLS_CONFIG_HW_SUPPORT", "WISE_1570"],
1629+
"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"],
16321632
"device_name": "STM32L486RG"

0 commit comments

Comments
 (0)