Skip to content

yunkya2/pico-freertos-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published