2014-07-18 17:17:56 +08:00
|
|
|
/*
|
2021-03-21 22:30:55 +08:00
|
|
|
* Copyright (c) 2006-2021, RT-Thread Development Team
|
2014-07-18 17:17:56 +08:00
|
|
|
*
|
2021-03-21 22:30:55 +08:00
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
2014-07-18 17:17:56 +08:00
|
|
|
*
|
|
|
|
* Change Logs:
|
|
|
|
* Date Author Notes
|
|
|
|
* 2013-05-18 Bernard The first version for LPC40xx
|
|
|
|
* 2014-07-18 ArdaFu Port to TM4C129X
|
|
|
|
*/
|
|
|
|
#ifndef __UART_H__
|
|
|
|
#define __UART_H__
|
|
|
|
|
|
|
|
void rt_hw_uart_init(void);
|
|
|
|
|
|
|
|
#endif
|