imsridhar / FreeRTOSPosix

To learn and play with FreeRTOS Posix simulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is Experimenting On FreeRTOS with Ubuntu

install for depedancy sudo apt-get install libc6-dev-i386

NOTE:
Duplicated from --> https://github.com/pmvanker/pmvankerFreeRTOS.git
Notes available at --> https://pmvanker.blogspot.com/2020/05/freertos-notes.html

FreeRTOS Documentation available at:
https://www.freertos.org/FreeRTOS-quick-start-guide.html
https://www.freertos.org/Documentation/RTOS_book.html

For the Base implementation of FreeRTOS by William Davy refer:
https://github.com/adisarip/FreeRTOSPosixBase

About

To learn and play with FreeRTOS Posix simulator

License:GNU General Public License v2.0


Languages

Language:C 99.6%Language:Makefile 0.4%