9 lines
122 B
Meson
9 lines
122 B
Meson
option(
|
|
'target',
|
|
type: 'combo',
|
|
choices: [
|
|
'stm32f1'
|
|
],
|
|
description: 'The hardware platform you wish to target'
|
|
)
|