timdac/meson_options.txt

15 lines
385 B
Meson
Raw Permalink Normal View History

2023-01-02 18:57:59 +00:00
option(
'timdac_hw', type: 'combo', choices: ['none', 'ch32v103'], value: 'none',
description: 'Which hardware driver to use',
)
2023-01-02 19:27:57 +00:00
option(
'bsp', type: 'string', value: '',
description: 'Name of subproject to use as a board support pack',
)
option(
'bsp_dep', type: 'string', value: 'bsp_dep',
description: 'Name of the main dependency object in the board support pack',
2023-01-02 19:27:57 +00:00
)