This commit is contained in:
balanceTWK 2018-03-18 15:16:58 +08:00
parent 1257e5d38a
commit 1918d14a13
5 changed files with 2257 additions and 390 deletions

View File

@ -16,7 +16,7 @@
#include <rtthread.h> #include <rtthread.h>
#include "board.h" #include "board.h"
#include "usart.h" #include "drv_uart.h"
static struct rt_memheap system_heap; static struct rt_memheap system_heap;

View File

@ -13,7 +13,7 @@
* 2018-03-17 laiyiketang Add other uart. * 2018-03-17 laiyiketang Add other uart.
*/ */
#include <rtthread.h> #include <rtthread.h>
#include "drv_usart.h" #include "drv_uart.h"
#include "fsl_common.h" #include "fsl_common.h"
#include "fsl_lpuart.h" #include "fsl_lpuart.h"

View File

@ -12,8 +12,8 @@
* 2017-10-10 Tanek the first version * 2017-10-10 Tanek the first version
*/ */
#ifndef __USART_H__ #ifndef __DRV_USART_H__
#define __USART_H__ #define __DRV_USART_H__
#include <rthw.h> #include <rthw.h>
#include <rtthread.h> #include <rtthread.h>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff