andysworkshop / stm32plus

The C++ library for the STM32 F0, F100, F103, F107 and F4 microcontrollers
http://www.andybrown.me.uk
Other
745 stars 224 forks source link

Add new USART1 remap for STM32F03x4 and STM32F03x6 #152

Closed yaqwsx closed 8 years ago

yaqwsx commented 8 years ago

These devices (series F030 in the smallest packages with only one USART) have according to datasheet two more possible remaps of the USART pin. See page 34-35 of http://www.farnell.com/datasheets/1883133.pdf.

andysworkshop commented 8 years ago

Thanks Jan and please accept my apologies for the delay - the failed Travis build made me think that it wasn't ready yet but it seems Travis just failed internally to launch a build and it was nothing to do with the code at all.

yaqwsx commented 8 years ago

No need to apologize. I should thank you for your library which makes a development for STM32 such a pleasure!