arduino / ArduinoCore-sam

80 stars 107 forks source link

Support for USART2? #132

Closed vChavezB closed 1 year ago

vChavezB commented 2 years ago

I know the SDK of this repo doesnt support USART2, but if I make a pull request to add USART2 would it be merged?

Recently I had to work in a project where I needed al the USART ports, and instead of using the SDK I used the registers for all USART peripherals since Arduino doesnt support them.

Adding the missing port is trivial but the question is whether its of interest and would this change be accepted?

Regards

vChavezB commented 1 year ago

Closing this issue, no support or perhaps the Arduino Due is deprecated.