misc: Created the base Meson build system for the project

This commit is contained in:
dragonmux
2023-11-29 00:08:33 +00:00
committed by Piotr Esden-Tempski
parent 70e890a8d8
commit c34e4582f2
3 changed files with 148 additions and 0 deletions

8
meson_options.txt Normal file
View File

@@ -0,0 +1,8 @@
option(
'target',
type: 'combo',
choices: [
'stm32f1'
],
description: 'The hardware platform you wish to target'
)