git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9216 35acf78f-673a-0410-8e92-d51de3d6d3f4

master
Giovanni Di Sirio 2016-04-02 09:14:16 +00:00
parent 98e88598b1
commit f6351ceb39
9 changed files with 12 additions and 12 deletions

View File

@ -15,7 +15,7 @@
*/ */
/** /**
* @file LPC214x/pal_lld.c * @file LPC214x/hal_pal_lld.c
* @brief LPC214x FIO low level driver code. * @brief LPC214x FIO low level driver code.
* *
* @addtogroup PAL * @addtogroup PAL

View File

@ -15,7 +15,7 @@
*/ */
/** /**
* @file LPC214x/pal_lld.h * @file LPC214x/hal_pal_lld.h
* @brief LPC214x FIO low level driver header. * @brief LPC214x FIO low level driver header.
* *
* @addtogroup PAL * @addtogroup PAL

View File

@ -15,7 +15,7 @@
*/ */
/** /**
* @file LPC214x/serial_lld.c * @file LPC214x/hal_serial_lld.c
* @brief LPC214x low level serial driver code. * @brief LPC214x low level serial driver code.
* *
* @addtogroup SERIAL * @addtogroup SERIAL

View File

@ -15,7 +15,7 @@
*/ */
/** /**
* @file LPC214x/serial_lld.h * @file LPC214x/hal_serial_lld.h
* @brief LPC214x low level serial driver header. * @brief LPC214x low level serial driver header.
* *
* @addtogroup SERIAL * @addtogroup SERIAL

View File

@ -15,7 +15,7 @@
*/ */
/** /**
* @file LPC214x/spi_lld.c * @file LPC214x/hal_spi_lld.c
* @brief LPC214x low level SPI driver code. * @brief LPC214x low level SPI driver code.
* *
* @addtogroup SPI * @addtogroup SPI

View File

@ -15,7 +15,7 @@
*/ */
/** /**
* @file LPC214x/spi_lld.h * @file LPC214x/hal_spi_lld.h
* @brief LPC214x low level SPI driver header. * @brief LPC214x low level SPI driver header.
* *
* @addtogroup SPI * @addtogroup SPI

View File

@ -15,7 +15,7 @@
*/ */
/** /**
* @file LPC214x/st_lld.c * @file LPC214x/hal_st_lld.c
* @brief ST Driver subsystem low level driver code. * @brief ST Driver subsystem low level driver code.
* *
* @addtogroup ST * @addtogroup ST

View File

@ -15,7 +15,7 @@
*/ */
/** /**
* @file LPC214x/st_lld.h * @file LPC214x/hal_st_lld.h
* @brief ST Driver subsystem low level driver header. * @brief ST Driver subsystem low level driver header.
* @details This header is designed to be include-able without having to * @details This header is designed to be include-able without having to
* include other files from the HAL. * include other files from the HAL.

View File

@ -1,9 +1,9 @@
# List of all the LPC214x platform files. # List of all the LPC214x platform files.
PLATFORMSRC = ${CHIBIOS}/os/hal/ports/LPC/LPC214x/hal_lld.c \ 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/hal_pal_lld.c \
${CHIBIOS}/os/hal/ports/LPC/LPC214x/serial_lld.c \ ${CHIBIOS}/os/hal/ports/LPC/LPC214x/hal_serial_lld.c \
${CHIBIOS}/os/hal/ports/LPC/LPC214x/spi_lld.c \ ${CHIBIOS}/os/hal/ports/LPC/LPC214x/hal_spi_lld.c \
${CHIBIOS}/os/hal/ports/LPC/LPC214x/st_lld.c \ ${CHIBIOS}/os/hal/ports/LPC/LPC214x/hal_st_lld.c \
${CHIBIOS}/os/hal/ports/LPC/LPC214x/vic.c ${CHIBIOS}/os/hal/ports/LPC/LPC214x/vic.c
# Required include directories # Required include directories