vxKernel/board/sdl2/board.toml

21 lines
225 B
TOML

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