Skip to content

Commit 3faedca

Browse files
author
Cruz Monrreal
authored
Merge pull request #7390 from jeromecoutant/PR_TWO
DISCO STM32L4 : Add TWO_RAM_REGIONS macro
2 parents 513960f + 40da60b commit 3faedca

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
@@ -2013,7 +2013,7 @@
20132013
},
20142014
"supported_form_factors": ["ARDUINO"],
20152015
"detect_code": ["0764"],
2016-
"macros_add": ["USBHOST_OTHER"],
2016+
"macros_add": ["USBHOST_OTHER", "TWO_RAM_REGIONS"],
20172017
"device_has_add": ["ANALOGOUT", "CAN", "SERIAL_FC", "TRNG", "FLASH"],
20182018
"release_versions": ["2", "5"],
20192019
"device_name": "STM32L475VG",
@@ -2035,7 +2035,7 @@
20352035
}
20362036
},
20372037
"detect_code": ["0820"],
2038-
"macros_add": ["USBHOST_OTHER"],
2038+
"macros_add": ["USBHOST_OTHER", "TWO_RAM_REGIONS"],
20392039
"device_has_add": ["ANALOGOUT", "CAN", "SERIAL_FC", "TRNG", "FLASH"],
20402040
"release_versions": ["2", "5"],
20412041
"device_name": "STM32L476VG",

0 commit comments

Comments
 (0)