summaryrefslogtreecommitdiffstats
path: root/doc/user (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert: Remove CVS IdsJoel Sherrill2012-05-071-0/+3
| | | | | See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html for details.
* Remove CVS-Ids.Ralf Corsépius2012-05-041-3/+0
|
* General - Remove extraneous blank line in license messageJoel Sherrill2012-05-031-0/+0
| | | | | | | | | | | | | Many files had an extra blank line in the license text found in the file header. This patch removes that line. * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * * http://www.rtems.com/license/LICENSE. The script that did this also turned off execute permission when it was turned on incorrectly.
* PR 1912: Add Scheduler DocumentationPetr Benes2012-04-151-0/+646
| | | | Add new file for CBS documentation.
* PR 1912: Add Scheduler DocumentationPetr Benes2012-04-153-3/+10
| | | | | | Adds documentation on the scheduler options and scheduler selection to the User's Manual to reflect changes made in the development of pluggable scheduling with EDF and CBS schedulers.
* doc: Document new macrosSebastian Huber2012-04-111-0/+7
|
* confdefs: Add declaration for unlimited objects.Gedare Bloom2012-03-272-20/+75
| | | | | | | | | 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.
* Remove all .cvsignore files.Joel Sherrill2012-02-011-58/+0
|
* 2011-12-07 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2011-12-071-0/+2
| | | | | | PR 1984/doc * user/conf.t: Change CONFIGURE_MINIMUM_STACK_SIZE to CONFIGURE_MINIMUM_TASK_STACK_SIZE.
* 2011-12-07 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-12-071-1/+1
| | | | | * user/conf.t: Move @findex for CONFIGURE_MICROSECONDS_PER_TICK to where it should be.
* 2011-12-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-12-066-27/+8
| | | | | | | | | | | | | | | | | | | | | | | PR 1793/doc * .cvsignore, Makefile.am, README, configure.ac, index.html.in, main.am, project.am, ada_user/.cvsignore, ada_user/ada_user.texi, ada_user/example.texi, bsp_howto/.cvsignore, bsp_howto/bsp_howto.texi, cpu_supplement/.cvsignore, cpu_supplement/cpu_supplement.texi, cpu_supplement/preface.texi, develenv/.cvsignore, develenv/develenv.texi, develenv/intro.texi, filesystem/.cvsignore, filesystem/filesystem.texi, filesystem/preface.texi, networking/.cvsignore, networking/networking.texi, networking/preface.texi, porting/.cvsignore, porting/porting.texi, porting/preface.texi, posix1003.1/.cvsignore, posix1003.1/posix1003_1.texi, posix_users/.cvsignore, posix_users/posix_users.texi, posix_users/preface.texi, shell/.cvsignore, shell/preface.texi, shell/shell.texi, started/.cvsignore, started/started.texi, user/.cvsignore, user/c_user.texi, user/dirstat.texi, user/example.texi, user/glossary.texi, user/preface.texi: Convert from texi2www to texi2html. * texi2html_init.in: New file. * rtems_footer.html.in, rtems_header.html.in: Removed.
* 2011-12-05 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2011-12-051-2/+2
| | | | | | | | | | * ada_user/version.texi, bsp_howto/version.texi, cpu_supplement/version.texi, develenv/version.texi, filesystem/version.texi, networking/version.texi, porting/version.texi, posix1003.1/version.texi, posix_users/version.texi, shell/version.texi, started/version.texi, user/version.texi: Update to match when files in directory where last touched.
* 2011-11-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett2011-11-181-1/+4
| | | | * user/conf.t: Added a bsp override option for MAXIMUM_DEVICES.
* 2011-10-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-10-052-190/+294
| | | | | | | | Petr Benes <benesp16@fel.cvut.cz> PR 1912/doc * user/conf.t, user/schedule.t: Rework to add scheduler specific information.
* 2011-09-19 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-09-202-28/+27
| | | | | | | * user/Makefile.am, user/c_user.texi: Reorder chapters to put scheduling earlier. Also put Barrier and Rate Monotonic Manager where they logically belong. They appear to have just be added toward the end.
* 2011-07-29 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2011-07-291-0/+23
| | | | | | | | PR 1864/doc * user/conf.t: Add missing documentation for CONFIGURE_MAXIMUM_POSIX_MESSAGE_QUEUE_DESCRIPTORS, CONFIGURE_MAXIMUM_POSIX_BARRIERS , CONFIGURE_MAXIMUM_POSIX_SPINLOCKS, CONFIGURE_MAXIMUM_POSIX_RWLOCKS.
* 2011-07-26 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2011-07-261-1/+1
| | | | | PR 1851/doc * user/conf.t: Fix typo in CONFIGURE_MESSAGE_BUFFER_MEMORY example.
* 2011-07-18 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-07-181-7/+7
| | | | * user/mp.t: Avoid obsolete notation.
* 2011-07-15 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2011-07-152-6/+6
| | | | * user/part.t, user/sem.t: Typos.
* 2011-07-13 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2011-07-131-2/+3
| | | | | | PR 1824/cpukit * bsp_howto/init.t, bsp_howto/support.t, user/init.t: Return exit/shutdown status back to boot_card().
* 2011-05-19 Gedare Bloom <giddyup44@yahoo.com>Joel Sherrill2011-05-191-2/+2
| | | | * user/conf.t: Fix typos.
* 2011-05-18 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-05-181-5/+43
| | | | * user/conf.t: Add SMP Configuration parameters.
* 2011-05-18 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-05-181-12/+21
| | | | * user/conf.t: Slight rework to deemphasize not using confdefs.h
* 2011-03-16 Jennifer Averett <jennifer.averett@OARcorp.com>Joel Sherrill2011-03-161-0/+10
| | | | | | | PR 1743/cpu * user/conf.t: Add Simple Priority Scheduler as complement to existing Deterministic Priority Scheduler. This scheduler serves both as an example and as a lighter weight implementation for smaller systems.
* 2011-03-04 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2011-03-041-1/+1
| | | | | | PR 1744/doc * user/clock.t: rtems_clock_time_value type uses changed to struct timeval.
* 2011-02-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-02-171-35/+37
| | | | * user/conf.t: Document changes to Scheduler configuration.
* 2010-11-24 Gedare Bloom <giddyup44@yahoo.com>Joel Sherrill2010-11-242-2/+106
| | | | | | | PR 1647/cpukit * user/conf.t, user/schedule.t: Update documentation to reflect refactoring of SuperCore to add Scheduler and ability for user to configure a scheduler.
* 2010-11-11 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-11-111-1/+1
| | | | | | PR 1716/doc * user/concepts.t: print_name example used a variable which did not match the name of the passed in parameter.
* 2010-11-01 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-11-011-1/+5
| | | | | PR 1714/doc * user/datatypes.t: Add missing description of rtems_status_codes.
* 2010-08-13 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-08-132-5/+6
| | | | | PR 1674/docs * user/Makefile.am, user/dirstat.texi: Fix bad node reference.
* 2010-08-09 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-08-091-64/+16
| | | | | | PR 1513/doc * user/chains.t: Added missing functions. Uniform text for unprotected functions.
* 2010-08-03 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-08-031-0/+3
| | | | | PR 1650/cpukit * user/part.t: Clarify.
* 2010-06-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-06-172-111/+1
| | | | | | | | | | | | | | * Makefile.am, configure.ac, index.html.in, develenv/direct.t, posix_users/gen_size_report, started/nextstep.t, started_ada/buildada.t, user/conf.t, user/object.t: Remove ITRON API. * itron3.0/.cvsignore, itron3.0/Makefile.am, itron3.0/config.t, itron3.0/eventflags.t, itron3.0/fixedblock.t, itron3.0/gen_all, itron3.0/gen_section, itron3.0/gen_status_shell, itron3.0/interrupt.t, itron3.0/itron.texi, itron3.0/mailbox.t, itron3.0/memorypool.t, itron3.0/msgbuffer.t, itron3.0/network.t, itron3.0/preface.texi, itron3.0/rendezvous.t, itron3.0/semaphore.t, itron3.0/stamp-vti, itron3.0/status.t, itron3.0/task.t, itron3.0/tasksync.t, itron3.0/time.t, itron3.0/version.texi: Removed.
* 2010-06-16 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-06-161-1/+16
| | | | | PR 1568/doc * user/intr.t: Fix list of services callable from ISR.
* New.Ralf Corsepius2010-06-112-0/+8
|
* Remove EDITION (Unused)Ralf Corsepius2010-06-112-3/+0
|
* 2010-06-02 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-06-021-0/+1
| | | | * user/.cvsignore: Add semaphore_attributes.pdf.
* 2010-05-18 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-05-181-3/+3
| | | | | | PR 1520/doc * user/part.t: Partition create discussion said it returned the number of buffers created but it does not.
* 2010-05-18 Alin Rus <alin.codejunkie@gmail.com>Joel Sherrill2010-05-181-1/+1
| | | | | PR 1519/doc * user/chains.t: Fix typo in Chain_Control example.
* 2010-05-05 Alin Rus <alin.codejunkie@gmail.com>Joel Sherrill2010-05-051-1/+1
| | | | | PR 1510/doc * user/chains.t: Fix code example.
* 2010-04-22 Alin Rus <alin.codejunkie@gmail.com>Chris Johns2010-04-221-2/+3
| | | | * user/chain.t: Fixed the example from PR 1504.
* 2010-03-04 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-03-041-2/+2
| | | | | * user/conf.t: CONFIGURE_DISABLE_CLASSIC_NOTEPADS is typo of CONFIGURE_DISABLE_CLASSIC_API_NOTEPADS. Fix it.
* 2010-01-11 Marc Pignat <marc.pignat@hevs.ch>Joel Sherrill2010-01-111-1/+1
| | | | | | PR 1490/doc * user/clock.t: Fix typo. rtems_clock_get_ticks_per_second not rtems_clock_get_ticks_per_seconds.
* 2009-12-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-12-171-25/+7
| | | | * user/clock.t: Eliminate unused type rtems_clock_time_value.
* 2009-11-23 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-11-231-22/+22
| | | | | | PR 1460/cpukit * user/object.t: Change return type on methods accessing portions of RTEMS Ids to int. This allows -1 to be return on error.
* 2009-11-09 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-11-099-56/+106542
| | | | | | | | | | * ada_user/Makefile.am, ada_user/ada_user.texi, user/Makefile.am, user/c_user.texi, user/concepts.t, user/overview.t, user/preface.texi, user/schedule.t, user/sem.t: Add table of figures. Add text and graphic of tree illustrating valid combinations of semaphore attributes. * user/semaphore_attributes.eps, user/semaphore_attributes.png: New files.
* 2009-10-14 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-10-141-1/+3
| | | | * user/preface.texi: Remove UNIX and update port list.
* 2009-09-26 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-09-262-15/+15
| | | | | * user/conf.t, user/userext.t: Eliminate use of deprecated rtems_extension.
* 2009-08-26 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2009-08-261-1/+1
| | | | * user/conf.t: Change stack allocator signature.
* 2009-08-05 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-08-051-1/+57
| | | | | | * user/conf.t: Add configuration of posix message queue file descriptors as separate entity. Also add documentation on posix configuration elements not previously covered.