summaryrefslogtreecommitdiffstats
path: root/doc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sparc.t: Correct for V8/V9Joel Sherrill2013-11-201-5/+3
|
* PR 2012 - mdump/wdump shell cmds handle length arg incorrectly; add ldump cmdJoel Sherrill2012-02-021-15/+100
| | | | | | | | | | | | | * libmisc/shell/main_mdump.c: Reworked to fix bugs in handling of the length argument and to provide an "ldump" command. This file now also supports the "wdump" command. In addition, an RTEMS API function called rtems_mdump() is provided to allow easy dumping from application code. * libmisc/shell/main_mwdump.c: Obsolete file. * libmisc/Makefile.am: Removed main_mwdump.c * libmisc/shell/shellconfig.h: Added "ldump" command. * shell/memory.t: Added documentation for the "ldump" command Signed-off-by: Ric Claus <claus@SLAC.Stanford.edu>
* Add .git ignore. Remove .cvsignoreJoel Sherrill2012-02-0221-634/+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/+31
| | | | | | | | 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-262-1/+6
| | | | | PR 1851/doc * user/conf.t: Fix typo in CONFIGURE_MESSAGE_BUFFER_MEMORY example.
* 2011-03-04 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2011-03-042-1/+7
| | | | | | PR 1744/doc * user/clock.t: rtems_clock_time_value type uses changed to struct timeval.
* 2011-02-08 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2011-02-082-2/+6
| | | | * common/cpright.texi: Update copyright.
* 2011-02-08 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2011-02-083-3/+7
| | | | * setup.def, shell/preface.texi: Update version.
* 2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-024-4/+12
| | | | * configure.ac: Require autoconf-2.68, automake-1.11.1.
* 2011-01-02 Danila Bespalov <danila DOT bespalov AT gmail DOT com>Joel Sherrill2011-01-026-120/+150
| | | | | * started/buildc.t, started/buildrt.t, started/nt.t, started/require.t, started/sample.t: Review and improve.
* 2010-11-24 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-11-243-5/+11
| | | | | PR 1674/doc * user/Makefile.am, user/dirstat.texi: Fix bad node reference.
* 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-013-2/+27
| | | | | | PR 1714/doc * user/datatypes.t, user/intr.t: Add missing description of rtems_status_codes.
* 2010-08-09 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-08-092-64/+22
| | | | | | 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-092-0/+8
| | | | | PR 1650/cpukit * user/part.t: Clarify.
* 2010-06-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-06-112-0/+3
| | | | * Makefile.am: Don't install html_imagesdir unconditionally.
* 2010-06-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-06-112-1/+3
| | | | * main.am: Don't install html_projectdir unconditionally.
* 2010-06-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-06-112-9/+18
| | | | * cpu_supplement/Makefile.am: Include main.am.
* Remove EDITION (Unused)Ralf Corsepius2010-06-1116-16/+0
|
* 2010-05-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-06-113-8/+7
| | | | | | * cpu_supplement/Makefile.am, cpu_supplement/cpu_supplement.texi: Remove tic4x. * cpu_supplement/tic4x.t: Remove.
* Remove.Ralf Corsepius2010-06-111-779/+0
|
* 2010-06-02 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-06-022-0/+5
| | | | * user/.cvsignore: Add semaphore_attributes.pdf.
* 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-05-18 Alin Rus <alin.codejunkie@gmail.com>Joel Sherrill2010-05-182-1/+6
| | | | | PR 1519/doc * user/chains.t: Fix typo in Chain_Control example.
* 2010-05-13 Chris Johns <chrisj@rtems.org>Chris Johns2010-05-133-47/+1250
| | | | | * shell/file.t: Add dd, debugrfs, hexdump, ln, mknod, mkrfs, mv. * shell/general.t: Add time.
* 2010-05-12 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-05-123-0/+63
| | | | | | PR 1512/doc * shell/general.t: Add rtc. * shell/file.t: Add fdisk.
* 2010-05-09 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-05-092-1/+225
| | | | | PR 1512/doc * shell/general.t: Add setenv, getenv, and unsetenv.
* 2010-05-05 Alin Rus <alin.codejunkie@gmail.com>Joel Sherrill2010-05-052-1/+6
| | | | | PR 1510/doc * user/chains.t: Fix code example.
* 2010-04-23 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-04-232-0/+6
| | | | * texi2www/texi2www: Add some new texinfo commands.
* 2010-04-22 Alin Rus <alin.codejunkie@gmail.com>Chris Johns2010-04-222-2/+7
| | | | * user/chain.t: Fixed the example from PR 1504.
* 2010-03-04 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-03-042-2/+7
| | | | | * user/conf.t: CONFIGURE_DISABLE_CLASSIC_NOTEPADS is typo of CONFIGURE_DISABLE_CLASSIC_API_NOTEPADS. Fix it.
* 2010-02-18 Chris Johns <chrisj@rtems.org>Chris Johns2010-02-182-7/+30
| | | | | * networking/networkapp.t: Updated the BOOTP/DHCP to document the default behaviour of looping forever.
* 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-12-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-12-172-25/+11
| | | | * user/clock.t: Eliminate unused type rtems_clock_time_value.
* adaption of calling convention to console my_driver_write functionThomas Doerfler2009-12-162-4/+19
|
* Whitespace removal.Ralf Corsepius2009-12-105-117/+117
|
* 2009-11-23 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-11-232-22/+28
| | | | | | 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-0912-61/+106566
| | | | | | | | | | * 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-142-1/+5
| | | | * bsp_howto/console.t: Capitalization.
* 2009-10-14 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-10-142-1/+7
| | | | * user/preface.texi: Remove UNIX and update port list.
* 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.