ZZ-Cat / CRSFforArduino

An Arduino Library for communicating with ExpressLRS and TBS Crossfire receivers.
GNU Affero General Public License v3.0
145 stars 25 forks source link

please support stm32 chip in arduino fremework and vscode pio #58

Closed zouzhe1 closed 8 months ago

zouzhe1 commented 9 months ago

Is there already an issue for this?

Is your feature request related to a problem?

please support stm32 chip in arduino fremework and vscode pio

Describe the solution you'd like

please support stm32 chip in arduino fremework and vscode pio

Describe alternatives you've considered

please support stm32 chip in arduino fremework and vscode pio

Additional context

No response

ZZ-Cat commented 9 months ago

Oooooooohhhh, STM32 chipsets are a rabbit hole and a half to which I am not as familiar with, compared to the 10+ years of knowledge I have on Microchip's chipsets. STM32 chipsets are largely uncharted territory for me, so there is a learning curve here (to which, I would love to take on).

Here is where I would start:

I would like to add in STM32H745 support as well. However, the board support package for this chipset is not currently available to the Arduino IDE.

I have cherry-picked these four chipsets, because these are the same chipsets used in most drone flight controllers today, and are available as development boards as well.

This will be an interesting feature to have, as the more hardware agnostic CRSF for Arduino is, the better it will be.