16 lines
209 B
Meson
16 lines
209 B
Meson
option(
|
|
'target',
|
|
type: 'combo',
|
|
choices: [
|
|
'all',
|
|
'stm32f0',
|
|
'stm32f1',
|
|
'stm32f3',
|
|
'stm32f4',
|
|
'stm32f7',
|
|
'lm4f',
|
|
],
|
|
value: 'all',
|
|
description: 'The hardware platform you wish to target'
|
|
)
|