misc: Implemented an 'all' mode for the Meson build system
This commit is contained in:
committed by
Piotr Esden-Tempski
parent
e1746a04ae
commit
04977998c2
@@ -2,7 +2,9 @@ option(
|
||||
'target',
|
||||
type: 'combo',
|
||||
choices: [
|
||||
'all',
|
||||
'stm32f1'
|
||||
],
|
||||
value: 'all',
|
||||
description: 'The hardware platform you wish to target'
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user