summaryrefslogtreecommitdiffstats
path: root/doc (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-09-232008-09-23 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-0/+4
* bsp_howto/BSPInitFlowchart-49.png: Update figure.
2008-09-182008-09-18 Miao Yan <yanmiaobest@gmail.com>Joel Sherrill2-1/+18
* user/conf.t: Add CONFIGURE_USE_DEVFS_AS_BASE_FILESYSTEM and CONFIGURE_APPLICATION_DISABLE_FILESYSTEM.
2008-09-172008-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill4-9/+15
* shell/rtems.t, user/conf.t, user/stackchk.t: Rename STACK_CHECKER_ON to more appropriate CONFIGURE_STACK_CHECKER_ENABLED.
2008-09-172008-09-17 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-1/+5
* user/conf.t: Fix typo.
2008-09-172008-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-0/+20
* user/conf.t: Add support for optionally having a unified work area. In other words, the RTEMS Workspace and C Program Heap are the same pool of memory.
2008-09-092008-09-09 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-0/+4
* bsp_howto/Developer-User-Timeline.png: Correct figure.
2008-09-092008-09-09 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+2
* user/chains.t, user/conf.t, user/object.t, user/userext.t: More "bool" cleanup.
2008-09-09More "bool" cleanup.Ralf Corsepius4-35/+35
2008-09-092008-09-09 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+5
* bsp_howto/ata.t, bsp_howto/rtc.t, networking/networkapp.t, user/chains.t, user/stackchk.t: Convert to "bool".
2008-09-09Convert to "bool".Ralf Corsepius5-41/+41
2008-09-092008-09-09 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+6
* user/datatypes.t: Add deprecation notices to "rtems_boolean", "rtems_single", "rtems_double". * user/intr.t, user/userext.t: Convert to "bool".
2008-09-09Add deprecation notices to "rtems_boolean", "rtems_single", "rtems_double".Ralf Corsepius1-0/+6
2008-09-09Convert to "bool".Ralf Corsepius2-2/+2
2008-09-082008-09-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-25/+15
* bsp_howto/timer.t: Update documentation to reflect Timer Driver renaming.
2008-09-052008-09-05 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-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-022008-09-02 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-5/+26
* user/conf.t: Add CONFIGURE_BSP_PREREQUISITE_DRIVERS and CONFIGURE_APPLICATION_PREREQUISITE_DRIVERS.
2008-08-272008-08-27 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-2/+6
* user/object.t: Correct order of arguments.
2008-08-242008-08-24 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-2/+7
* user/clock.t: Correct discussion of timeval.
2008-08-222008-08-22 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-3/+5
* bsp_howto/init.t: Eliminate empty section.
2008-08-222008-08-22 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-118/+56
* bsp_howto/init.t: Complete update.
2008-08-222008-08-22 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill8-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-212008-08-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2-32/+35
* index.html.in: Reorder manuals.
2008-08-212008-08-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill7-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.
2008-08-212008-08-21 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill9-47/+54
* bsp_howto/ata.t, bsp_howto/clock.t, bsp_howto/ide-ctrl.t, bsp_howto/nvmem.t, bsp_howto/shmsupp.t, user/datatypes.t, user/mp.t, user/userext.t: Eliminate all references to rtems_signedXX and rtems_unsignedXX.
2008-08-082008-08-08 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill4-20/+32
* user/msg.t, user/sem.t, user/task.t: Update to new parameter types. Emphasize that you can use a pointer for task arguments.
2008-08-072008-08-07 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-1/+18
* user/datatypes.t: Add rtems_name. Add comment about rtems_task_argument changing from simple unsigned thirty two bit integer to being derived from a C99 uintptr_t in 4.8 and newer.
2008-08-042008-08-04 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-7/+19
PR 1263/doc * user/part.t: Improve discussion of alignment and minimum buffer sizes.
2008-08-042008-08-04 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-11/+25
PR 1288/doc * user/intr.t: Update callable from ISR section.
2008-08-012008-08-01 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-1/+5
* user/msg.t: Parameter is size not count. Spotted by Sebastian Huber.
2008-07-312008-07-31 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2-5/+8
* porting/idlethread.t: Correct prototype of Idle threads.
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.