microbuilder / LPC810_CodeBase

Open source code base for the ARM Cortex M0+ LPC810 family from NXP
85 stars 43 forks source link

Full UART support #14

Closed Tylerflick closed 8 years ago

Tylerflick commented 8 years ago

Added the needed register values and implementations to use all three UART channels of the LPC810/812.

NOTE: I have yet to get channels with different baud rates working correctly. As of now a single baud rate must be chosen for all initialized channels.

Also includes updated NXP docs

microbuilder commented 8 years ago

Thanks for the pull request