RavenLRS / raven

Raven Long Range System
GNU General Public License v3.0
165 stars 45 forks source link

Any support for STM32F1? #17

Open Linjieqiang opened 5 years ago

fiam commented 5 years ago

Not yet, but there's some significant work already done. There's a thin hardware abstraction layer in place and the ESP32 implementation is built on top of that layer, but the STM32 implementation is not yet functional.

Nandox7 commented 4 years ago

With this done, not sure if already considered or something tthat could be considered, is support for R9 gear?

Expected that some features may not be possible (i.e. over-the-air updates) but it would be a great way to give that gear some good use.

The base work of listing hardware and pin mapping already exists from other similar projects.

Thanks