GCC integration
Due to some request I added gcc support
It was nice to see that only minor changes had to be made.
Hardware Development Engineer
Due to some request I added gcc support
It was nice to see that only minor changes had to be made.
With meson 0.44 I had the problem, that when a test failed my terminal lost the prompt.
I had to change the meson python code to get rid of this annoying problem.
Now its time to marry qemu and meson.build
One of my (unwritten) goals was to enable a Test-Driven-Development work-flow.
ST distributes a Hal Driver called STM32Cube.
I used this driver also in my projects.
To use it with meson build
we just have to make a small change and add some path’s.
LLVM’s linker was a real pain…
We have to get deeper into meson!
With meson it is easy to extend some useful bash command
We now look at the first example project STM32F3Discovery-meson-example. It’s for the STM32F3Discovery Development Board from ST Microelectronics
So there I was. Starting from scratch.
As the title says. This is my first post on github.