RaspberryPi-FreeRTOS
RaspberryPi-FreeRTOS copied to clipboard
A port of FreeRTOS to the raspberry pi 2B. With USB+Ethernet+TCP/IP.
Results
1
RaspberryPi-FreeRTOS issues
Sort by
recently updated
recently updated
newest added
Build fails with multiple definitions of the symbol "loaded". Fix by changing Drivers/video.h > char loaded; change to > extern char loaded;