vxKernel/boards/fxcg50/board.toml

39 lines
462 B
TOML

[meta]
description = "Casio's Fxcg50 calculator board"
author = 'Yann MAGNIN'
[config]
modules = [
'display',
'fs',
'hypervisor',
'keyboard',
'kmalloc',
'timer',
'rtc',
'dma'
]
drivers = [
'screen:R61524',
'mpu:sh:sh7305'
]
[toolchain]
file = 'toolchain-sh.cmake'
cflags = [
'-DFXCG50',
'-m4-nofpu',
'-mb',
'-ffreestanding',
'-nostdlib',
'-fPIE',
'-O1',
'-fstrict-volatile-bitfields',
'-Wa,--dsp'
]
libs = [
'-lc',
'-lgcc'
]