blob: 0442e5ca01ac9ebf835793572a0e27d5144f30c9 [file] [log] [blame]
Patrick Williamsfffd9832025-02-01 08:38:36 -05001option('tests', type: 'feature', description: 'Build tests')
2option(
3 'chip_config',
4 type: 'array',
5 choices: ['p10', 'explorer', 'odyssey'],
6 description: 'Configured chips to build data files for',
7)