mcci-catena / Arduino_Core_STM32

STM32 core support for Arduino
2 stars 7 forks source link

add only Two Serial support to Catena 4630 #199

Closed dhineshkumarmcci closed 1 year ago

dhineshkumarmcci commented 1 year ago

currently we have USB + Two HW serial support, but that takes the default Serial as USB serial and usage of all features of Serial1 (1st HW serial) is not supported.

So by adding Two HW Serial support, the 1st HW Serial will be set as default, and all the features can be optimized.