mirror of https://github.com/ARMmbed/mbed-os.git
STM32L486: fix two ram region define for GCC ARM
Based on the changes for other targets, these 2 were left.pull/6346/head
parent
f67fe4a7a3
commit
dd84f32043
|
|
@ -1609,7 +1609,7 @@
|
|||
}
|
||||
},
|
||||
"detect_code": ["0827"],
|
||||
"macros_add": ["USBHOST_OTHER", "MBEDTLS_CONFIG_HW_SUPPORT"],
|
||||
"macros_add": ["USBHOST_OTHER", "MBEDTLS_CONFIG_HW_SUPPORT", "TWO_RAM_REGIONS"],
|
||||
"device_has_add": ["ANALOGOUT", "CAN", "LOWPOWERTIMER", "SERIAL_ASYNCH", "SERIAL_FC", "TRNG", "FLASH"],
|
||||
"release_versions": ["2", "5"],
|
||||
"device_name": "STM32L486RG"
|
||||
|
|
@ -1626,7 +1626,7 @@
|
|||
}
|
||||
},
|
||||
"detect_code": ["0460"],
|
||||
"macros_add": ["MBEDTLS_CONFIG_HW_SUPPORT", "WISE_1570"],
|
||||
"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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue