summaryrefslogtreecommitdiffstats
path: root/doc/user (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* 2009-07-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-07-281-0/+9
| | | | | | | * bsp_howto/.cvsignore, bsp_howto/Makefile.am, bsp_howto/bsp_howto.texi: Add Frame Buffer Device Driver shell. * bsp_howto/framebuffer.t: New file. * user/conf.t: Add CONFIGURE_APPLICATION_NEEDS_FRAME_BUFFER_DRIVER.
* 2009-07-02 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-07-021-2/+2
| | | | | * user/region.t: Fix typos where semaphore referenced instead of region or segment.
* 2009-07-02 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-07-021-7/+9
| | | | * user/preface.texi: Correct list of supported CPU architectures.
* 2009-05-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-081-1/+1
| | | | | * user/conf.t: Change work_space_size to uintptr_t since it cannot be negative.
* 2009-03-02 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-03-021-0/+2
| | | | * user/.cvsignore: Add Object ID PDF files.
* 2009-02-27 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-02-271-7/+20
| | | | | | PR 1387/doc * user/intr.t: Add Interrupt Manager services to list of services callable from ISR.
* 2009-01-29 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2009-01-291-3/+3
| | | | | * bsp_howto/console.t: Clarify interrupt transmit process. * user/concepts.t: Typo.
* 2008-12-18 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2008-12-181-11/+14
| | | | * user/cpuuse.t: Reflect change in CPU Usage report format.
* 2008-12-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-12-151-3/+1
| | | | | | | | | | * user/init.t: Eliminate pointers to API configuration tables in the main configuration table. Reference the main configuration table and the API configuration tables directly using the confdefs.h version rather than obtaining a pointer to it. This eliminated some variables, a potential fatal error, some unnecessary default configuration structures. Overall, about a 4.5% reduction in the code size for minimum and hello on the SPARC.
* 2008-12-14 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-12-142-4/+4
| | | | | | * user/conf.t, user/region.t: Change sizes of heap/region and allocated objects in heap to intptr_t so they can be larger than a single allocatable object (e.g. size_t).
* 2008-12-12 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-12-121-6/+6
| | | | | * user/region.t: Malloc Family is not implemented in termios of Region Manager after 4.7. Correct documentation.
* 2008-12-01 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-12-014-7/+23135
| | | | | | * ada_user/Makefile.am, user/Makefile.am, user/concepts.t: Add 16 bit object Id format information. * user/ObjectId-16Bits.eps, user/ObjectId-16Bits.png: New files.
* 2008-12-01 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-12-011-0/+26
| | | | * user/datatypes.t: Add C99 uint types.
* 2008-11-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-11-201-2/+42
| | | | | PR 1340/cpukit * user/chains.t: Add rtems_chain_initialize to public chain API.
* 2008-11-20 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-11-201-12/+55
| | | | | PR 1339/Ada * user/io.t: Re-add IO Manager to Ada binding.
* 2008-11-13 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-11-132-6/+74
| | | | | | PR 1336/cpukit * user/chains.t, user/dirstat.texi: Add rtems_chain_prepend_unprotected and rtems_chain_append_unprotected.
* 2008-11-07 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-11-071-2/+2
| | | | * user/concepts.t: Use 32 bit version centered.
* 2008-11-07 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-11-078-75/+19502
| | | | | | | | PR 1334/doc * user/Makefile.am, user/concepts.t, user/init.t, user/overview.t, user/part.t, user/task.t: Correct typos and correctly document 4 parts of 32-bit object id. * user/ObjectId-32Bits.eps, user/ObjectId-32Bits.png: New files.
* 2008-10-14 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-10-141-1/+1
| | | | * user/conf.t: Fix typo.
* 2008-10-02 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-10-021-3/+3
| | | | * user/region.t: Change size_t to ssize_t.
* 2008-09-18 Miao Yan <yanmiaobest@gmail.com>Joel Sherrill2008-09-181-1/+13
| | | | | * user/conf.t: Add CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEM and CONFIGURE_APPLICATION_DISABLE_FILESYSTEM.
* 2008-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-172-8/+9
| | | | | * shell/rtems.t, user/conf.t, user/stackchk.t: Rename STACK_CHECKER_ON to more appropriate CONFIGURE_STACK_CHECKER_ENABLED.
* 2008-09-17 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-09-171-1/+1
| | | | * user/conf.t: Fix typo.
* 2008-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-171-0/+14
| | | | | | * user/conf.t: Add support for optionally having a unified work area. In other words, the RTEMS Workspace and C Program Heap are the same pool of memory.