summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-03-09 09:41:09 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-03-13 13:20:20 +0100
commita7991aebae78a8405864e42961e4ba60f80219c8 (patch)
tree889a0e4107baab894f35707733978b145fc0a85d
parentuser: Add a migration chapter (diff)
downloadrtems-docs-a7991aebae78a8405864e42961e4ba60f80219c8.tar.bz2
c-user: Add copyright information
Add copyright information according to commit in RTEMS main repository: commit e53aae2676c42cda521328504f82d26c33827021 Author: Gedare Bloom <gedare@rtems.org> Date: Mon Mar 26 16:42:38 2012 -0400 confdefs: Add declaration for unlimited objects. Adds to confdefs a way to specify rtems_resource_unlimited for classic and posix objects using a new macro CONFIGURE_OBJECTS_UNLIMITED. Use CONFIGURE_OBJECTS_ALLOCATION_SIZE to declare the allocation size for extending the set of objects at runtime. Updates the unlimited sample to demonstrate how to use the new macros. Also adds new documentation in the C User's Manual regarding configuring with unlimited objects.
-rw-r--r--c-user/config/intro.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/c-user/config/intro.rst b/c-user/config/intro.rst
index 636a7b8..46267d7 100644
--- a/c-user/config/intro.rst
+++ b/c-user/config/intro.rst
@@ -1,5 +1,6 @@
.. SPDX-License-Identifier: CC-BY-SA-4.0
+.. Copyright (C) 2012 Gedare Bloom
.. Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
Introduction