summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* c-user: Update key concepts timeSebastian Huber2017-01-302-11/+14
|
* refs.bib: Add URLSebastian Huber2017-01-301-0/+1
|
* c-user: Update overrun handling related functions and structureKuan-Hsun Chen2017-01-302-35/+89
| | | | | | | | | State the limited count of postponed_jobs. Update _rtems_rate_monotonic_get_status() and related structure. Move "Further Reading" in c-user to references. Add mentioned papers in ticket #2795 to references. Update #2795.
* c-user: Clarify rtems_heap_extend()Sebastian Huber2017-01-271-9/+11
| | | | Update #1747.
* c-user: Region directives use the allocator mutexSebastian Huber2017-01-271-3/+12
|
* c-user: Fix region directive prototypesSebastian Huber2017-01-271-26/+26
|
* c-user: Rework user extensions chapterSebastian Huber2017-01-263-306/+286
| | | | | Update #2692. Update #2752.
* Fix some reference titlesSebastian Huber2017-01-251-3/+3
|
* Sort referencesSebastian Huber2017-01-251-108/+110
|
* c-user: SMP thread dispatchingSebastian Huber2017-01-241-57/+23
| | | | Close #2809.
* c-user: Clarify simple binary semaphore releaseSebastian Huber2017-01-231-9/+11
| | | | Close #2725.
* Mention sphinxcontrib-bibtex in READMESebastian Huber2017-01-201-1/+3
|
* c-user/ada_support.rst: Discuss timer server and interrupt threadsJoel Sherrill2017-01-191-0/+7
|
* c-user: Add support for references via bibtexSebastian Huber2017-01-189-10/+196
| | | | | | https://sphinxcontrib-bibtex.readthedocs.io/en/latest/index.html Update #2871.
* c-user: Add Ada support chapterJoel Sherrill2017-01-172-0/+93
| | | | closes #2589.
* c-user: Fix typoSebastian Huber2017-01-171-1/+1
|
* Update documentation to reflect EDF scheduler overrun handlingKuan-Hsun Chen2017-01-131-12/+16
| | | | Update #2795.
* Document CONFIGURE_MAXIMUM_THREAD_NAME_SIZESebastian Huber2017-01-131-0/+31
| | | | Update #2858.
* shell: Update cpuuse and stackuse sample outputSebastian Huber2017-01-131-27/+87
|
* waf: Correct the branch version number.Chris Johns2017-01-131-1/+1
|
* coverpage: Remove used function.Chris Johns2017-01-121-15/+0
|
* coverpage: Make showing the table conditional.Chris Johns2017-01-122-5/+5
|
* coverpage: Rename the static images directory to match bootstrap.Chris Johns2017-01-123-2/+2
|
* coverpage: Fix the catalogue table id.Chris Johns2017-01-121-1/+2
|
* coverpage: Update the coverpage to have the table collapse.Chris Johns2017-01-1214-20/+51
| | | | Add each doc's conf.py as a dependence to catalogue.xml.
* conf.py: Fix build_date() to append correct suffix on all days.Justin Powell2017-01-111-1/+7
|
* Update document titles for consistencyJoel Sherrill2017-01-1122-60/+60
|
* Remove references to SPARC/SIS BSP. Also clean up old ERC32 references.Joel Sherrill2017-01-113-24/+7
| | | | updates #2810.
* html: Embed the catalogue XML in JS.Chris Johns2017-01-114-43/+81
| | | | | The is to work around a security issue with Chrome on Windows. This patches let the cover page load on Chrome and Edge on Windows 10.
* html: Add support for an HTML cover page for releases.Chris Johns2017-01-1111-1/+279
|
* waf: Add a title to the XML Catalogue.Chris Johns2017-01-102-9/+17
|
* waf: Improved XML Catalogue generator.Chris Johns2017-01-102-49/+47
|
* waf: Create an XML Catalogue.Chris Johns2017-01-092-0/+84
|
* waf: Update to waf-1.9.7Chris Johns2017-01-051-8/+8
|
* Update Console Driver chapterSebastian Huber2016-12-231-382/+346
| | | | | Close #2785. Close #2838.
* Strip down BSP IntroductionSebastian Huber2016-12-211-49/+13
| | | | Update #2852.
* Add warnings to basic BSP chaptersSebastian Huber2016-12-215-0/+20
| | | | Update #2852.
* Move Shared Memory Support Driver chapterSebastian Huber2016-12-211-1/+1
| | | | | This chapter is very specific. Move it to a less prominent chapter position.
* Move Ada95 Interrupt Support chapterSebastian Huber2016-12-211-1/+1
| | | | | This chapter is very specific. Move it to a less prominent chapter position.
* Add warning to Timer Driver chapterSebastian Huber2016-12-212-1/+6
| | | | | | Move Timer Driver chapter. Update #2847.
* Add warning to ATA/IDE driver chapterSebastian Huber2016-12-213-2/+16
| | | | Close #2849.
* Remove Non-Volatile Memory Driver chapterSebastian Huber2016-12-212-218/+0
| | | | | | | There exists no standard Non-Volatile Memory Driver in the RTEMS code base. Close #2851.
* Remove Discrete Driver chapterSebastian Huber2016-12-212-191/+0
| | | | | | There exists no standard Discrete Driver in the RTEMS code base. Close #2851.
* Remove Analog Driver chapterSebastian Huber2016-12-212-166/+0
| | | | | | There exists no standard Analog Driver in the RTEMS code base. Close #2850.
* Document I2C frameworkSebastian Huber2016-12-212-0/+20
| | | | Update #2845.
* Document SPI frameworkSebastian Huber2016-12-212-0/+20
| | | | Update #2776.
* Update version/revision to 4.11.99Sebastian Huber2016-12-2111-21/+21
|
* Add script to update the version/revisionSebastian Huber2016-12-211-0/+8
|
* Rework Clock Driver chapterSebastian Huber2016-12-211-100/+137
| | | | Update #2737.
* Document CPUINFOSebastian Huber2016-12-191-0/+70
| | | | Close #2723.