vxKernel/board/fxcg50/board.toml

31 lines
347 B
TOML

[meta]
description = "Casio's Fxcg50 calculator board description"
author = 'Yann MAGNIN'
[config]
modules = [
'display',
'fs',
'hypervisor',
'keyboard',
'kmalloc',
'timer'
]
[drivers]
screen = 'R61524'
mpu = 'sh7305'
[toolchain]
prefix = 'sh-elf-vhex-'
cflags = [
'-DFXCG50',
'-m4-nofpu',
'-mb'
]
libs = [
'-lc',
'-lgcc'
]