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 want to request support for STM32 in the SerialIO library. Currently, the library supports ESP32, RP2040 and AVR frameworks. Adding STM32 support would greatly benefit users who work with STM32 microcontrollers.
Tasks
Checkout the STM32duino core for Arduino
Review the Wrapper functions for LL Libraries
Using LL or Arduino wrapper implement support for STM32, which ever is more beneficial