summaryrefslogtreecommitdiffstats
path: root/doc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* RTEMS: Delete ChangeLog files.Gedare Bloom2013-03-085-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.
* doc: Build html into subdirectory (fix make clean)Joel Sherrill2013-02-262-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.
* user/preface.texi: Add NEC V850 and SPARC V9Joel Sherrill2013-02-261-2/+2
|
* user/overview.t: Add missing chapters to overviewJoel Sherrill2013-02-261-32/+65
|
* doc master include files: Do not include top node on printed outputJoel Sherrill2013-02-2612-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.
* doc/project.am: Make texi2html and texi2any stanzas shareJoel Sherrill2013-02-261-17/+5
|
* doc: Update copyright year in common filesJoel Sherrill2013-02-262-3/+3
|
* doc: Update version.texi and stamp-vti filesJoel Sherrill2013-02-2626-52/+52
| | | | | See http://www.rtems.org/pipermail/rtems-devel/2013-February/002466.html for instructions on how to do this.
* doc/user Object Id Figures: Correct rotation and borderJoel Sherrill2013-02-264-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.
* doc/user/semaphore_attributes.eps: Correct rotationJoel Sherrill2013-02-261-106459/+3742
|
* doc/c_user: Fix Lines that were too longJoel Sherrill2013-02-262-9/+9
|
* doc: Use More Readable Names for Generated NodesJoel Sherrill2013-02-262-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
* doc: Support texi2any and texi2htmlJoel Sherrill2013-02-265-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.
* doc: Update to build info format with texinfo 4.13 and 5.0Joel Sherrill2013-02-2616-224/+231
| | | | | Texinfo 5.0 is a complete reimplementation and has stricter interpretations of the texinfo language.
* Add missing @item.Ralf Corsépius2013-02-261-1/+1
|
* Add missing @items.Ralf Corsépius2013-02-261-3/+3
|
* Fix typo.Ralf Corsépius2013-02-252-2/+2
|
* make: Remove -qrtems_debug flag usageSebastian Huber2013-02-131-2/+1
|
* sapi: PR1911: Add CONFIGURE_DISABLE_BSP_SETTINGSSebastian Huber2013-02-121-0/+63
|
* sapi: Add rtems_fatal_source_description()Sebastian Huber2013-01-071-0/+27
|
* score: Add rtems_chain_node_count_unprotected()Sebastian Huber2012-12-211-0/+28
|
* score: rtems_initialize_start_multitasking()Sebastian Huber2012-12-073-44/+44
| | | | | | | | | Do not return from rtems_initialize_start_multitasking() and call rtems_fatal() instead with a fatal source of RTEMS_FATAL_SOURCE_EXIT and a fatal code with the exit status. Remove all bsp_cleanup() functions. The boot_card() is now a no return function.
* score: Add CPU_Exception_frameSebastian Huber2012-11-271-0/+27
| | | | | | | | | | | | | | | | | | | | | Add CPU port type CPU_Exception_frame and function _CPU_Exception_frame_print(). The CPU ports of avr, bfin, h8300, lm32, m32c, m32r, m68k, nios2, sh, sparc64, and v850 use an empty default implementation of _CPU_Exception_frame_print(). Add rtems_exception_frame and rtems_exception_frame_print(). Add RTEMS_FATAL_SOURCE_EXCEPTION for CPU exceptions. Use rtems_fatal() with source RTEMS_FATAL_SOURCE_EXCEPTION in CPU ports of i386, powerpc, and sparc for unexpected exceptions. Add third parameter to RTEMS_BSP_CLEANUP_OPTIONS() which controls the BSP_PRINT_EXCEPTION_CONTEXT define used in the default bsp_fatal_extension(). Add test sptests/spfatal26.
* score: Change _Internal_error_Occurred()Sebastian Huber2012-11-221-4/+4
| | | | | | | Call the fatal handlers of the user extensions before the update of _Internal_errors_What_happened. This reduces the requirements on the execution context further. Now a valid read-write data is only required after the call to the fatal handlers.
* rtems: Add rtems_clock_get_uptime_seconds()Sebastian Huber2012-11-211-0/+31
|
* rtems: Add rtems_clock_get_uptime_timeval()Sebastian Huber2012-11-211-0/+35
|
* score: Add rtems_fatal()Sebastian Huber2012-11-151-0/+31
|
* sapi: Add and use rtems_internal_error_descriptionSebastian Huber2012-11-152-2/+29
|
* doc/user: Fix scheduler configurationSebastian Huber2012-11-071-1/+1
|
* score: Work area initialization API changeSebastian Huber2012-10-251-40/+18
| | | | | | | | | | | | The work areas (RTEMS work space and C program heap) will be initialized now in a separate step and are no longer part of rtems_initialize_data_structures(). Initialization is performed with tables of Heap_Area entries. This allows usage of scattered memory areas present on various small scale micro-controllers. The sbrk() support API changes also. The bsp_sbrk_init() must now deal with a minimum size for the first memory chunk to take the configured work space size into account.
* User's Guide: Correct typos in return status bulletsJoel Sherrill2012-10-024-15/+15
|
* timespec: Add documentation for struct timespec HelpersJoel Sherrill joel.sherrill@oarcorp.com2012-08-304-2/+565
| | | | | | | | Joel editted the documentation for clarity, grammar and technical correctness. I also moved it in the manual and added @findex entries. The core work was just polished. Author: Krzysztof Mięsowicz <krzysztof.miesowicz@gmail.com>
* Require automake-1.12.2.Ralf Corsépius2012-07-192-2/+2
|
* Require autoconf-2.69.Ralf Corsépius2012-07-192-2/+2
|
* v850 port: Initial addition with BSP for simulator in GDBJoel Sherrill2012-06-112-2/+111
| | | | | | | | | | | | | | | | | | Port + v850 does not have appear to have any optimized bit scan instructions + v850 does have single instructions for wap u16 and u32 + Code path optimization preferences set + Add BSP variants for each GCC CPU model flag and a README - v850e1 variant does not work (fails during BSP initialization) BSP for GDB v850 Simulator + linkcmds matches defaults in GDB simulator with RTEMS mods + crt1.c added from v850 newlib port for __main() + BSP exits cleanly + printk and console I/O work + uses clock tick from IDLE task + Tests not requiring real clock ISR work Documentation + CPU Supplment chapter for v850 added
* Remove CVS Id Strings (manual edits after script)Joel Sherrill2012-05-117-20/+1
| | | | | | These modifications were required by hand after running the script. In some cases, the file names did not match patterns. In others, the format of the file did not match any common patterns.
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-11205-643/+0
| | | | | | | | | | | | Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.