Page 1 of 1

DaisyDuino library and custom linker

Posted: Tue Oct 12, 2021 7:35 pm
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.

Re: DaisyDuino library and custom linker

Posted: Wed Oct 13, 2021 8:22 am
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.