fishpepper / OpenGround

frsky compatible opensource firmware for the flysky fs-i6s
GNU General Public License v3.0
84 stars 30 forks source link

remove st peripheral lib and port to libopencm3 #6

Closed fishpepper closed 7 years ago

fishpepper commented 7 years ago

I just started to port this to use the open libopencm3 instead of the st peripheral libraries. see branch opencm3 (not working yet)

rav-rav commented 7 years ago

I've been messing with the USART libraries to get the 4-in-1 multimodule running: https://github.com/rav-rav/OpenGround Hopefully it will be easy to port this to libopencm3. Did you get the mail I've sent to info fishpepper.de?

fishpepper commented 7 years ago

Should be no problem, libopencm3 looks quite clean to me. Actually it looks much cleaner than the st version...

jacobbloy commented 7 years ago

Iv added USB HID support and done a pull request, I hope you can still do the port to libopencm3 while keeping the changes I have made.

fishpepper commented 7 years ago

thanks for that, it is integrated in opencm branch and master now.