Added STM32F families to stm32-meson

2020-03-30 meson stm32 c

The stm32-meson project now supports more STM32 chips. Previously the the project only supported STM32G0 family of ST microprocessors. I’ve gone ... Read More

Dotfile Managment using dotdrop

2020-03-25 dotfiles python c

Every developer has a customized system that they are familiar with to make coding easier. For a Linux system this involves modifying the dotfiles for ... Read More

Meson Python Modules

2020-02-24 meson python c

The meson build system is very versatile and can be integrated with a wide variety of technology. Meson can be used to build C modules that link in as ... Read More

Meson Polyglot - Rust and C

2020-02-12 meson rust c

The definition of polyglot is “knowing or using several languages.” With that definition Meson could be considered a polyglot. Meson is ... Read More