diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..5ed35c3 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "kflash_py"] + path = kflash_py + url = https://github.com/sipeed/kflash.py.git diff --git a/README.md b/README.md new file mode 100644 index 0000000..15a6bec --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +kflash_gui +============= + +Cross platform GUI wrapper for [kflash.py](https://github.com/sipeed/kflash.py.git) (download(/burn) tool for k210) + + + + + + + diff --git a/kflash_py b/kflash_py new file mode 160000 index 0000000..8705777 --- /dev/null +++ b/kflash_py @@ -0,0 +1 @@ +Subproject commit 8705777490289ee6f05294fd4282d72a06d1cc83