Skip to content
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

Miscellaneous fixes to tackle #4 #6

Open
wants to merge 7 commits into
base: arduino
Choose a base branch
from

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
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