-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The address of the dma enable register was incorrect which cause unaligned access. On newer rpi os this causes SIGBUS error. I havent noticed this since all the dma channels are enabled by default so whem I tried to enable them and failed (quietly) they were already enabled. Also fixed incorrect non volatile access to this register.
- Loading branch information
Showing
3 changed files
with
10 additions
and
9 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,6 @@ members = [ | |
] | ||
|
||
[workspace.package] | ||
version = "3.0.1" | ||
version = "3.0.2" | ||
authors = ["alloncm <[email protected]>"] | ||
rust-version = "1.65" # cause of let else feature |
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