-
Notifications
You must be signed in to change notification settings - Fork 458
RaspberryPi OSカーネルrpi-6.12への対応 #99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
rpi-6.12系で削除された |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
私のほうでも下記の環境でビルドできることを確認しました。
- Ubuntu 22.04 LTS
- 5.15.0-1077-raspi
- Raspberry Pi OS (64bit)
- 6.12.25+rpt-rpi-v8
- Raspberry Pi OS (32bit)
- 6.6.31+rpt-rpi-v7l
- 6.12.25+rpt-rpi-v7l
修正内容問題ないかと思います。
一つだけコメントしましたのでご確認をお願いいたします。
Co-authored-by: YusukeKato <[email protected]>
レビューありがとうございます。提案されたコミットを適用しました。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
修正ありがとうございました!
LGTMです!
What does this implement/fix?
Raspberry Pi OSのカーネル
rpi-6.12
系に対応します。Does this close any currently open issues?
#98
How has this been tested?
Raspberry Pi Mouse V3の実機でビルドし、サンプルプログラム(step.1~6)の動作を確認しました。
動作環境
以下の環境で動作を確認しました。
Any other comments?
GitHub ActionsのUbuntu 20.04サポート終了に伴い、worlfowsのファイルから該当構成を削除しました。
Checklists