summaryrefslogtreecommitdiff
path: root/hw/bsp/samg55xplained/samg55j19_flash.ld
AgeCommit message (Collapse)Author
2024-05-04add cmake for samg55hathach
2024-04-24fix samd linker with clang: cannot self-check defined symbol with lld e.g ↵hathach
`STACK_SIZE = DEFINED(STACK_SIZE) ? STACK_SIZE : 0x1000` --> STACK_SIZE = 0
2019-11-26fix samg55 with newlib missing end symbolhathach