summaryrefslogtreecommitdiffstats
path: root/doc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* relnotes/intro.texi: Change rtems.com to rtems.org and updateJoel Sherrill2014-03-201-27/+11
|
* relnotes/status.texi: Update to BugzillaJoel Sherrill2014-03-201-3/+3
|
* HELP.html Makefile.am: Remove unused HELP.htmlJoel Sherrill2014-03-202-23/+1
|
* cpright.texi: Update to reflect services and communityJoel Sherrill2014-03-201-7/+9
|
* texi2html_init.in: Reword rtems.com to rtems.orgJoel Sherrill2014-03-201-1/+1
|
* started/buildc.t: Change CVS to GitJoel Sherrill2014-03-201-12/+8
|
* started/buildrt.t: Change CVS to GitJoel Sherrill2014-03-201-12/+6
|
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-2111-18/+18
|
* cpukit/shell: Replace task variables with posix keys.Christian Mauderer2014-03-201-0/+3
| | | | | | | | | | | | Use posix keys for current shell environment instead of task variables. With this patch the shell needs one posix-key and one posix-key-value-pair configured. Update documentation for the shell. Adapt samples/fileio: - Add necessary objects. - Add login function and custom device name for better testing of the shell.
* Add documentation for profilingSebastian Huber2014-03-142-0/+23
|
* doc: Improve description of rtems_status_text for ToCJoel Sherrill2014-03-113-7/+6
|
* smp.t: Add Background and Operation SectionsJoel Sherrill2014-03-111-7/+200
|
* Classic API Users Guide: Add SMP and affinity services.Joel Sherrill2014-03-116-9/+181
| | | | This patch adds the initial version of the SMP chapter to the Users Guide.
* POSIX Users Guide: Add thread affinity services.Joel Sherrill2014-03-111-2/+250
|
* stackchk.t task.t: Change can not to cannot for consistencyJoel Sherrill2014-03-112-2/+2
|
* cpright.texi: Update to 2014.Joel Sherrill2014-03-111-1/+1
|
* gen_section: Update for use with new SMP chapters.Joel Sherrill2014-03-111-2/+19
|
* score: Add CPU counter supportSebastian Huber2014-02-141-0/+21
| | | | | | | | | Add a CPU counter interface to allow access to a free-running counter. It is useful to measure short time intervals. This can be used for example to enable profiling of critical low-level functions. Add two busy wait functions rtems_counter_delay_ticks() and rtems_counter_delay_nanoseconds() implemented via the CPU counter.
* score: Change debug helper functionsSebastian Huber2014-02-125-20/+21
| | | | | | | | Rename rtems_internal_error_description() to rtems_internal_error_text(). Rename rtems_fatal_source_description() to rtems_fatal_source_text(). Rename rtems_status_code_description() to rtems_status_text(). Remove previous implementation of rtems_status_text().
* rtems: Add rtems_status_code_description()Sebastian Huber2014-02-063-5/+37
|
* Add thread-local storage (TLS) supportSebastian Huber2014-02-0420-2/+162
| | | | | Tested and implemented on ARM, m68k, PowerPC and SPARC. Other architectures need more work.
* cpukit/rtems: Add rtems_clock_get_uptime_nanoseconds to the RTEMS API.Chris Johns2013-12-241-16/+46
| | | | | | Add Timestamp support in the score to return a timestamp in nanoseconds. Add a test. Update the RTEMS API documentation.
* cpukit/shell: Control help break with SHELL_LINES env variable.Chris Johns2013-12-161-16/+98
| | | | | | | | Control the help command break with the SHELL_LINES evironment variable where the numeric value is the number of lines to break on. If the value is 0 the output is not broken. The default is 16 lines. Add shell documentation for the help command.
* doc/posix_users: add notes and descriptions for pthread_key functionsSahil Patnayakuni2013-12-051-4/+63
|
* sparc.t: Correct for V8/V9Joel Sherrill2013-11-201-5/+3
|
* doc: Document format in conf.tShubham Somani2013-10-151-0/+56
|
* bsp_howto/support.t: Add PIC Interrupt Model API InformationVipul Nayyar2013-09-171-0/+70
|
* smp: Add Deterministic Priority SMP SchedulerSebastian Huber2013-08-201-3/+37
|
* documentation: Directives allowed from an ISRSebastian Huber2013-08-141-12/+36
| | | | Update list.
* doc/user/conf.t: More clean upsShubham Somani2013-07-291-100/+7
|
* conf.t: Fix minor typos.Joel Sherrill2013-07-241-2/+2
|
* doc/user/conf.t: Fix SMP_MAXIMUM_PROCESSORS and add Go configurationCynthia Rempel2013-07-241-1/+93
|
* doc/user/conf.t: Fix SMP_MAXIMUM_PROCESSORS and add Go ConfigurationCynthia Rempel2013-07-221-4/+97
|
* doc/shell/Makefile.am: Fix dependencyJoel Sherrill2013-07-221-1/+1
|
* Make the default values easier for the configuration GUI to parseCynthia Rempel2013-06-121-91/+94
|
* termios: Notify driver about inactive transmitSebastian Huber2013-06-121-0/+6
| | | | | | Returning this state in the return value leads to race conditions on SMP. The inactive state notification must be inside the critical section.
* rtems: Add interrupt locksSebastian Huber2013-06-121-0/+170
| | | | | Interrupt locks are low-level lock to protect critical sections accessed by threads and interrupt service routines.
* shell: Add df commandAndrei Mozzhuhin2013-05-161-0/+78
|
* score: Add CPU context validationSebastian Huber2013-05-101-0/+25
|
* doc: Config documentation changes throughoutSebastian Huber2013-04-101-200/+166
|
* doc: Add bdbuf configuration optionsSebastian Huber2013-04-101-0/+376
|
* user/conf.t: Address User Feedback from Stephen TetherJoel Sherrill2013-04-091-68/+78
| | | | | | | | Stephen Tether <tether@slac.stanford.edu> posted to the users list: http://www.rtems.org/pipermail/rtems-users/2013-April/011273.html I tried to make the requested changes.
* user/overview.t: Fix broken cross referenceJoel Sherrill2013-04-091-2/+1
|
* doc/user/conf.t: Rewrite to emphasize confdefs.h and add detailJoel Sherrill2013-04-092-1874/+3782
| | | | | | | This patch includes a heavy rewrite of the chapter to have a more structured approach to this chapter. It also changes the sectioning to have the Data Structures be a section to themselves as a peer in the outline with each logical area of macros in confdefs.h.
* doc/texi2html_init.in: Correct typoJoel Sherrill2013-03-111-1/+1
|
* doc/texi2any_init.in: Correct link to Library index.htmlJoel Sherrill2013-03-111-1/+1
|
* doc/main.am: Tweak TEXI2ANY_ARGS to make HTML menus look betterJoel Sherrill2013-03-111-0/+1
|
* doc/texi2html_init.in: Update copyright on html outputJoel Sherrill2013-03-111-1/+1
|
* doc/project.am: texi2html invocation had file name twiceJoel Sherrill2013-03-111-1/+1
|
* doc/main.am: TEXI2HTML_ARGS macro clean upJoel Sherrill2013-03-111-1/+1
|