vxKernel/board/sdl2/board.toml

20 lines
211 B
TOML

[meta]
description = "Fake board for the DSL support"
author = 'Yann MAGNIN'
[config]
modules = [
'display',
'hypervisor',
'timer'
]
[drivers]
mpu = 'sdl2'
[toolchain]
prefix = ''
cflags = [
'-g3'
]