vxKernel/vxsdk.toml

14 lines
219 B
TOML
Raw Normal View History

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