Files
libopencm3/meson_options.txt

9 lines
122 B
Meson

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