summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/rtems_put_char.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-07-29 14:48:40 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-08-02 07:14:05 +0200
commitd999f865eaef44b887b5c40799572e849ac4ca78 (patch)
tree56e8ddc7a80921e18f676f33a9fe663293b77627 /cpukit/libcsupport/src/rtems_put_char.c
parentsptests: CONFIGURE_MEMORY_PER_TASK_FOR_SCHEDULER (diff)
downloadrtems-d999f865eaef44b887b5c40799572e849ac4ca78.tar.bz2
rtems: Generate <rtems/bspIo.h>
Change license to BSD-2-Clause according to file histories and documentation re-licensing agreement. Place the group into the I/O Manager group. Add all source files to the group. Update #3899. Update #3993. Update #4482.
Diffstat (limited to 'cpukit/libcsupport/src/rtems_put_char.c')
-rw-r--r--cpukit/libcsupport/src/rtems_put_char.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpukit/libcsupport/src/rtems_put_char.c b/cpukit/libcsupport/src/rtems_put_char.c
index 53b368fd18..5836bcb9dc 100644
--- a/cpukit/libcsupport/src/rtems_put_char.c
+++ b/cpukit/libcsupport/src/rtems_put_char.c
@@ -1,5 +1,13 @@
/* SPDX-License-Identifier: BSD-2-Clause */
+/**
+ * @file
+ *
+ * @ingroup RTEMSAPIKernelCharIO
+ *
+ * @brief This source file contains the implementation of rtems_put_char().
+ */
+
/*
* Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
*