summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-12-20sparc_v8_stacks_regwin.rst: Add middle initail for Peter MagnussonHEADmasterJoel Sherrill
Peter requested this after reviewing the converted content. He noted that it was a nit but he had consistently used his middle initial in all academic settings and wanted to be consistent.
2018-12-20Eliminate UTF-8 characters except superscripted 2 in i2cJoel Sherrill
2018-12-20eng: Unicode char (U+200B)Sebastian Huber
2018-12-18common/waf.py: Fix indentation.Christian Mauderer
Python 3 produces an error if indentation is mixed tabs and spaces.
2018-12-17eng/coding-conventions.rst: Convert TBD to Rest Format (GCI 2018)Pritish Jain
2018-12-17eng/coding-doxygen: Fix errorsMarçal Comajoan Cara
This work was part of GCI 2018.
2018-12-17eng/coding-file-hdr.rst: Fix file formatting (GCI 2018)Sal
2018-12-17eng/coding-doxygen.rst: Clean up and make subsubsectionsJoel Sherrill
2018-12-17Converted Doxygen Best Practices Documentation to Rest format (GCI 2018)zehata
2018-12-17coding-naming: Convert TBD to Rest format (GCI 2018)Pritish Jain
2018-12-17images/eng/Git-personalrepo: Redrawn image (GCI 2018)Marçal Comajoan Cara
Redraw images/eng/Git-personalrepo as SVG and PNG with a better color palette.
2018-12-17eng/vc-users: Convert wiki page to Rest (GCI 2018)Marçal Comajoan Cara
Converted https://devel.rtems.org/wiki/Developer/Git/Users to Rest, and TBDs and wiki TODOs into comments. Also changed http links to https (the ones that are possible), corrected typos, updated learning resources links and added formattings. This work was part of GCI 2018.
2018-12-17eng/vc-authors: Convert wiki page to Rest (GCI 2018)Marçal Comajoan Cara
Converted https://devel.rtems.org/wiki/Developer/Git/Committers to Rest, and TBDs and wiki TODOs into comments. Also changed http links to https (the ones that are possible), corrected some typos, created a folder for eng images and added some formatting. This work was part of GCI 2018.
2018-12-17management: Convert TBD to rest Format (GCI 2018)Pritiah Jain
2018-12-17eng/conf.py: Use new short name of SW Eng HandbookMarçal Comajoan Cara
2018-12-17eng/license-requirements.rst: Add a TBD for BSD infoJoel Sherrill
2018-12-17coding-doxygen-bsp.rst, coding-file-hdr.rst: Fix formattingJoel Sherrill
2018-12-17coding-file-hdr: Convert TBD to Rest Format (GCI 2018)Pritish Jain
2018-12-17coding-doxygen-bsp: Convert TBD to rest Format(GCI 2018)Pritish Jain
2018-12-17coding-gen-patch:Convert TBD to rest Format(GCI 2018)Pritish Jain
2018-12-17eng/coding-80cols: Convert wiki page to RestMarçal Comajoan Cara
Converted https://devel.rtems.org/wiki/Developer/Coding/80_characters_per_line to Rest, and TBDs into comments. This work was part of GCI 2018.
2018-12-17eng/appendix-a: convert to a tableMarçal Comajoan Cara
Convert text to a table, TBDs into comments and add missing formatting. This work was part of GCI 2018.
2018-12-17eng/test-suites.rst: Update to reflect current realityJoel Sherrill
2018-12-17test-suites:Convert TBD to rest Format(GCI 2018)Pritish Jain
2018-12-17Initial start of converting the Word outline to RestJoel Sherrill
Thanks to Scott Zemerick <scott.zemerick@tmctechnologies.com> for the analysis and ideas that led to this.
2018-12-11Integrate images redrawn as part of GCI 2018Marçal Comajoan Cara
All of the redrawings were made by me except images/c_user/states which was made by LukaMag. This patch serves to update all the images. This work was part of GCI 2018.
2018-12-10c-user: rtems_scheduler_get_maximum_priority()Sebastian Huber
Close #3636.
2018-12-09posix-compliance: Change utimes() from sys/times.h to sys/time.hMarçal Comajoan Cara
In the RTEMS POSIX 1003.1 Compliance Guide it says: The following methods and variables in <sys/times.h> are supported: - times() - utimes() But according to the official POSIX Specifications http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_times.h.html, <sys/times.h> only declares times(), and utimes() is decleared by <sys/time.h> (notice that it's time, not times) according to http://pubs.opengroup.org/onlinepubs/9699919799/functions/utimensat.html and http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_time.h.html. This patch fixes this error. This work was part of GCI 2018.
2018-12-05Fix error messages when Sphinx version cannot be checked.Amar Takhar
This is kind of a dual-check since it checks for the version while simultaneously checking to see if Sphinx exists on the system. Changed the error messages to be clear on the error and removed a reference to version which cannot be set due to the check failure. Reported by: Shashvat Jain
2018-11-21posix-users/input_and_output.rst: Document errors for mount() and unmount()Joel Sherrill
2018-11-21posix-users/device_and_class_specific.rst: Add PrototypesMarçal Comajoan Cara
Add and update Device and Class Specific APIs in POSIX Users Guide. This work was part of GCI 2018.
2018-11-21posix-users/input_and_output.rst: Add PrototypesMarçal Comajoan Cara
Add and update Prototypes to Input and Output APIs in POSIX Users Guide. This work was part of GCI 2018.
2018-11-21posix-users/memory_managment.rst: Add PrototypesMarçal Comajoan Cara
Add Prototypes to Memory Management APIs in POSIX Users Guide. This work was part of GCI 2018.
2018-11-21posix-users/system_database.rst: Add PrototypesMarçal Comajoan Cara
Add Prototypes to System Database APIs in POSIX Users Guide. This work was part of GCI 2018.
2018-11-21posix-users/thread_cancellation.rst: Add PrototypesMarçal Comajoan Cara
Add Prototypes to Thread Cancellation APIs. This work was part of GCI 2018.
2018-11-21posix-users/language_specific_services.rst: Add Prototypes to Language ↵Marçal Comajoan Cara
Specific Service APIs This work was part of GCI 2018.
2018-11-21c-user: Remove 16-bit object identifiersSebastian Huber
Close #3603.
2018-11-20cpu-supplement/sparc.rst: Merge Annul Slot Explanation (GCI 2018)zehata
This content originated as an email response from Jiri Gaisler to Joel Sherrill in response to a question.
2018-11-20cpu-supplement/sparc_v8_stacks_regwin.rst: Add credit boxJoel Sherrill
2018-11-20cpu-supplement/sparc_v8_stacks_regwin.rst: Complete FormattingMarçal Comajoan Cara
This work was part of GCI 2018.
2018-11-19images/cpu_supplement/sparcwin.svg: New file (GCI 2018)Marçal Comajoan Cara
File was missed in previous commit.
2018-11-19cpu-supplement/sparc_v8_stacks_regwin.rst: Simplify section titleJoel Sherrill
2018-11-19Improve SPARC Calling Overview Webpage conversionMarçal Comajoan Cara
Fixed tables, typos, redrawn images and converted ASCII art to ditaa and PNG, and improved the overall format. This work was part of GCI 2018. Closes #3567.
2018-11-19cpu-supplement/sparc_v8_stacks_regwin.rst: Basic formatting with TBDsJoel Sherrill
Leaving notes for follow up as a GCI 2018 task.
2018-11-19Initial addition of SPARC V8 Stack/Register Windowing from Peter MagnussonJoel Sherrill
This content was originally at https://www.sics.se/~psm/sparcstack.html and is currently only available via the Wayback Machine. Peter kindly gave permission to include it with the RTEMS Documentation. This initial commit is a cut and paste with minimal edits. Edits are needed to ensure proper formatting and the figures need to be made to look correct in the Rest formatted output.
2018-11-16users/host/posix.rst: Update Ubuntu instructions based on 18.04.1 LTSJoel Sherrill
Closes #3416.
2018-11-16README.txt: Fix grammar errors (GCI 2018)Aneendya
2018-11-16glossary.rst: Fix grammar errors (GCI 2018)Aneendya
2018-11-16user: add a warning not to use special characters in pathnamesMarçal Comajoan Cara
Spaces and other specical characters in pathnames break builds of any software packages using GNU make. All of the GNU tools and RTEMS use make and this breaks builds. This is a long standing known issue with GNU make, which can't handle spaces in pathnames: https://savannah.gnu.org/bugs/?712 This work was part of GCI 2018. Probably closes #3450.
2018-11-16c-user: Update type deprecationSebastian Huber
Update #3584. Update #3587. Update #3589.