summaryrefslogtreecommitdiffstats
path: root/doc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2008-07-23 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-07-232-8/+15
| | | | | PR 1291/cpukit * posix_users/semaphores.t: Update to reflect absolute time.
* 2008-07-23 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-07-233-1/+61
| | | | * shell/Makefile.am, shell/rtems.t: Add pthread command.
* 2008-07-18 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-07-182-1/+9
| | | | * posix_users/mutex.t: Add ETIMEDOUT.
* 2008-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-07-162-4/+9
| | | | * shell/confinit.t: New argument sequence for rtems_shell_init().
* 2008-07-15 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-07-1511-16/+23
| | | | | | | * 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-10 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-07-102-0/+5
| | | | * user/.cvsignore: Add chains.texi.
* 2008-07-09 Chris Johns <chrisj@rtems.org>Chris Johns2008-07-096-3/+701
| | | | | | | | * 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-20 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-06-202-1/+7
| | | | | * user/io.t: Fix typos for IO unregister reported by Catalin Morosan <catalin.morosan at gmail.com>.
* 2008-06-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-06-162-0/+10
| | | | * user/conf.t: Add CONFIGURE_DISABLE_CLASSIC_API_NOTEPADS.
* 2008-06-13 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-06-132-0/+29
| | | | | * user/conf.t: Add CONFIGURE_IDLE_TASK_INITIALIZES_APPLICATION and CONFIGURE_MAXIMUM_PRIORITY.
* 2008-06-13 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-06-132-1/+10
| | | | * user/conf.t: Add CONFIGURE_MINIMUM_STACK_SIZE.
* 2008-06-13 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-06-134-42/+73
| | | | | | | * 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-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-06-063-1/+53
| | | | | | * 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-06 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-06-062-16/+12
| | | | * user/rtmon.t: Change to using new types.
* 2008-06-02 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-06-0213-2089/+706
| | | | | | | | | | | | | * cpu_supplement/.cvsignore, cpu_supplement/Makefile.am, cpu_supplement/arm.t, cpu_supplement/bfin.t, cpu_supplement/cpu_supplement.texi, cpu_supplement/i386.t, cpu_supplement/m68k.t, cpu_supplement/mips.t, cpu_supplement/powerpc.t, cpu_supplement/preface.texi, cpu_supplement/sh.t: Remove duplicated text from each CPU specific chapter. This text was necessary when each CPU was a separate manual but now only needs to be one place and that is in an introductory chapter. * cpu_supplement/general.t: New file.
* Update copyright.Joel Sherrill2008-06-021-1/+1
|
* 2008-06-02 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-06-023-184/+273
| | | | | * user/bsp.t, user/init.t: Rework initialization and BSP chapters to account for changes to initialization framework.
* 2008-05-22 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-05-222-2/+10
| | | | * user/conf.t: Add baseline interface for Watchdog Driver.
* 2008-05-14 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-05-142-4/+8
| | | | * user/conf.t: Fix text on CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER.
* 2008-05-13 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-05-132-1/+6
| | | | | * user/conf.t: Fix typo on CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER.
* 2008-04-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-04-172-4/+18
| | | | * user/conf.t: Add CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER.
* 2008-04-16 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-04-167-60/+67
| | | | | | * user/bsp.t, user/conf.t, user/init.t, user/intr.t, user/overview.t, user/timer.t: Correct default values. Make it clear that confdefs.h calculates the memory required for you.
* 2008-03-29 Chris Johns <chrisj@rtems.org>Chris Johns2008-03-292-20/+36
| | | | * networking/testing.t: Cleaned up the patch from Ian.
* 2008-03-29 Chris Johns <chrisj@rtems.org>Chris Johns2008-03-292-0/+104
| | | | | * networking/testing.t: Patch from Ian Caddy to document the routes debug information.
* 2008-03-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-03-112-26/+287
| | | | | | | | | | * user/clock.t: Refactored rtems_clock_get into 5 methods which are single purpose and more strongly typed. They are: rtems_clock_get_tod - Get TOD in Classic API structure rtems_clock_get_tod_timeval - Get TOD in struct timeval rtems_clock_get_seconds_since_epoch - Get TOD as seconds since 1988 rtems_clock_get_ticks_since_boot - Get ticks since boot rtems_clock_get_ticks_per_second - Get ticks per second
* 2008-02-29 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-02-292-0/+212
| | | | * shell/general.t: Add sleep and echo commands.
* 2008-02-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-02-297-17/+382
| | | | | | | | * shell/.cvsignore, shell/Makefile.am, shell/memory.t, shell/preface.texi, shell/shell.texi: Added much information the Preface. Created initial version of Configuration and Intialization chapter. Links are now complete from start to end of manual. * shell/confinit.t: New file.
* 2008-02-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-02-283-28/+276
| | | | | * shell/file.t, shell/network.t: Document more commands and provide more examples.
* 2008-02-27 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-02-277-158/+494
| | | | | | * shell/file.t, shell/general.t, shell/memory.t, shell/network.t, shell/rtems.t, shell/shell.texi: Many commands now have real descriptions with examples.
* 2008-02-27 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-02-273-4/+10
| | | | * shell/file.t, shell/general.t: More commands documented.
* 2008-02-26 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-02-263-24/+93
| | | | * shell/.cvsignore, shell/file.t: Add most of file commands.
* 2008-02-26 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-02-262-1/+5
| | | | * porting/interrupts.t: Formatting.
* 2008-02-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-02-216-155/+215
| | | | | * shell/file.t, shell/general.t, shell/memory.t, shell/network.t, shell/rtems.t: More descriptions and examples added.
* 2008-02-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-02-216-9/+454
| | | | | | * shell/file.t, shell/general.t, shell/memory.t, shell/network.t, shell/rtems.t: Add mount and cp command information from Chris Johns. Reformat some things.
* 2008-02-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-02-216-288/+292
| | | | | * shell/file.t, shell/general.t, shell/memory.t, shell/network.t, shell/rtems.t: A bit of clean up on the script.
* 2008-02-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-02-216-236/+288
| | | | | * shell/file.t, shell/general.t, shell/memory.t, shell/network.t, shell/rtems.t: Change configure messages per Chris Johns suggestion.
* 2008-02-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-02-2013-1/+3302
| | | | | | | | | * Makefile.am, configure.ac, index.html.in: Add initial version of RTEMS Shell Manual. This is largely a starting point but has most of the required structure. * shell/.cvsignore, shell/Makefile.am, shell/file.t, shell/general.t, shell/memory.t, shell/network.t, shell/preface.texi, shell/rtems.t, shell/shell.texi: New files.
* 2008-02-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-02-052-5/+67
| | | | | * networking/networkapp.t: Add configuration parameters for network stack efficiency multiplier and default socket buffer sizes.
* 2008-02-01 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-02-012-4/+81
| | | | * user/object.t: Added some examples.
* 2008-02-01 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-02-012-37/+101
| | | | * user/object.t: Add Ada binding for Object Services.
* 2008-01-29 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-01-302-1/+5
| | | | * index.html.in: Update copyright year.
* 2008-01-29 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-01-293-2/+9
| | | | * ada_user/Makefile.am, ada_user/ada_user.texi: Now builds.
* 2008-01-29 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-01-2911-24/+828
| | | | | | | | * user/.cvsignore, user/Makefile.am, user/c_user.texi, user/concepts.t, user/conf.t, user/dirstat.texi, user/stackchk.t, user/task.t, user/userext.t: Add new Object Services collection. Tidy up some configuration documentation from earlier changes. * user/object.t: New file.
* 2008-01-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-01-253-3/+8
| | | | | * rtems_footer.html.in, common/cpright.texi: Update copyright. Fix spacing.
* 2008-01-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-01-112-1/+37
| | | | * user/task.t: Add manual page for rtems_task_self().
* 2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-12-113-30/+26
| | | | | | * bsp_howto/clock.t, bsp_howto/init.t: Eliminate copies of the Configuration Table. Use the RTEMS provided accessor macros to obtain configuration fields.
* 2007-12-11 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2007-12-113-8/+5
| | | | | * base.h: Remove Lines, Verbose, EXTERN. * menu2.c: Add Lines, Verbose. Remove EXTERN.
* 2007-12-11 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2007-12-112-1/+1
| | | | * base.h: Remove BlankAsWarnings.
* 2007-12-11 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2007-12-112-7/+4
| | | | * base.h: Remove NumberOf*.
* Remove unused functions.Ralf Corsepius2007-12-072-151/+0
|