You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: