git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9216 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
98e88598b1
commit
f6351ceb39
|
@ -15,7 +15,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* @file LPC214x/pal_lld.c
|
||||
* @file LPC214x/hal_pal_lld.c
|
||||
* @brief LPC214x FIO low level driver code.
|
||||
*
|
||||
* @addtogroup PAL
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* @file LPC214x/pal_lld.h
|
||||
* @file LPC214x/hal_pal_lld.h
|
||||
* @brief LPC214x FIO low level driver header.
|
||||
*
|
||||
* @addtogroup PAL
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* @file LPC214x/serial_lld.c
|
||||
* @file LPC214x/hal_serial_lld.c
|
||||
* @brief LPC214x low level serial driver code.
|
||||
*
|
||||
* @addtogroup SERIAL
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* @file LPC214x/serial_lld.h
|
||||
* @file LPC214x/hal_serial_lld.h
|
||||
* @brief LPC214x low level serial driver header.
|
||||
*
|
||||
* @addtogroup SERIAL
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* @file LPC214x/spi_lld.c
|
||||
* @file LPC214x/hal_spi_lld.c
|
||||
* @brief LPC214x low level SPI driver code.
|
||||
*
|
||||
* @addtogroup SPI
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* @file LPC214x/spi_lld.h
|
||||
* @file LPC214x/hal_spi_lld.h
|
||||
* @brief LPC214x low level SPI driver header.
|
||||
*
|
||||
* @addtogroup SPI
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* @file LPC214x/st_lld.c
|
||||
* @file LPC214x/hal_st_lld.c
|
||||
* @brief ST Driver subsystem low level driver code.
|
||||
*
|
||||
* @addtogroup ST
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* @file LPC214x/st_lld.h
|
||||
* @file LPC214x/hal_st_lld.h
|
||||
* @brief ST Driver subsystem low level driver header.
|
||||
* @details This header is designed to be include-able without having to
|
||||
* include other files from the HAL.
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# List of all the LPC214x platform files.
|
||||
PLATFORMSRC = ${CHIBIOS}/os/hal/ports/LPC/LPC214x/hal_lld.c \
|
||||
${CHIBIOS}/os/hal/ports/LPC/LPC214x/pal_lld.c \
|
||||
${CHIBIOS}/os/hal/ports/LPC/LPC214x/serial_lld.c \
|
||||
${CHIBIOS}/os/hal/ports/LPC/LPC214x/spi_lld.c \
|
||||
${CHIBIOS}/os/hal/ports/LPC/LPC214x/st_lld.c \
|
||||
${CHIBIOS}/os/hal/ports/LPC/LPC214x/hal_pal_lld.c \
|
||||
${CHIBIOS}/os/hal/ports/LPC/LPC214x/hal_serial_lld.c \
|
||||
${CHIBIOS}/os/hal/ports/LPC/LPC214x/hal_spi_lld.c \
|
||||
${CHIBIOS}/os/hal/ports/LPC/LPC214x/hal_st_lld.c \
|
||||
${CHIBIOS}/os/hal/ports/LPC/LPC214x/vic.c
|
||||
|
||||
# Required include directories
|
||||
|
|
Loading…
Reference in New Issue