summaryrefslogtreecommitdiffstats
path: root/doc/user (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-08-262009-08-26 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill1-1/+1
* user/conf.t: Change stack allocator signature.
2009-08-052009-08-05 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-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-282009-07-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-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-022009-07-02 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-2/+2
* user/region.t: Fix typos where semaphore referenced instead of region or segment.
2009-07-022009-07-02 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-7/+9
* user/preface.texi: Correct list of supported CPU architectures.
2009-05-082009-05-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-1/+1
* user/conf.t: Change work_space_size to uintptr_t since it cannot be negative.
2009-03-022009-03-02 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-0/+2
* user/.cvsignore: Add Object ID PDF files.
2009-02-272009-02-27 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-7/+20
PR 1387/doc * user/intr.t: Add Interrupt Manager services to list of services callable from ISR.
2009-01-292009-01-29 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill1-3/+3
* bsp_howto/console.t: Clarify interrupt transmit process. * user/concepts.t: Typo.
2008-12-182008-12-18 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill1-11/+14
* user/cpuuse.t: Reflect change in CPU Usage report format.
2008-12-152008-12-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-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-142008-12-14 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-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-122008-12-12 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-6/+6
* user/region.t: Malloc Family is not implemented in termios of Region Manager after 4.7. Correct documentation.
2008-12-012008-12-01 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill4-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-012008-12-01 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-0/+26
* user/datatypes.t: Add C99 uint types.
2008-11-202008-11-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-2/+42
PR 1340/cpukit * user/chains.t: Add rtems_chain_initialize to public chain API.
2008-11-202008-11-20 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-12/+55
PR 1339/Ada * user/io.t: Re-add IO Manager to Ada binding.
2008-11-132008-11-13 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-6/+74
PR 1336/cpukit * user/chains.t, user/dirstat.texi: Add rtems_chain_prepend_unprotected and rtems_chain_append_unprotected.
2008-11-072008-11-07 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-2/+2
* user/concepts.t: Use 32 bit version centered.
2008-11-072008-11-07 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill8-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-142008-10-14 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-1/+1
* user/conf.t: Fix typo.
2008-10-022008-10-02 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-3/+3
* user/region.t: Change size_t to ssize_t.
2008-09-182008-09-18 Miao Yan <yanmiaobest@gmail.com>Joel Sherrill1-1/+13
* user/conf.t: Add CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEM and CONFIGURE_APPLICATION_DISABLE_FILESYSTEM.
2008-09-172008-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-8/+9
* shell/rtems.t, user/conf.t, user/stackchk.t: Rename STACK_CHECKER_ON to more appropriate CONFIGURE_STACK_CHECKER_ENABLED.
2008-09-172008-09-17 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-1/+1
* user/conf.t: Fix typo.
2008-09-172008-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-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.
2008-09-09More "bool" cleanup.Ralf Corsepius4-35/+35
2008-09-09Convert to "bool".Ralf Corsepius2-36/+36
2008-09-09Add deprecation notices to "rtems_boolean", "rtems_single", "rtems_double".Ralf Corsepius1-0/+6
2008-09-09Convert to "bool".Ralf Corsepius2-2/+2
2008-09-022008-09-02 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-5/+21
* user/conf.t: Add CONFIGURE_BSP_PREREQUISITE_DRIVERS and CONFIGURE_APPLICATION_PREREQUISITE_DRIVERS.
2008-08-272008-08-27 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-2/+2
* user/object.t: Correct order of arguments.
2008-08-242008-08-24 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-2/+3
* user/clock.t: Correct discussion of timeval.
2008-08-212008-08-21 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill3-22/+18
* bsp_howto/ata.t, bsp_howto/clock.t, bsp_howto/ide-ctrl.t, bsp_howto/nvmem.t, bsp_howto/shmsupp.t, user/datatypes.t, user/mp.t, user/userext.t: Eliminate all references to rtems_signedXX and rtems_unsignedXX.
2008-08-082008-08-08 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill3-20/+27
* user/msg.t, user/sem.t, user/task.t: Update to new parameter types. Emphasize that you can use a pointer for task arguments.
2008-08-072008-08-07 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-1/+12
* user/datatypes.t: Add rtems_name. Add comment about rtems_task_argument changing from simple unsigned thirty two bit integer to being derived from a C99 uintptr_t in 4.8 and newer.
2008-08-042008-08-04 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-7/+13
PR 1263/doc * user/part.t: Improve discussion of alignment and minimum buffer sizes.
2008-08-042008-08-04 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-11/+20
PR 1288/doc * user/intr.t: Update callable from ISR section.
2008-08-012008-08-01 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-1/+1
* user/msg.t: Parameter is size not count. Spotted by Sebastian Huber.
2008-07-152008-07-15 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill10-16/+16
* user/barrier.t, user/clock.t, user/dpmem.t, user/msg.t, user/part.t, user/region.t, user/rtmon.t, user/sem.t, user/task.t, user/timer.t: Correct documentation typos noticed and thankfully reported by Fabrício de Novaes Kucinskis <fabricio@dea.inpe.br>
2008-07-102008-07-10 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-0/+1
* user/.cvsignore: Add chains.texi.
2008-07-092008-07-09 Chris Johns <chrisj@rtems.org>Chris Johns4-3/+691
* doc/user/chains.t: New. * doc/ada_user/ada_user.texi, doc/user/Makefile.am, doc/user/c_user.texi, doc/user/dirstat.texi: Updated for the chains documentation.
2008-06-202008-06-20 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-1/+2
* user/io.t: Fix typos for IO unregister reported by Catalin Morosan <catalin.morosan at gmail.com>.
2008-06-162008-06-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+6
* user/conf.t: Add CONFIGURE_DISABLE_CLASSIC_API_NOTEPADS.
2008-06-132008-06-13 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+24
* user/conf.t: Add CONFIGURE_IDLE_TASK_INITIALIZES_APPLICATION and CONFIGURE_MAXIMUM_PRIORITY.
2008-06-132008-06-13 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-1/+6
* user/conf.t: Add CONFIGURE_MINIMUM_STACK_SIZE.
2008-06-132008-06-13 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill3-42/+66
* user/bsp.t, user/conf.t, user/task.t: Add ability for application to configure minimum stack size. Add RTEMS_CONFIGURED_MINIMUM_STACK_SIZE constant so user can clearly indicate they want the configured as opposed to the recommended minimum stack size.
2008-06-062008-06-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-1/+34
* started/buildc.t: Add paragraph on see CVS for latest patches. * user/conf.t: Add CONFIGURE_MESSAGE_BUFFERS_FOR_QUEUE and example of how to compute message CONFIGURE_MESSAGE_BUFFER_MEMORY using it.
2008-06-062008-06-06 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-16/+8
* user/rtmon.t: Change to using new types.
2008-06-022008-06-02 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-184/+268
* user/bsp.t, user/init.t: Rework initialization and BSP chapters to account for changes to initialization framework.