https://github.com/zuki/freertos_app
https://github.com/zuki/freertos_app
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zuki/freertos_app
- Owner: zuki
- Created: 2024-03-08T01:03:24.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-08T02:16:26.000Z (over 2 years ago)
- Last Synced: 2024-12-27T13:10:22.121Z (over 1 year ago)
- Language: C
- Size: 282 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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