Example of a parallel algorithm in a FreeRTOS simulation
Go to file
Hendrik Schutter d2e9b4a0b7 updated .gitignore
added source
wrote README
2019-05-20 19:27:22 +02:00
Project updated .gitignore 2019-05-20 19:27:22 +02:00
Source updated .gitignore 2019-05-20 19:27:22 +02:00
.gitignore updated .gitignore 2019-05-20 19:27:22 +02:00
LICENSE Initial commit 2019-05-20 19:01:06 +02:00
Makefile updated .gitignore 2019-05-20 19:27:22 +02:00
README.md updated .gitignore 2019-05-20 19:27:22 +02:00

README.md

ParallelTrafficRouter_FreeRTOS

Example of a parallel algorithm in a FreeRTOS simulation

##Build requirements

###openSuse Tumbleweed

zypper install git make gcc-32bit

###Ubuntu 18.04

apt-get install git make gcc gcc-multilib g++-multilib

###Microsoft Windows

FreeRTOS site for the Windows port

##Build

##Execute

  • ./FreeRTOS-Demo

Using freeRTOS simulator fork from https://github.com/Muriukidavid/FreeRTOS-Sim