vxKernel/boards/sdl2/board.toml

23 lines
276 B
TOML

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