vxKernel/board/fxcg50/board.toml

33 lines
363 B
TOML

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