You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
385 B
Meson
15 lines
385 B
Meson
option(
|
|
'timdac_hw', type: 'combo', choices: ['none', 'ch32v103'], value: 'none',
|
|
description: 'Which hardware driver to use',
|
|
)
|
|
|
|
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',
|
|
)
|