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:
Giovanni Di Sirio 2022-12-20 14:30:20 +00:00
parent 027131e086
commit b55cdb4b99
4 changed files with 25 additions and 4 deletions

View File

@ -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 \

View File

@ -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
*/

View File

@ -18,7 +18,7 @@
* @file hal_buffered_serial.h
* @brief Buffered Serial Driver macros and structures.
*
* @addtogroup BUFFERED_SERIAL
* @addtogroup HAL_BUFFERED_SERIAL
* @{
*/

View File

@ -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
* @{
*/