lpc176x: Add support for serial on UART3 P4.29/P4.28

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor
2021-05-25 12:58:26 -04:00
parent ce8fe615ed
commit b1f6a608c3
3 changed files with 23 additions and 9 deletions

View File

@@ -16,6 +16,7 @@
#define PCLK_ADC 12
#define PCLK_I2C1 19
#define PCLK_SSP0 21
#define PCLK_UART3 25
#define PCLK_I2C2 26
#define PCLK_USB 31
int is_enabled_pclock(uint32_t pclk);