Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zuki/freertos_app
https://github.com/zuki/freertos_app
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/zuki/freertos_app
- Owner: zuki
- Created: 2024-03-08T01:03:24.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-03-08T02:16:26.000Z (8 months ago)
- Last Synced: 2024-04-23T13:07:05.159Z (7 months 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