Added verify

This commit is contained in:
2020-01-22 20:41:39 +01:00
parent 2bdc9a5581
commit 1d0f621243
3 changed files with 21 additions and 9 deletions

View File

@@ -1,3 +1,2 @@
set makeprg=./tools/build.sh
map <silent> <F10> :Start ./tools/upload_stm32.sh<cr>
map <silent> <F20> :Start python.exe rootfs$(pwd)/tools/upload_z80.py rootfs$(pwd)/build/fib.z80<cr>
set makeprg=./build.sh
map <silent> <F10> :Start python.exe rootfs$(pwd)/upload.py rootfs$(pwd)/.build/fib.bin<cr>