summaryrefslogtreecommitdiffstats
path: root/doc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add .gitignore. Remove .cvsignore.Joel Sherrill2012-02-0320-602/+0
|
* 2011-12-07 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2011-12-072-3/+9
| | | | | | PR 1984/doc * user/conf.t: Change CONFIGURE_MINIMUM_STACK_SIZE to CONFIGURE_MINIMUM_TASK_STACK_SIZE.
* 2011-07-29 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2011-07-292-0/+22
| | | | | | | PR 1864/doc * user/conf.t: Add missing documentation for CONFIGURE_MAXIMUM_POSIX_BARRIERS , CONFIGURE_MAXIMUM_POSIX_SPINLOCKS, CONFIGURE_MAXIMUM_POSIX_RWLOCKS.
* 2011-07-26 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2011-07-262-1/+6
| | | | | PR 1851/doc * user/conf.t: Fix typo in CONFIGURE_MESSAGE_BUFFER_MEMORY example.
* 2011-02-09 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2011-02-093-3/+7
| | | | * setup.def, common/cpright.texi: Update dates.
* 2010-12-16 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-12-1617-1187/+968
| | | | | | | | | | * Makefile.am, configure.ac, common/cpright.texi, common/rtems.texi.in, cpu_supplement/.cvsignore, started/Makefile.am, started/binaries.t, started/buildc.t, started/buildrt.t, started/intro.t, started/nextstep.t, started/nt.t, started/require.t, started/sample.t, started/started.texi: Major update which includes removal of references to specific tool versions and patches. * started/tversions.texi.in: Removed.
* 2010-12-16 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-12-1613-1562/+11
| | | | | | | | | * Makefile.am, configure.ac, develenv/direct.t: Remove Getting Started with GNAT/RTEMS. * started_ada/.cvsignore, started_ada/Makefile.am, started_ada/buildada.t, started_ada/gdb.t, started_ada/intro.t, started_ada/require.t, started_ada/sample.t, started_ada/started_ada.texi, started_ada/tversions.texi: Removed.
* 2010-11-11 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-11-112-1/+7
| | | | | | 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-012-1/+10
| | | | | PR 1714/doc * user/datatypes.t: Add missing description of rtems_status_codes.
* 2010-06-16 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-06-162-1/+21
| | | | | PR 1568/doc * user/intr.t: Fix list of services callable from ISR.
* 2010-05-18 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-05-182-3/+9
| | | | | | PR 1520/doc * user/part.t: Partition create discussion said it returned the number of buffers created but it does not.
* 2010-01-11 Marc Pignat <marc.pignat@hevs.ch>Joel Sherrill2010-01-112-1/+7
| | | | | | PR 1490/doc * user/clock.t: Fix typo. rtems_clock_get_ticks_per_second not rtems_clock_get_ticks_per_seconds.
* 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/+11
| | | | * user/preface.texi: Correct list of supported CPU architectures.
* 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-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 dead manual references.
* 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-01 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-12-012-0/+30
| | | | * user/datatypes.t: Add C99 uint types.
* 2008-12-01 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-12-012-1/+5
| | | | * user/concepts.t: Id has four parts not three.
* 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-03 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-11-039-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-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 versions and patches.
* 2008-09-23 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-09-232-0/+4
| | | | * bsp_howto/BSPInitFlowchart-49.png: Update figure.
* 2008-09-10 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-09-107-791/+8
| | | | | | | * cpu_supplement/.cvsignore, cpu_supplement/Makefile.am, cpu_supplement/cpu_supplement.texi, porting/cpumodels.t, user/preface.texi: Remove TI C4x and NIOS2 ports from 4.9 branch. * cpu_supplement/tic4x.t: Removed.
* 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
|
* 2008-09-09 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-091-0/+5
| | | | | * bsp_howto/ata.t, bsp_howto/rtc.t, networking/networkapp.t, user/chains.t, user/stackchk.t: Convert to "bool".
* Convert to "bool".Ralf Corsepius2008-09-095-41/+41
|
* 2008-09-09 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-091-0/+6
| | | | | | * user/datatypes.t: Add deprecation notices to "rtems_boolean", "rtems_single", "rtems_double". * user/intr.t, user/userext.t: Convert to "bool".
* Add deprecation notices to "rtems_boolean", "rtems_single", "rtems_double".Ralf Corsepius2008-09-091-0/+6
|
* Convert to "bool".Ralf Corsepius2008-09-092-2/+2
|
* 2008-09-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-082-25/+15
| | | | | * bsp_howto/timer.t: Update documentation to reflect Timer Driver renaming.
* 2008-09-05 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-09-052-25/+10
| | | | | | | * bsp_howto/clock.t: The Shared Memory Driver no longer requires the special IOCTL in Clock_control. This was a hack which has existed since before the Classic API Timer Manager was implemented. All implementations of and references to Clock_control were removed.
* 2008-09-02 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-022-5/+26
| | | | | * user/conf.t: Add CONFIGURE_BSP_PREREQUISITE_DRIVERS and CONFIGURE_APPLICATION_PREREQUISITE_DRIVERS.
* 2008-08-27 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-08-272-2/+6
| | | | * user/object.t: Correct order of arguments.
* 2008-08-24 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-08-242-2/+7
| | | | * user/clock.t: Correct discussion of timeval.
* 2008-08-22 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-08-222-3/+5
| | | | * bsp_howto/init.t: Eliminate empty section.
* 2008-08-22 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-08-222-118/+56
| | | | * bsp_howto/init.t: Complete update.
* 2008-08-22 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-08-228-140/+256
| | | | | | | * bsp_howto/Makefile.am, bsp_howto/init.t, bsp_howto/intro.t, bsp_howto/makefiles.t, bsp_howto/support.t: Update initialization sequence. Add another figure. * bsp_howto/BSPInitFlowchart-49.eps, bsp_howto/BSPInitFlowchart-49.png: New files.
* 2008-08-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-08-212-32/+35
| | | | * index.html.in: Reorder manuals.
* 2008-08-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-08-217-136/+361
| | | | | | | * bsp_howto/Makefile.am, bsp_howto/linkcmds.t, bsp_howto/makefiles.t, bsp_howto/target.t: Update some of this manual. * bsp_howto/Developer-User-Timeline.eps, bsp_howto/Developer-User-Timeline.png: New files.