Skip to content

Doesn't work with include #4

Open
@MathiasKoch

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions