summaryrefslogtreecommitdiffstats
path: root/doc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 2007-12-06 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2007-12-071-0/+6
| | | | | | * address.h, address.inl, chain.c, chain.h, system.h: Eliminate unsigned8, unsigned16, unsigned32. Use size_t, ptrdiff_t, intptr_t for 64bit compliance.
* Eliminate unsigned8, unsigned16, unsigned32. Use size_t, ptrdiff_t, intptr_t ↵Ralf Corsepius2007-12-075-17/+20
| | | | for 64bit compliance.
* 2007-12-06 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2007-12-064-35/+7
| | | | | | * chain.c: Reflect removal of isr.h. * isr.h: Remove. * Makefile.am: Remove isr.h.
* 2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-12-0412-535/+39
| | | | | | | | | * cpu_supplement/arm.t, cpu_supplement/i386.t, cpu_supplement/m68k.t, cpu_supplement/mips.t, cpu_supplement/powerpc.t, cpu_supplement/sh.t, cpu_supplement/sparc.t, cpu_supplement/tic4x.t, porting/cpuinit.t, user/conf.t, user/init.t: Move interrupt_stack_size field from CPU Table to Configuration Table. Eliminate CPU Table from all ports. Delete references to CPU Table in all forms.
* 2007-12-03 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-12-0310-512/+121
| | | | | | | | | | | | * cpu_supplement/arm.t, cpu_supplement/i386.t, cpu_supplement/m68k.t, cpu_supplement/mips.t, cpu_supplement/powerpc.t, cpu_supplement/sh.t, cpu_supplement/sparc.t, cpu_supplement/tic4x.t, user/conf.t: Moved most of the remaining CPU Table fields to the Configuration Table. This included pretasking_hook, predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace, extra_mpci_receive_server_stack, stack_allocate_hook, and stack_free_hook. As a side-effect of this effort some multiprocessing code was made conditional and some style clean up occurred.
* 2007-11-29 Glenn Humphrey <glenn.humphrey@OARcorp.com>Glenn Humphrey2007-11-293-55/+203
| | | | * develenv/direct.t, develenv/sample.t: Corrected various errors.
* 2007-11-28 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-11-282-64/+14
| | | | | | * cpu_supplement/powerpc.t: Eliminate PowerPC specific elements from the CPU Table. They have been replaced with variables named bsp_XXX as needed.
* 2007-11-28 Glenn Humphrey <glenn.humphrey@OARcorp.com>Glenn Humphrey2007-11-2817-524/+275
| | | | | | | | * user/barrier.t, user/clock.t, user/concepts.t, user/conf.t, user/datatypes.t, user/dpmem.t, user/fatal.t, user/init.t, user/mp.t, user/msg.t, user/part.t, user/region.t, user/rtmon.t, user/sem.t, user/task.t, user/timer.t: Corrected various errors in the documentation.
* 2007-11-27 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-11-276-240/+192
| | | | | * develenv/develenv.texi, develenv/direct.t, develenv/intro.texi, develenv/sample.t, develenv/utils.t: Update directory tree.
* 2007-11-27 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-11-272-0/+11
| | | | * user/conf.t: Add CONFIGURE_APPLICATION_EXTRA_DRIVERS.
* 2007-11-26 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-11-262-2/+6
| | | | | | * cpu_supplement/sh.t: Eliminate the clicks_per_microsecond field in the SuperH CPU Table and define another mechanism for drivers to obtain this information.
* 2007-11-26 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-11-263-11/+5
| | | | | * cpu_supplement/i386.t, cpu_supplement/m68k.t: Pick up changes missed earlier.
* 2007-11-26 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-11-262-1/+6
| | | | | | * cpu_supplement/mips.t: Eliminate the clicks_per_microsecond field in the MIPS CPU Table and define another mechanism for drivers to obtain this information.
* 2007-11-26 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-11-262-5/+9
| | | | | | * cpu_supplement/i386.t: Eliminate the interrupt_table_segment and interrupt_table_offset fields in the i386 CPU Table since they are never read.
* 2007-11-26 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-11-262-2/+5
| | | | | * cpu_supplement/m68k.t: Eliminate the interrupt_vector_table field in the m68k CPU Table since it is never read.
* 2007-10-26 Glenn Humphrey <glenn.humphrey@OARcorp.com>Glenn Humphrey2007-10-262-0/+5
| | | | * user/rtmon.t: Fix report output.
* 2007-10-25 Glenn Humphrey <glenn.humphrey@OARcorp.com>Glenn Humphrey2007-10-2514-148/+101
| | | | | | | * user/barrier.t, user/clock.t, user/concepts.t, user/cpuuse.t, user/init.t, user/intr.t, user/io.t, user/mp.t, user/rtmon.t, user/sem.t, user/stackchk.t, user/task.t, user/timer.t: Updated the Ada documentation to reflect the current binding.