mirror of https://github.com/ARMmbed/mbed-os.git
code review for Update linker scripts for bootloader target L496GZ
parent
534883046d
commit
2215a9ab5e
|
@ -1,11 +1,13 @@
|
|||
/* Linker script to configure memory regions. */
|
||||
/* 0x1AC resevered for vectors; 8-byte aligned = 0x1B0 (0x1AC + 0x4)*/
|
||||
|
||||
#if !defined(MBED_APP_START)
|
||||
#define MBED_APP_START 0x08000000
|
||||
#endif
|
||||
#if !defined(MBED_APP_SIZE)
|
||||
#define MBED_APP_SIZE 1024k
|
||||
#endif
|
||||
|
||||
MEMORY
|
||||
{
|
||||
FLASH (rx) : ORIGIN = MBED_APP_START, LENGTH = MBED_APP_SIZE
|
||||
|
|
|
@ -4261,7 +4261,8 @@
|
|||
"detect_code": ["0822"],
|
||||
"device_has_add": ["ANALOGOUT", "CAN", "CRC", "SERIAL_ASYNCH", "SERIAL_FC", "TRNG", "FLASH"],
|
||||
"release_versions": ["2", "5"],
|
||||
"device_name": "STM32L496AG"
|
||||
"device_name": "STM32L496AG",
|
||||
"bootloader_supported": true
|
||||
},
|
||||
"NUCLEO_L496ZG": {
|
||||
"inherits": ["FAMILY_STM32"],
|
||||
|
|
Loading…
Reference in New Issue