Skip to content

Commit fc2d880

Browse files
karlpBOJIT
authored andcommitted
BREAKING: drop all part specific ld files
We were never going to be capable of supporting every single part variant with their own files, so stop trying. We've been supporting the linker script generator for a long time now, so move on from these old static files. Breaking: if you were using one of these, and don't wish to use the linker script generator, you should simply declare a stub linker script, and include the generic section definitions file, and provide this in your own application. Old: LDSCRIPT = $(OPENCM3_DIR)/lib/stm32/l1/stm32l15xxb.ld New (linker script generator): DEVICE=stm32l151cb New (manual): * Add file mymemorymap.ld, with contents similar too: ``` MEMORY { rom (rx) : ORIGIN = 0x08000000, LENGTH = 256K ram (rwx) : ORIGIN = 0x20000000, LENGTH = 48K } /* Include the common ld script. */ INCLUDE cortex-m-generic.ld ``` LDSCRIPT=mymemorymap.ld See ld/README for more information on using the linker script generator
1 parent 545fd8f commit fc2d880

41 files changed

Lines changed: 0 additions & 1791 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

lib/efm32/ezr32wg/libopencm3_ezr32wg.ld

Lines changed: 0 additions & 106 deletions
This file was deleted.

lib/efm32/g/libopencm3_efm32g880f128.ld

Lines changed: 0 additions & 15 deletions
This file was deleted.

lib/efm32/gg/libopencm3_efm32gg990f1024.ld

Lines changed: 0 additions & 15 deletions
This file was deleted.

lib/efm32/hg/efm32hg309f64.ld

Lines changed: 0 additions & 28 deletions
This file was deleted.

lib/efm32/tg/libopencm3_efm32tg840f32.ld

Lines changed: 0 additions & 15 deletions
This file was deleted.

lib/efm32/wg/libopencm3_efm32wg.ld

Lines changed: 0 additions & 106 deletions
This file was deleted.

lib/lm3s/lm3s6965.ld

Lines changed: 0 additions & 31 deletions
This file was deleted.

lib/lpc43xx/m0/libopencm3_lpc43xx_m0.ld

Whitespace-only changes.

0 commit comments

Comments
 (0)