-
-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
difficulty: mediumSomewhat difficult to solveSomewhat difficult to solvepriority: lowstatus: needs designThis feature needs design work to move forwardThis feature needs design work to move forwardtype: bugSomething isn't workingSomething isn't working
Description
A layout like this:
memory.x:
INCLUDE common.ld
MEMORY
{
FLASH : org = 0x08004400, len = 319k
}
common.x:
MEMORY
{
FIRMWARE : org = 0x08004000, len = 320k
FWUPDATE : org = 0x08054000, len = 320k
FWSWAP : org = 0x080A4000, len = 320k
RAM : org = 0x20000000, len = 96k /* SRAM1 */
RAM2 : org = 0x10000000, len = 32K /* SRAM2 */
}
Does not work with the current "naive" line-by-line parser.
Metadata
Metadata
Assignees
Labels
difficulty: mediumSomewhat difficult to solveSomewhat difficult to solvepriority: lowstatus: needs designThis feature needs design work to move forwardThis feature needs design work to move forwardtype: bugSomething isn't workingSomething isn't working