vxKernel/boards/sdl2/board.toml

20 lines
242 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'
]
install_files = [
'sdl2.ld'
]