Files
libopencm3/meson_options.txt

11 lines
146 B
Meson

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