summaryrefslogtreecommitdiffstats
path: root/bsps/sparc/leon3/console
diff options
context:
space:
mode:
authorFrank Kühndel <frank.kuehndel@embedded-brains.de>2023-07-25 10:13:40 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-07-26 07:18:29 +0200
commit3e1521eea111a2a8126856c2522bcfdfc0e93b32 (patch)
treea18bf41271f9bcd3480454a894727bc4aa6a73aa /bsps/sparc/leon3/console
parentrtems: Add files to Doxygen groups (diff)
downloadrtems-3e1521eea111a2a8126856c2522bcfdfc0e93b32.tar.bz2
bsps/sparc: Add files to Doxygen groups
Update #3707.
Diffstat (limited to 'bsps/sparc/leon3/console')
-rw-r--r--bsps/sparc/leon3/console/printk_support.c11
1 files changed, 8 insertions, 3 deletions
diff --git a/bsps/sparc/leon3/console/printk_support.c b/bsps/sparc/leon3/console/printk_support.c
index 9e260d2eac..fd23a5033f 100644
--- a/bsps/sparc/leon3/console/printk_support.c
+++ b/bsps/sparc/leon3/console/printk_support.c
@@ -1,10 +1,15 @@
/* SPDX-License-Identifier: BSD-2-Clause */
-/*
- * This file contains the TTY driver for the serial ports on the LEON.
+/**
+ * @file
*
- * This driver uses the termios pseudo driver.
+ * @ingroup RTEMSBSPsSPARCLEON3
*
+ * @brief This source file contains the definition of ::BSP_output_char and
+ * ::BSP_poll_char.
+ */
+
+/*
* COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
*