This is simple example shows the usage of [FreeRTOS](https://www.freertos.org/) on the NEORV32 processor. It uses the default *blink*
4
demo application (`blinky_demo/main_blinky.c`). See the comments in that source file for more information.
5
6
The chip-specific extensions folder (`chip_specific_extensions/neorv32`) should be in `$(FREERTOS_HOME)/Source/portable/GCC/RISC-V/chip_specific_extensions`,
7
but is placed in this source directory for simplicity.
8
9
10
## Hardware Requirements
11
12
* 8kB DMEM and 16kB IMEM
13
* MTIME (machine timer)
14
* `Zicsr` CPU extension
15
16
17
## Instructions
18
19
Download FreeRTOS from the [official GitHub repository](https://github.com/FreeRTOS/FreeRTOS).