ParallelTrafficRouter_FreeRTOS/README.md

35 lines
716 B
Markdown
Raw Normal View History

2019-05-20 19:01:06 +02:00
# ParallelTrafficRouter_FreeRTOS
Example of a parallel algorithm in a FreeRTOS simulation
2020-03-26 20:30:48 +01:00
## Build requirements
2020-03-26 20:30:48 +01:00
### openSuse Tumbleweed
zypper install git make gcc-32bit
2020-03-26 20:30:48 +01:00
### Ubuntu 18.04
apt-get install git make gcc gcc-multilib g++-multilib
2020-03-26 20:30:48 +01:00
### Microsoft Windows
[FreeRTOS site for the Windows port](https://www.freertos.org/FreeRTOS-Windows-Simulator-Emulator-for-Visual-Studio-and-Eclipse-MingW.html)
2020-03-26 20:30:48 +01:00
## Build
* git clone https://git.mosad.xyz/localhorst/ParallelTrafficRouter_FreeRTOS.git
* cd ParallelTrafficRouter_FreeRTOS
* make
2020-03-26 20:30:48 +01:00
## Execute
* ./FreeRTOS-Demo
### Using freeRTOS simulator fork from [https://github.com/Muriukidavid/FreeRTOS-Sim](https://github.com/Muriukidavid/FreeRTOS-Sim)