mirror of https://github.com/rusefi/ChibiOS.git
More last minute fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15899 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
027131e086
commit
b55cdb4b99
|
@ -857,6 +857,7 @@ INPUT = ./src \
|
|||
../../../os/hal/src \
|
||||
../../../os/hal/include \
|
||||
../../../os/hal/lib/streams \
|
||||
../../../os/hal/lib/complex/buffered_sio \
|
||||
../../../os/hal/lib/complex/mfs \
|
||||
../../../os/hal/lib/complex/serial_nor \
|
||||
../../../os/hal/templates \
|
||||
|
|
|
@ -0,0 +1,20 @@
|
|||
/*
|
||||
ChibiOS - Copyright (C) 2006..2018 Giovanni Di Sirio
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup HAL_BUFFERED_SERIAL Buffered Serial Driver
|
||||
* @ingroup HAL_INNER_CODE
|
||||
*/
|
|
@ -18,7 +18,7 @@
|
|||
* @file hal_buffered_serial.h
|
||||
* @brief Buffered Serial Driver macros and structures.
|
||||
*
|
||||
* @addtogroup BUFFERED_SERIAL
|
||||
* @addtogroup HAL_BUFFERED_SERIAL
|
||||
* @{
|
||||
*/
|
||||
|
||||
|
|
|
@ -15,10 +15,10 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* @file hal_serial.c
|
||||
* @brief Serial Driver code.
|
||||
* @file hal_buffered_serial.h
|
||||
* @brief Buffered Serial Driver code.
|
||||
*
|
||||
* @addtogroup SERIAL
|
||||
* @addtogroup HAL_BUFFERED_SERIAL
|
||||
* @{
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in New Issue