From d042fd0723631a95ed3f745a4384e29c6b514640 Mon Sep 17 00:00:00 2001 From: Eyck Jentzsch Date: Sat, 29 Jun 2019 15:35:25 +0200 Subject: [PATCH] Create README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f81aee4 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# FreeRTOS-RISCV + +This repo contains an official FreeRTOS release (actually 10.2.1) including its RISC-V port. + +On top of it there is the blinky example (in RISC-V-HiFive1_e-FreedomStudio) which runs on the HiFive1 board as well +as on [RISCV-VP](https://github.com/Minres/RISCV-VP) demonstrating the capabilities of the [RISCV-VP](https://github.com/Minres/RISCV-VP).