Skip to content

Miscellaneous fixes to tackle #4 #6

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

Merged
merged 7 commits into from
Dec 18, 2024
Merged

Conversation

facchinm
Copy link
Member

@facchinm facchinm commented Dec 9, 2024

No description provided.

This allows at least to bypass the compilation errors on some "catchall" libraries like Adafruit's BusIO.
Code using that macros won't work but we are mostly interested in Wire and SPI
Looks like it's very hard to remove it for good (will be generated by a lot of patterns and the gcc flags are not enough)
On Giga, the system will complain loudly if the frequency selected is too low
```<err> spi_ll_stm32: Unsupported frequency 400000Hz, max 120000000Hz, min 937500Hz```
Let's try to keep this at minimum or change when we'll be able to grab the same infor from a macro/API provided by zephyr
@facchinm facchinm merged commit 0d328e5 into arduino:arduino Dec 18, 2024
1 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant