DaisyDuino library and custom linker

Working libraries, libraries being ported and related hardware
Post Reply
beserge
Posts: 6
Joined: Tue Oct 12, 2021 6:31 pm

DaisyDuino library and custom linker

Post by beserge »

Hiya! I'm one of the developers on the DaisyDuino library.
We're adding a new board to our library which requires the use of the generic H750IBK variant.

For our existing Daisy Seed variant we have included a custom linker script, which we also need to use with our new board.
My question is this: is there any way to use our DAISY_SEED.ld linker script when using the Generic variant, without making further changes to stm32duino? That is we want to be able to override the generic linker script from the library itself.
We would of course be open to adding another board variant to stm32duino, but we'd like to get something working in the meantime since the time between releases can be quite wide.
User avatar
fpiSTM
Posts: 1738
Joined: Wed Dec 11, 2019 7:11 pm
Answers: 91
Location: Le Mans
Contact:

Re: DaisyDuino library and custom linker

Post by fpiSTM »

Hi @beserge

A solution could be to define your own boards support based on this:
https://github.com/stm32duino/wiki/wiki ... -on-a-core

Anyway, feel free to submit a new PR, I will do a release in the coming weeks to fix an issue with the tools packages on windows.
Post Reply

Return to “Libraries & Hardware”