summaryrefslogtreecommitdiffstats
path: root/doc (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-07-232008-07-23 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-8/+15
PR 1291/cpukit * posix_users/semaphores.t: Update to reflect absolute time.
2008-07-232008-07-23 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill3-1/+61
* shell/Makefile.am, shell/rtems.t: Add pthread command.
2008-07-182008-07-18 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-1/+9
* posix_users/mutex.t: Add ETIMEDOUT.
2008-07-162008-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-4/+9
* shell/confinit.t: New argument sequence for rtems_shell_init().
2008-07-152008-07-15 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill11-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-102008-07-10 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-0/+5
* user/.cvsignore: Add chains.texi.
2008-07-092008-07-09 Chris Johns <chrisj@rtems.org>Chris Johns6-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-202008-06-20 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-1/+7
* 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 Sherrill2-0/+10
* user/conf.t: Add CONFIGURE_DISABLE_CLASSIC_API_NOTEPADS.
2008-06-132008-06-13 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-0/+29
* 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 Sherrill2-1/+10
* user/conf.t: Add CONFIGURE_MINIMUM_STACK_SIZE.
2008-06-132008-06-13 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill4-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-062008-06-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill3-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-062008-06-06 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-16/+12
* user/rtmon.t: Change to using new types.
2008-06-022008-06-02 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill13-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.
2008-06-02Update copyright.Joel Sherrill1-1/+1
2008-06-022008-06-02 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill3-184/+273
* user/bsp.t, user/init.t: Rework initialization and BSP chapters to account for changes to initialization framework.
2008-05-222008-05-22 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-2/+10
* user/conf.t: Add baseline interface for Watchdog Driver.
2008-05-142008-05-14 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-4/+8
* user/conf.t: Fix text on CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER.
2008-05-132008-05-13 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-1/+6
* user/conf.t: Fix typo on CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER.
2008-04-172008-04-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-4/+18
* user/conf.t: Add CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER.
2008-04-162008-04-16 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill7-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-292008-03-29 Chris Johns <chrisj@rtems.org>Chris Johns2-20/+36
* networking/testing.t: Cleaned up the patch from Ian.
2008-03-292008-03-29 Chris Johns <chrisj@rtems.org>Chris Johns2-0/+104
* networking/testing.t: Patch from Ian Caddy to document the routes debug information.
2008-03-112008-03-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-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-292008-02-29 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-0/+212
* shell/general.t: Add sleep and echo commands.
2008-02-292008-02-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill7-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-282008-02-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill3-28/+276
* shell/file.t, shell/network.t: Document more commands and provide more examples.
2008-02-272008-02-27 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill7-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-272008-02-27 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill3-4/+10
* shell/file.t, shell/general.t: More commands documented.
2008-02-262008-02-26 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill3-24/+93
* shell/.cvsignore, shell/file.t: Add most of file commands.
2008-02-262008-02-26 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-1/+5
* porting/interrupts.t: Formatting.
2008-02-212008-02-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill6-155/+215
* shell/file.t, shell/general.t, shell/memory.t, shell/network.t, shell/rtems.t: More descriptions and examples added.
2008-02-212008-02-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill6-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-212008-02-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill6-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-212008-02-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill6-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-202008-02-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill13-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-052008-02-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-5/+67
* networking/networkapp.t: Add configuration parameters for network stack efficiency multiplier and default socket buffer sizes.
2008-02-012008-02-01 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-4/+81
* user/object.t: Added some examples.
2008-02-012008-02-01 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-37/+101
* user/object.t: Add Ada binding for Object Services.
2008-01-302008-01-29 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-1/+5
* index.html.in: Update copyright year.
2008-01-292008-01-29 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill3-2/+9
* ada_user/Makefile.am, ada_user/ada_user.texi: Now builds.
2008-01-292008-01-29 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill11-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-252008-01-25 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill3-3/+8
* rtems_footer.html.in, common/cpright.texi: Update copyright. Fix spacing.
2008-01-112008-01-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-1/+37
* user/task.t: Add manual page for rtems_task_self().
2007-12-112007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill3-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-112007-12-11 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius3-8/+5
* base.h: Remove Lines, Verbose, EXTERN. * menu2.c: Add Lines, Verbose. Remove EXTERN.
2007-12-112007-12-11 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2-1/+1
* base.h: Remove BlankAsWarnings.
2007-12-112007-12-11 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2-7/+4
* base.h: Remove NumberOf*.
2007-12-07Remove unused functions.Ralf Corsepius2-151/+0