summaryrefslogtreecommitdiffstats
path: root/doc (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-03-11gen_section: Update for use with new SMP chapters.Joel Sherrill1-2/+19
2014-02-14score: Add CPU counter supportSebastian Huber1-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.
2014-02-12score: Change debug helper functionsSebastian Huber5-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().
2014-02-06rtems: Add rtems_status_code_description()Sebastian Huber3-5/+37
2014-02-04Add thread-local storage (TLS) supportSebastian Huber20-2/+162
Tested and implemented on ARM, m68k, PowerPC and SPARC. Other architectures need more work.
2013-12-24cpukit/rtems: Add rtems_clock_get_uptime_nanoseconds to the RTEMS API.Chris Johns1-16/+46
Add Timestamp support in the score to return a timestamp in nanoseconds. Add a test. Update the RTEMS API documentation.
2013-12-16cpukit/shell: Control help break with SHELL_LINES env variable.Chris Johns1-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.
2013-12-05doc/posix_users: add notes and descriptions for pthread_key functionsSahil Patnayakuni1-4/+63
2013-11-20sparc.t: Correct for V8/V9Joel Sherrill1-5/+3
2013-10-15doc: Document format in conf.tShubham Somani1-0/+56
2013-09-17bsp_howto/support.t: Add PIC Interrupt Model API InformationVipul Nayyar1-0/+70
2013-08-20smp: Add Deterministic Priority SMP SchedulerSebastian Huber1-3/+37
2013-08-14documentation: Directives allowed from an ISRSebastian Huber1-12/+36
Update list.
2013-07-29doc/user/conf.t: More clean upsShubham Somani1-100/+7
2013-07-24conf.t: Fix minor typos.Joel Sherrill1-2/+2
2013-07-24doc/user/conf.t: Fix SMP_MAXIMUM_PROCESSORS and add Go configurationCynthia Rempel1-1/+93
2013-07-22doc/user/conf.t: Fix SMP_MAXIMUM_PROCESSORS and add Go ConfigurationCynthia Rempel1-4/+97
2013-07-22doc/shell/Makefile.am: Fix dependencyJoel Sherrill1-1/+1
2013-06-12Make the default values easier for the configuration GUI to parseCynthia Rempel1-91/+94
2013-06-12termios: Notify driver about inactive transmitSebastian Huber1-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.
2013-06-12rtems: Add interrupt locksSebastian Huber1-0/+170
Interrupt locks are low-level lock to protect critical sections accessed by threads and interrupt service routines.
2013-05-16shell: Add df commandAndrei Mozzhuhin1-0/+78
2013-05-10score: Add CPU context validationSebastian Huber1-0/+25
2013-04-10doc: Config documentation changes throughoutSebastian Huber1-200/+166
2013-04-10doc: Add bdbuf configuration optionsSebastian Huber1-0/+376
2013-04-09user/conf.t: Address User Feedback from Stephen TetherJoel Sherrill1-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.
2013-04-09user/overview.t: Fix broken cross referenceJoel Sherrill1-2/+1
2013-04-09doc/user/conf.t: Rewrite to emphasize confdefs.h and add detailJoel Sherrill2-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.
2013-03-11doc/texi2html_init.in: Correct typoJoel Sherrill1-1/+1
2013-03-11doc/texi2any_init.in: Correct link to Library index.htmlJoel Sherrill1-1/+1
2013-03-11doc/main.am: Tweak TEXI2ANY_ARGS to make HTML menus look betterJoel Sherrill1-0/+1
2013-03-11doc/texi2html_init.in: Update copyright on html outputJoel Sherrill1-1/+1
2013-03-11doc/project.am: texi2html invocation had file name twiceJoel Sherrill1-1/+1
2013-03-11doc/main.am: TEXI2HTML_ARGS macro clean upJoel Sherrill1-1/+1
2013-03-08RTEMS: Delete ChangeLog files.Gedare Bloom5-2555/+0
This commit deletes all RTEMS ChangeLog files. These files have been abandoned since converting to git version control. The historical data may be recovered by checking out any commit before this one. Most of the contents of these ChangeLog files can also be found in the git log. Two external ChangeLog files, ChangeLog.slac and ChangeLog.zlib, remain.
2013-02-26doc: Build html into subdirectory (fix make clean)Joel Sherrill2-7/+11
Building with a document specific prefix will require coding in both texi2any and texi2html. It is easier to build into a directory (e.g. $(PROJECT)/). This also fixes "make clean" which was broken.
2013-02-26user/preface.texi: Add NEC V850 and SPARC V9Joel Sherrill1-2/+2
2013-02-26user/overview.t: Add missing chapters to overviewJoel Sherrill1-32/+65
2013-02-26doc master include files: Do not include top node on printed outputJoel Sherrill12-1/+25
In PDF, DVI, and PostScript files, the contents of the @top node were being printed. These are intended only for info and html output formats.
2013-02-26doc/project.am: Make texi2html and texi2any stanzas shareJoel Sherrill1-17/+5
2013-02-26doc: Update copyright year in common filesJoel Sherrill2-3/+3
2013-02-26doc: Update version.texi and stamp-vti filesJoel Sherrill26-52/+52
See http://www.rtems.org/pipermail/rtems-devel/2013-February/002466.html for instructions on how to do this.
2013-02-26doc/user Object Id Figures: Correct rotation and borderJoel Sherrill4-42536/+8462
The 16 bit Object Id image was incorrectly rotated in the manual. Both the 16 and 32 Object Id bit images had thin borders on the table and the bottom line was not visible in the PDF. I tinkered with the original drawings to add a bit more space around the tables and manually converted the PNG to EPS using Gimp to ensure a controlled and high quality conversion.
2013-02-26doc/user/semaphore_attributes.eps: Correct rotationJoel Sherrill1-106459/+3742
2013-02-26doc/c_user: Fix Lines that were too longJoel Sherrill2-9/+9
2013-02-26doc: Use More Readable Names for Generated NodesJoel Sherrill2-3/+7
Per a discussion with the GNU Texinfo maintainer Patrice Dumas, change to generating HTML files per a standard for stable URL names and easier cross manual referencing. http://lists.gnu.org/archive/html/help-texinfo/2013-02/msg00002.html
2013-02-26doc: Support texi2any and texi2htmlJoel Sherrill5-19/+80
This was tested with texi2html-1.82-5.1.el6.noarch and a locally built texinfo 5.0. These are completely different implementations and require different invocations. The Makefile dependencies appear to work but are likely not perfect at this point. The key point is that the autoconf probe detects which to use and responds accordingly with preference given to texi2any.
2013-02-26doc: Update to build info format with texinfo 4.13 and 5.0Joel Sherrill16-224/+231
Texinfo 5.0 is a complete reimplementation and has stricter interpretations of the texinfo language.
2013-02-26Add missing @item.Ralf Corsépius1-1/+1
2013-02-26Add missing @items.Ralf Corsépius1-3/+3