summaryrefslogtreecommitdiffstats
path: root/doc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-145-20/+7
| | | | | * HELP.html, bsp_howto/support.t, relnotes/status.texi, started_ada/buildada.t: Remove references to posix/Unix port.
* 2009-09-26 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-09-263-15/+20
| | | | | * user/conf.t, user/userext.t: Eliminate use of deprecated rtems_extension.
* 2009-09-14 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2009-09-144-186/+54
| | | | | | * cpu_supplement/arm.t: Update. * cpu_supplement/preface.texi: Typo. * cpu_supplement/general.t: Expanded abbreviation.
* 2009-08-26 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2009-08-262-1/+5
| | | | * user/conf.t: Change stack allocator signature.
* 2009-08-22 Roxana Leontie <roxana.leontie@gmail.com>Joel Sherrill2009-08-232-43/+12
| | | | | * bsp_howto/framebuffer.t: documented the improvements made to read/write
* 2009-08-21 Roxana Leontie <roxana.leontie@gmail.com>Joel Sherrill2009-08-212-49/+144
| | | | * bsp_howto/framebuffer.t: Updated the frame buffer documentation.
* 2009-08-05 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-08-052-1/+63
| | | | | | * 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-08-03 Roxana Leontie <roxana.leontie@gmail.com>Joel Sherrill2009-08-032-6/+185
| | | | * bsp_howto/framebuffer.t: added documentation
* 2009-07-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-07-286-2/+50
| | | | | | | * 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-022-2/+7
| | | | | * 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-022-7/+13
| | | | * user/preface.texi: Correct list of supported CPU architectures.
* 2009-05-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-082-1/+6
| | | | | * user/conf.t: Change work_space_size to uintptr_t since it cannot be negative.
* 2009-04-19 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-04-195-2/+144
| | | | | | * cpu_supplement/.cvsignore, cpu_supplement/Makefile.am, cpu_supplement/cpu_supplement.texi: Add shell for Atmel AVR chapter. * cpu_supplement/avr.t: New file.
* 2009-03-30 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2009-03-302-12/+19
| | | | * shell/confinit.t: New argument sequence for rtems_shell_init().
* 2009-03-02 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-03-022-0/+6
| | | | * user/.cvsignore: Add Object ID PDF files.
* 2009-02-27 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-02-275-0/+91
| | | | | | | | * posix_users/preface.texi, shell/preface.texi: Add stock acknowledgement paragraphs that are required when excerpting and reusing text from POSIX standards per the agreement at * common/opengroup_manpage_acknowledgement.texi, common/opengroup_preface_acknowledgement.texi: New files.
* 2009-02-27 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-02-272-7/+26
| | | | | | PR 1387/doc * user/intr.t: Add Interrupt Manager services to list of services callable from ISR.
* 2009-02-19 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-02-192-0/+77
| | | | * shell/rtems.t: Add halt command.
* 2009-02-12 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-02-122-3/+8
| | | | | * porting/idlethread.t: Change prototype of IDLE thread to consistently return void * and take a uintptr_t argument.
* 2009-01-29 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2009-01-293-4/+17
| | | | | * bsp_howto/console.t: Clarify interrupt transmit process. * user/concepts.t: Typo.
* 2008-12-19 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-12-192-20/+4
| | | | * index.html.in: Remove manuals that are dead.
* 2008-12-18 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2008-12-182-11/+18
| | | | * user/cpuuse.t: Reflect change in CPU Usage report format.
* 2008-12-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-12-152-3/+11
| | | | | | | | | | * 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-143-4/+10
| | | | | | * 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-122-6/+11
| | | | | * user/region.t: Malloc Family is not implemented in termios of Region Manager after 4.7. Correct documentation.
* 2008-12-12 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2008-12-122-5/+6
| | | | | * bsp_howto/console.t: Remove size constraints on image. Fix a sentence.
* 2008-12-11 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2008-12-115-175/+26058
| | | | | | | | | Joel Sherrrill <joel.sherrill@oarcorp.com> * bsp_howto/Makefile.am, bsp_howto/console.t: Sebastian improved documentation for termios device drivers. * bsp_howto/TERMIOSFlow.eps, bsp_howto/TERMIOSFlow.png: New files. Joel added Termios Flow figure from RTEMS Open Class material.
* 2008-12-04 Jukka Pietarinen <jukka.pietarinen@mrf.fi>Joel Sherrill2008-12-045-4/+205
| | | | | | * cpu_supplement/.cvsignore, cpu_supplement/Makefile.am, cpu_supplement/cpu_supplement.texi: Add Lattice Mico32 support. * cpu_supplement/lm32.t: New file.
* 2008-12-01 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-12-012-1/+5
| | | | * ada_user/Makefile.am: Fix typo.
* 2008-12-01 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-12-016-10/+23150
| | | | | | * 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-012-0/+30
| | | | * user/datatypes.t: Add C99 uint types.
* 2008-11-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-11-202-2/+47
| | | | | 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-202-12/+60
| | | | | 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-133-6/+80
| | | | | | 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-072-2/+6
| | | | * user/concepts.t: Use 32 bit version centered.
* 2008-11-07 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-11-072-3/+13
| | | | | * ada_user/Makefile.am: Make Ada manual build again after adding figure.
* 2008-11-07 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-11-079-75/+19510
| | | | | | | | 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-142-1/+5
| | | | * user/conf.t: Fix typo.
* 2008-10-02 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-10-022-3/+7
| | | | * user/region.t: Change size_t to ssize_t.
* 2008-10-01 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-10-012-1/+5
| | | | * shell/preface.texi: Bump version to 4.9.99.0
* 2008-09-30 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-302-1/+5
| | | | * bsp_howto/timer.t: Eliminate uses of old benchmark timer names.
* 2008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-253-16/+20
| | | | * setup.def, started/buildc.t: Update.
* 2008-09-23 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-09-232-0/+4
| | | | * bsp_howto/BSPInitFlowchart-49.png: Update figure.
* 2008-09-18 Miao Yan <yanmiaobest@gmail.com>Joel Sherrill2008-09-182-1/+18
| | | | | * 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-174-9/+15
| | | | | * 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-172-1/+5
| | | | * user/conf.t: Fix typo.
* 2008-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-172-0/+20
| | | | | | * 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-09 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-092-0/+4
| | | | * bsp_howto/Developer-User-Timeline.png: Correct figure.
* 2008-09-09 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-091-0/+2
| | | | | * user/chains.t, user/conf.t, user/object.t, user/userext.t: More "bool" cleanup.
* More "bool" cleanup.Ralf Corsepius2008-09-094-35/+35
|