GCC integration

Due to some request I added gcc support
It was nice to see that only minor changes had to be made.

Read More

Qemu - Meson - Terminal Prompt

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.

Read More

STM32Cube Library's

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.

Read More