vxKernel/vxsdk.toml

14 lines
214 B
TOML

[project]
name = 'vxkernel'
type = 'lib'
[build]
configure = 'python3 ./configure --board=fxcg50'
build = 'make'
install = 'make install'
uninstall = 'make uninstall'
[dependencies]
sh-elf-vhex = 'master'