summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* user/test: Update with the latest test configuration format.Chris Johns2019-03-061-14/+96
|
* waf: Fix argument bug getting extra source.Chris Johns2019-03-011-1/+1
|
* User: Change output block to type none.Chris Johns2019-03-0127-117/+119
|
* Add commands and output to the README.Chris Johns2019-02-281-4/+24
|
* user: Remove nit-picky warnings.Chris Johns2019-02-2834-313/+541
|
* Add a cheetsheet link to the README.txtChris Johns2019-02-281-0/+4
|
* waf: Add support for extra and excluded sources.Chris Johns2019-02-282-15/+34
|
* waf: Change --sphinx-verbose to --sphinx-options, add --sphinx-nit-pickChris Johns2019-02-282-17/+68
| | | | | Provide options to manage sphinx. Make using the nit-picky mode simpler to access.
* Add unicode support for commonly used characters like copyright.Chris Johns2019-02-2814-40/+71
| | | | | - This change makes the copyright character easier to see on editors lacking good unicode rendering support, ie terminals.
* waf: Fix building the images in the src path.Chris Johns2019-02-281-2/+1
|
* waf: Fix python3 issues.Chris Johns2019-02-282-8/+8
| | | | - Found after updating to FreeBSD-12.0 which defaults to Python3.
* Update User Documentation for Host setup for LinuxVaibhav Gupta2019-02-282-0/+7
| | | | | Mention the requirement of 'pax' package for building BSP if RTEMS is configured with '--enable-tests' option, else build fails.
* user: Add a Dynamic Loader section.Chris Johns2019-02-2012-3/+962
|
* c-user: INTERNAL_ERROR_NO_MEMORY_FOR_PER_CPU_DATASebastian Huber2019-02-191-0/+5
| | | | Update #3507.
* user: Fix tense in quick startSebastian Huber2019-02-192-4/+5
|
* user: Clarify U-Boot commandsSebastian Huber2019-02-191-4/+12
|
* user: Remove obsolete content in quick startSebastian Huber2019-02-181-87/+0
|
* user: Add "Build Your Application"Sebastian Huber2019-02-182-0/+12
|
* user: Add "Test a Board Support Package (BSP)"Sebastian Huber2019-02-183-0/+69
|
* user: Add "Build a Board Support Package (BSP)"Sebastian Huber2019-02-182-0/+147
|
* user: Add "Bootstrap the RTEMS Sources"Sebastian Huber2019-02-182-0/+56
|
* user: Add "Install the Tool Suite" sectionSebastian Huber2019-02-183-0/+130
|
* user: Add "Obtain the Sources" sectionSebastian Huber2019-02-182-0/+52
|
* user: Rework Prefixes sectionSebastian Huber2019-02-185-41/+41
| | | | | | Rename it to "Choose an Installation Prefix". Update #3675.
* user: Fix references to prefixes sectionSebastian Huber2019-02-185-9/+7
|
* user: Rework "Host Computer Setup" sectionSebastian Huber2019-02-182-10/+14
| | | | Rename it to "Prepare Your Host Computer".
* user: Add product nameSebastian Huber2019-02-181-2/+2
|
* user: Add basic Intel Cyclone V documentationSebastian Huber2019-02-181-2/+73
|
* Use pathto() on the genindex URL to make it relative.Chris Johns2019-02-1515-32/+1
|
* common/latex.py: Remove hack for CentOS. Use Texlive per instructions.Joel Sherrill2019-02-131-8/+0
|
* README.txt: Fix typosJoel Sherrill2019-02-131-2/+2
|
* waf: Use the release date in the coverpageChris Johns2019-02-142-4/+18
|
* waf: Fix version.py to support older versions of git.Chris Johns2019-02-132-17/+35
|
* waf: Remove as many sys path hacks as we can.Chris Johns2019-02-1316-165/+111
| | | | | | | | There are still sys.path hacks in the conf.py files. They cannot be removed because the instance of python running the sphinx-build command does not see our top level path hacks. I looked at using PYTHONPATH but I could not figure out how to set a process environ var for a waf build instance.
* Remove minted from the PDF builds.Chris Johns2019-02-133-1518/+2
| | | | | | This is feedback from the Sphinx project. See: https://github.com/sphinx-doc/sphinx/issues/6021#issuecomment-460951653
* Add copyright noticesSebastian Huber2019-02-089-0/+13
|
* build: Prepend project common pathSebastian Huber2019-02-0832-32/+32
| | | | | This avoids conflicts with standard packages such as PIL (Python Imaging Library).
* cpu-supplement: Fix file nameSebastian Huber2019-02-072-1/+1
|
* Version change, forgot to add wscript to the commit.Chris Johns2019-02-071-1/+1
|
* Fix the version logic to make it more robust.Chris Johns2019-02-071-1/+4
|
* Fix building with Sphinx 1.8 and later.Chris Johns2019-02-062-14/+33
| | | | | | | | - Provide the pytnon.ist file for makeindex. - Add support for xelatex building so we can switch if we want too. Closes #3669
* Support VERSION file for releasing and deploymentChris Johns2019-02-062-35/+170
| | | | - Shorten the GIT hash.
* user: Add basic event recording documentationSebastian Huber2019-02-015-4/+64
| | | | Update #3665.
* c-user: Add event recording configurationSebastian Huber2019-02-011-0/+58
| | | | Update #3665.
* bsp-howto: Fix URLsSebastian Huber2019-01-312-2/+2
|
* user: Use capital letters for acronymsSebastian Huber2019-01-242-4/+5
| | | | Fix GCC definition.
* user: Spell out third-partySebastian Huber2019-01-2411-21/+21
|
* user: Stub documentation for griscv BSPSebastian Huber2019-01-221-0/+6
| | | | Update #3678.
* Change first copyright year to 1988Sebastian Huber2019-01-181-1/+1
| | | | The OAR copyright goes back to 1988.
* user: Add "Host Computer Setup" to "Quick Start"Sebastian Huber2019-01-142-0/+20
|