misc: Created the base Meson build system for the project
This commit is contained in:
committed by
Piotr Esden-Tempski
parent
70e890a8d8
commit
c34e4582f2
8
meson_options.txt
Normal file
8
meson_options.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
option(
|
||||
'target',
|
||||
type: 'combo',
|
||||
choices: [
|
||||
'stm32f1'
|
||||
],
|
||||
description: 'The hardware platform you wish to target'
|
||||
)
|
||||
Reference in New Issue
Block a user