12 lines
160 B
Meson
12 lines
160 B
Meson
option(
|
|
'target',
|
|
type: 'combo',
|
|
choices: [
|
|
'all',
|
|
'stm32f0',
|
|
'stm32f1',
|
|
],
|
|
value: 'all',
|
|
description: 'The hardware platform you wish to target'
|
|
)
|