Files
libopencm3/meson_options.txt

12 lines
160 B
Meson

option(
'target',
type: 'combo',
choices: [
'all',
'stm32f0',
'stm32f1',
],
value: 'all',
description: 'The hardware platform you wish to target'
)