[dev] Add UART class driver API.

This commit is contained in:
Corey Tabaka
2013-06-01 22:44:23 -07:00
parent 6d1bc14b85
commit e69493dd5a
3 changed files with 94 additions and 0 deletions

View File

@@ -8,5 +8,6 @@ MODULE_SRCS += \
$(LOCAL_DIR)/class/block_api.c \
$(LOCAL_DIR)/class/i2c_api.c \
$(LOCAL_DIR)/class/spi_api.c \
$(LOCAL_DIR)/class/uart_api.c \
include make/module.mk