mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-19 22:48:38 +08:00
Header File Doxygen Enhancement Task #11
This commit is contained in:
committed by
Jennifer Averett
parent
c5782a26b3
commit
f3255a6f22
@@ -1,6 +1,8 @@
|
||||
/**
|
||||
* @file rtems/fs.h
|
||||
*
|
||||
* @brief Basic Filesystem Types
|
||||
*
|
||||
* This file defines basic filesystem types
|
||||
*/
|
||||
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
/**
|
||||
* @file sys/statvfs.h
|
||||
*
|
||||
* @brief Interface to the statvfs() set of API Methods
|
||||
*
|
||||
* This include file defines the interface to the statvfs() set of
|
||||
* API methods. The statvfs as defined by the SUS:
|
||||
*
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
* @file sys/termios.h
|
||||
*
|
||||
* @brief POSIX termios implementation for RTEMS console device driver.
|
||||
* @brief POSIX termios Implementation for RTEMS Console Device Driver
|
||||
*
|
||||
* The Open Group Base Specifications Issue 6
|
||||
* IEEE Std 1003.1, 2004 Edition
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
/**
|
||||
* @file sys/utsname.h
|
||||
*
|
||||
* @brief Interface to the POSIX utsname() Service
|
||||
*
|
||||
* This include file defines the interface to the POSIX utsname() service.
|
||||
*/
|
||||
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
/**
|
||||
* @file rtems/devzero.h
|
||||
*
|
||||
* @brief Interface to the RTEMS /dev/zero Device Driver
|
||||
*
|
||||
* This include file defines the interface to the RTEMS /dev/zero
|
||||
* device driver.
|
||||
*/
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
* @file rtems/monitor.h
|
||||
*
|
||||
* The RTEMS monitor task.
|
||||
* @brief The RTEMS Monitor Task
|
||||
*/
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
* @file rtems/shell.h
|
||||
*
|
||||
* Instantatiate a new terminal shell.
|
||||
* @brief Instantatiate a New Terminal Shell
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
/**
|
||||
* @file rtems/posix/semaphore.h
|
||||
*
|
||||
* @brief Private Support Information for POSIX Semaphores
|
||||
*
|
||||
* This include file contains all the private support information for
|
||||
* POSIX Semaphores.
|
||||
*/
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
*
|
||||
* @ingroup ClassicRTEMS
|
||||
*
|
||||
* @brief Provides the public interface to the RTEMS Classic API.
|
||||
* @brief Provides the Public Interface to the RTEMS Classic API
|
||||
*/
|
||||
|
||||
/* COPYRIGHT (c) 1989-2008.
|
||||
@@ -158,7 +158,7 @@ const char *rtems_get_version_string(void);
|
||||
* risk of blown stacks for most user applications. Using this constant when
|
||||
* specifying the task stack size, indicates that the stack size will be at
|
||||
* least RTEMS_MINIMUM_STACK_SIZE bytes in size. If the user configured minimum
|
||||
* stack size is larger than the recommended minimum, then it will be used.
|
||||
* stack size is larger than the recommended minimum, then it will be used.
|
||||
*/
|
||||
#define RTEMS_MINIMUM_STACK_SIZE STACK_MINIMUM_SIZE
|
||||
|
||||
@@ -174,7 +174,7 @@ const char *rtems_get_version_string(void);
|
||||
* minimum stack size value, you may get a stack size that is smaller or larger
|
||||
* than the recommended minimum. This can be used to provide large stacks for
|
||||
* all tasks on complex applications or small stacks on applications that are
|
||||
* trying to conserve memory.
|
||||
* trying to conserve memory.
|
||||
*/
|
||||
#define RTEMS_CONFIGURED_MINIMUM_STACK_SIZE 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user