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

[hardware port request] STM32F4 Series #6

Open
Hyratel opened this issue Feb 1, 2022 · 1 comment
Open

[hardware port request] STM32F4 Series #6

Hyratel opened this issue Feb 1, 2022 · 1 comment

Comments

@Hyratel
Copy link

Hyratel commented Feb 1, 2022

I was hoping to run this through a more-powerful STM32F4 Blackpill board (well, clone), but compile fails due to hard-include of AVR Watchdog Timer (not conditional on AVR-based board being used)

And then fails due to a namespace collision (CRC::) with the STM32 boardlibs

resolved to a successful compile by renaming CRC:: in the project to CRCFFB::

Have not live-tested on STM32F4 hardware

@njz3
Copy link
Owner

njz3 commented Apr 1, 2022

I did not try to compile myself on a STM32, but it should not be difficult to adapt the Arduino code to the platform.

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

No branches or pull requests

2 participants