mirror of https://github.com/ARMmbed/mbed-os.git
DISCO STM32L4 : Add TWO_RAM_REGIONS macro
parent
2da597e56a
commit
40da60b959
|
@ -2013,7 +2013,7 @@
|
|||
},
|
||||
"supported_form_factors": ["ARDUINO"],
|
||||
"detect_code": ["0764"],
|
||||
"macros_add": ["USBHOST_OTHER"],
|
||||
"macros_add": ["USBHOST_OTHER", "TWO_RAM_REGIONS"],
|
||||
"device_has_add": ["ANALOGOUT", "CAN", "SERIAL_FC", "TRNG", "FLASH"],
|
||||
"release_versions": ["2", "5"],
|
||||
"device_name": "STM32L475VG",
|
||||
|
@ -2035,7 +2035,7 @@
|
|||
}
|
||||
},
|
||||
"detect_code": ["0820"],
|
||||
"macros_add": ["USBHOST_OTHER"],
|
||||
"macros_add": ["USBHOST_OTHER", "TWO_RAM_REGIONS"],
|
||||
"device_has_add": ["ANALOGOUT", "CAN", "SERIAL_FC", "TRNG", "FLASH"],
|
||||
"release_versions": ["2", "5"],
|
||||
"device_name": "STM32L476VG",
|
||||
|
|
Loading…
Reference in New Issue