yunkya2 / pico-freertos-sample

Raspberry Pi Pico Sample application with FreeRTOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Raspberry Pi Pico Sample application with FreeRTOS

Introduction

  • FreeRTOS kernel library for Pico SDK
    • Add RP2040 divider context save support
  • Simple LED blink sample (blink)
    • Blinking 3 LEDs using 3 FreeRTOS tasks.
    • LEDs and resistors must be connected to GPIO 13, 14, 15.
  • Divider check program (divcheck)

How to make

Pico SDK environment is required.

  • Clone this repository with "--recursive" option.
  • Type following commands.
    $ mkdir build
    $ cd build
    $ cmake ..
    $ make
    

License

  • MIT (same as FreeRTOS kernel)
    • freertos/ directory
  • BSD 3-Clause (same as Pico SDK)
    • others

About

Raspberry Pi Pico Sample application with FreeRTOS

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C 88.7%Language:CMake 11.3%