summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright notices.Chris Johns2017-08-1115-83/+142
|
* pdf: Update the RTEMS style to work recent Sphinx versions.Chris Johns2017-08-111-54/+23
|
* common/conf: Clean up.Chris Johns2017-08-111-4/+0
|
* Revert "Add the sphinxcontrib.bibtex extension to the repo."Chris Johns2017-08-098-975/+1
| | | | | | This reverts commit aa4f8e2e436d6c49e1524a4a3fb164b28632d894. The contrib has too many dependencies to add into the repo.
* Add the sphinxcontrib.bibtex extension to the repo.Chris Johns2017-08-078-1/+975
|
* bsp: Optional clock driver shutdownSebastian Huber2017-08-041-4/+8
|
* memory_management: update mmap, munmap, shm_open, shm_unlinkGedare Bloom2017-07-281-9/+140
| | | | Close #2859.
* posix1003-1, posix_users: mark mmap and shm functions implementedGedare Bloom2017-07-283-24/+23
| | | | Update #2859.
* README: fix typosGedare Bloom2017-07-261-8/+8
|
* c-user: Fix interrupt lock documentationSebastian Huber2017-07-141-17/+35
| | | | Update #3075.
* c-user: Document new scheduler ident routinesSebastian Huber2017-07-121-0/+83
| | | | | Close #3069. Close #3070.
* c-user: Update scheduler/task chapterSebastian Huber2017-07-102-34/+87
| | | | | | | Reflect EDF SMP scheduler changes. Close #3059. Close #3063.
* c-user: Document EDF SMPSebastian Huber2017-06-302-0/+34
| | | | Close #3056.
* shell: Update task commandSebastian Huber2017-06-161-3/+3
|
* User Manual: Added rtems-tester in the docsTanu Hari Dixit2017-06-142-0/+447
| | | | | | | Added as part of Tools. Made changes according to Chris' review Also removed the ini format part inline with the new release that is expected.
* docs/rsb/configuration.rst: Fix typos, grammar.Cillian O'Donnell2017-06-141-28/+28
|
* cpu-supplement: Update TLS support statusSebastian Huber2017-06-121-1/+1
| | | | Close #2468.
* bsp-howto: Warn about TERMIOS_TASK_DRIVENSebastian Huber2017-06-081-0/+2
| | | | Update #2935.
* rsb: Mention Ada language optionSebastian Huber2017-06-061-3/+6
|
* User: Remove conflict marker.Chris Johns2017-06-011-1/+0
|
* User: Remove the stash conflict markers.Chris Johns2017-05-311-4/+0
|
* Fixes typos in README.txtTanu Hari Dixit2017-05-311-2/+2
| | | | 2 typos fixed
* User: Improvements to some of the tools commands.Chris Johns2017-05-313-50/+51
|
* User Manual: Update the rtems-bsp-builder command.Chris Johns2017-05-241-420/+282
|
* c-user: Replace pre-emption with preemptionSebastian Huber2017-05-112-8/+8
|
* hosts.rst: Correct Ubuntu instructionsLinda Huxley2017-04-251-2/+2
| | | | closes #3005.
* README.txt: Add info after installing on CentOS 7Joel Sherrill2017-04-251-5/+22
|
* c-user/rate_monotonic_manager.rst: Use Latex math for utilization formulasJoel Sherrill2017-04-251-9/+8
|
* POSIX Users: Add posix_devctl()Joel Sherrill2017-04-252-0/+76
|
* Add Windows build details.Chris Johns2017-03-272-1/+24
| | | | Actually include the quoting fix for Windows.
* waf: Fix linkcheck and spell commands.Chris Johns2017-03-272-45/+27
| | | | | | Clean up and remove code that is not needed. Fix sphinx-build quoting to work on Windows.
* waf: Cleaner formatting to see the importing.Chris Johns2017-03-2714-42/+98
|
* rsb: Fix the path to the tar for the untar with strip option.Chris Johns2017-03-211-5/+6
| | | | | | | The change is different to the ticket because the example is about coping and deploying the build on a different machine. Closes #2324.
* user: Fix typo.Chris Johns2017-03-211-1/+1
|
* user: Minor fixes to rtems-bsp-builder.Chris Johns2017-03-211-3/+3
|
* user: Add an example of the rtems-bsp-builder running.Chris Johns2017-03-211-2/+389
|
* conf: Update the copyright year.Chris Johns2017-03-211-2/+7
|
* waf: Create the sphinx rule in one place.Chris Johns2017-03-211-11/+11
|
* Use a single top level version number.Chris Johns2017-03-2017-76/+108
|
* user: Add tool commands to the user manual.Chris Johns2017-03-158-23/+621
|
* waf: Configure check the inliner only once.Chris Johns2017-03-151-5/+7
|
* c-user: Add note to rtems_task_set_scheduler()Sebastian Huber2017-03-081-1/+3
|
* c-user: Update rtems_task_set_scheduler()Sebastian Huber2017-03-071-31/+39
|
* Add a check for Sphinx extensions.Chris Johns2017-02-251-15/+44
| | | | | | Minor clean up of the configure messages. Do not re-check sphinx in the nested configures.
* Move extensions to common conf.pySebastian Huber2017-02-222-3/+2
|
* Render math via JavaScript in HTML outputSebastian Huber2017-02-202-4/+3
|
* c-user: Fix linker set code blocksSebastian Huber2017-02-151-12/+13
|
* c-user: Document linker set contentSebastian Huber2017-02-151-0/+48
| | | | Close #2770.
* shell: Update task commandSebastian Huber2017-02-141-3/+3
| | | | Update #2858.
* c-user: CONFIGURE_MAXIMUM_PROCESSORSSebastian Huber2017-02-143-44/+40
| | | | Update #2894.