From 45af8c1eaa4ae07bfdad0e3cd90b0a27805b5135 Mon Sep 17 00:00:00 2001 From: Kris Kwiatkowski Date: Sat, 8 Dec 2018 21:58:12 +0000 Subject: [PATCH] disco: Adds README.md --- disco/README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 disco/README.md diff --git a/disco/README.md b/disco/README.md new file mode 100644 index 0000000..d293df6 --- /dev/null +++ b/disco/README.md @@ -0,0 +1,6 @@ +# Disco for RISC-V HiFive1 + +Assuming RISC-V toolchain, SDK and openocd is installed + +* ``make``: compile repository +* ``make run``: uses ``openocd`` and GBD to upload and start executing on HiFive1 \ No newline at end of file