Is there a Meson build way to use assembly and linker script for a firmware target STM32L4
#13207
Closed
dreamer-coding
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Seems to be possible to build for STM32 using arm-toolchain, currently running experiments for an STM32L475 IOT Node in a QEMU emulator, along with a cross-file to unify the requirements to specify this target.
Is it possible to use a
.s
assembly and.ld
file in this firmware experiment? Or is there a Meson why to do make this work? Lots of samples look a lot likeCMake
variations and prefer to followMeson
build guidelines please advise.Beta Was this translation helpful? Give feedback.
All reactions