-
Notifications
You must be signed in to change notification settings - Fork 457
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
デバイスドライバのUbuntu Server 24.04への対応 #84
Merged
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
9a3044f
kernel 6.4.0以降のclass_create関数の引数変化に対応
KuraZuzu c9479c3
"spi_driver"のメンバ変数"remove"の型変更に合わせて" mcp3204_remove"の型も変更
KuraZuzu 5f6ed95
"i2c_driver"のメンバ変数"remove"の型変更に合わせて" rtcnt_i2c_remove"の型も変更
KuraZuzu fa2b3e1
"i2c_driver"のメンバ変数"probe"の引数変更に合わせて"rtcnt_i2c_probe"の引数を変更し、idを新規追加され…
KuraZuzu 4c54283
1つ前のコミットでの"rtcnt_i2c_probe"の変更カーネルが6.2.0だったため分岐条件を修正
KuraZuzu 7c00077
mcp3204について、デバイスツリーをオーバーレイで呼び出す処理で対処
KuraZuzu 460d965
buzzer内部のマクロで#elseに#が付いておらずにブザーのクラスが作成されていなかった天を修正。
KuraZuzu 9dc585b
デバイスファイル作成が成功しているかをdevice_createの引数から判定する処理を追加
KuraZuzu 2e320a2
spiをサーチするコールバック関数が過去のカーネルでも実装されてしまう点を修正。分岐条件の大なり小なりを修正して扱いやすいように変更
KuraZuzu c393000
デバイスツリーから受け取るmcp320x_devの構造体の定義を必要なバージョンのみで行うように変更
KuraZuzu 3d1860e
dtoverlayを/boot/firmware/config.txtの末尾に追加するスクリプトを追加
KuraZuzu 3c5cb33
Raspberry Pi のバージョン指定が2から4に変わってしまっていたので修正
KuraZuzu 988a4b3
"/boot/firmware/config.txt"へ書き込むスクリプトを削除
KuraZuzu 436f93d
マクロ定義部分のインデントを修正
KuraZuzu cd4967a
リンタに合わせたコードフォーマットの修正
KuraZuzu d93887e
今回のUbuntu Server 24.04の対応に合わせてバージョンを変更
KuraZuzu 294b6dc
Merge branch 'master' into spi-overlay
KuraZuzu fd50c21
Merge branch 'master' into spi-overlay
KuraZuzu 6f6b636
Merge branch 'master' into spi-overlay
KuraZuzu 5dad352
Ubuntu 24.04をホストとしたRaspberry Pi用のカーネル6.6をCIのbuild対象に追加
KuraZuzu 093abac
カーネルrpi-6.6yのホスト側のバージョンを22.04に修正
KuraZuzu 5cf2297
modpostフェーズでの警告をエラーとして扱わない処理とするように環境変数を設定
KuraZuzu e6d91e7
rpi-6.6.yはHost側のバージョンを24.04変更
KuraZuzu 87d7579
READMEを更新
KuraZuzu 80b76a7
Raspberry Pi OSでdtoverlayの追加が不要なバージョンについてコメントを追加
KuraZuzu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
現状の設定では、RasPi 4Bの環境でしかビルドテストできていません。
別のPRで、3Bの32bit版でもテストできるように項目を増やしてください。
参考:https://www.raspberrypi.com/documentation/computers/linux_kernel.html#cross-compile-the-kernel