pico-freertos-sample
                                
                                 pico-freertos-sample copied to clipboard
                                
                                    pico-freertos-sample copied to clipboard
                            
                            
                            
                        Raspberry Pi Pico Sample application with FreeRTOS
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