njz3 / vJoyIOFeederWithFFB

vJoy feeder with FFB effects to drive an Arduino IO board for almost all arcade racing cabinets
MIT License
27 stars 6 forks source link

[hardware port request] STM32F4 Series #6

Open Hyratel opened 2 years ago

Hyratel commented 2 years ago

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 commented 2 years ago

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