/harpy

A light weight drone os

Primary LanguageC++MIT LicenseMIT

RPIPicoFreeRTOSSMPExp

This is a FreeRTOS Kernel SMP example for the Raspberry PI Pico. This example project is used on my video tutorial on YouTube.

Dependencies

Schematic

A schematic for the project and components can be found in the Schematic folder.

  • 1x Green LED
  • 1x Blue LED
  • 4x Red LED
  • 6x 75Ohm Resistors
  • RPI Pico
  • Breadboard
  • Micro USB Cable

Cloning Repository

$ git clone --recurse-submodules https://github.com/jondurrant/RPIPicoFreeRTOSSMPExp

Build process

$ cd RPIPicoFreeRTOSSMPExp
$ mkdir build
$ cd build
$ cmake ..
$ make

Copy binary to the pico

Further FreeRTOS Kernel Examples

Udemy course: FreeRTOS on Raspberry PI Pico