Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zuki/freertos_app


https://github.com/zuki/freertos_app

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

# Raspberry Pi PicoでFreeRTOS

1. [FreeRTOS/Source/portable/ThirdParty/GCC/RP2040](https://github.com/FreeRTOS/FreeRTOS-Kernel)を使用
(環境変数`FREERTOS_KERNEL_PATH`に設定)
2. [FreeRTOS/Demo/ThirdParty/Community-Supported-Demos/CORTEX_M0+_RP2040](https://github.com/FreeRTOS/FreeRTOS-Community-Supported-Demos/tree/main/CORTEX_M0%2B_RP2040)の`Standard/main_blinky.c`を修正して使用
3. I2C接続のBME280からデータを取得するタスクとSPI接続のOLEDディスプレイ
(SSD1331)に表示するタスクの2つのタスクを作成
4. データの受け渡しにはQueueを使用

https://github.com/zuki/freertos_app/assets/233833/fc55f445-2f18-43df-9beb-ecd701c26d71