Chris Johns
8a73acb713
user: Add a Dynamic Loader section.
2019-02-20 09:05:35 +11:00
Sebastian Huber
789b0caad7
c-user: INTERNAL_ERROR_NO_MEMORY_FOR_PER_CPU_DATA
...
Update #3507 .
2019-02-19 09:17:57 +01:00
Sebastian Huber
f6be8a1ee1
user: Fix tense in quick start
2019-02-19 08:29:15 +01:00
Sebastian Huber
7ad2d12a57
user: Clarify U-Boot commands
2019-02-19 07:11:54 +01:00
Sebastian Huber
cb4e4e2b37
user: Remove obsolete content in quick start
2019-02-18 14:41:09 +01:00
Sebastian Huber
d7caf8acb6
user: Add "Build Your Application"
2019-02-18 14:41:09 +01:00
Sebastian Huber
d2827cbcb4
user: Add "Test a Board Support Package (BSP)"
2019-02-18 14:41:09 +01:00
Sebastian Huber
fa12cab2b9
user: Add "Build a Board Support Package (BSP)"
2019-02-18 14:41:09 +01:00
Sebastian Huber
158d905d77
user: Add "Bootstrap the RTEMS Sources"
2019-02-18 14:41:09 +01:00
Sebastian Huber
06a1fa27b7
user: Add "Install the Tool Suite" section
2019-02-18 14:41:06 +01:00
Sebastian Huber
947e8eb219
user: Add "Obtain the Sources" section
2019-02-18 14:03:11 +01:00
Sebastian Huber
eae5454288
user: Rework Prefixes section
...
Rename it to "Choose an Installation Prefix".
Update #3675 .
2019-02-18 13:50:31 +01:00
Sebastian Huber
24456556d6
user: Fix references to prefixes section
2019-02-18 13:50:31 +01:00
Sebastian Huber
54ead99fc4
user: Rework "Host Computer Setup" section
...
Rename it to "Prepare Your Host Computer".
2019-02-18 13:50:25 +01:00
Sebastian Huber
924b9ef2e1
user: Add product name
2019-02-18 09:16:28 +01:00
Sebastian Huber
9f24b6e134
user: Add basic Intel Cyclone V documentation
2019-02-18 08:45:54 +01:00
Chris Johns
f7384cc2e2
Use pathto() on the genindex URL to make it relative.
2019-02-15 09:40:50 +11:00
Joel Sherrill
603731cda8
common/latex.py: Remove hack for CentOS. Use Texlive per instructions.
2019-02-13 16:16:38 -06:00
Joel Sherrill
30b5468afd
README.txt: Fix typos
2019-02-13 15:42:51 -06:00
Chris Johns
7b36a6b60d
waf: Use the release date in the coverpage
2019-02-14 07:47:30 +11:00
Chris Johns
d721375610
waf: Fix version.py to support older versions of git.
2019-02-13 10:56:19 +11:00
Chris Johns
5d8b0ddd0a
waf: Remove as many sys path hacks as we can.
...
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.
2019-02-13 10:18:43 +11:00
Chris Johns
ec95748f03
Remove minted from the PDF builds.
...
This is feedback from the Sphinx project. See:
https://github.com/sphinx-doc/sphinx/issues/6021#issuecomment-460951653
2019-02-13 08:52:01 +11:00
Sebastian Huber
fa5a960a1f
Add copyright notices
2019-02-08 09:43:16 +01:00
Sebastian Huber
6f110ccf6b
build: Prepend project common path
...
This avoids conflicts with standard packages such as PIL (Python Imaging
Library).
2019-02-08 09:43:16 +01:00
Sebastian Huber
0e46b342d0
cpu-supplement: Fix file name
2019-02-07 13:06:26 +01:00
Chris Johns
98977bf040
Version change, forgot to add wscript to the commit.
2019-02-07 09:31:33 +11:00
Chris Johns
6f18d69633
Fix the version logic to make it more robust.
2019-02-07 08:46:53 +11:00
Chris Johns
a3b0a40880
Fix building with Sphinx 1.8 and later.
...
- Provide the pytnon.ist file for makeindex.
- Add support for xelatex building so we can switch if we want too.
Closes #3669
2019-02-06 17:02:18 +11:00
Chris Johns
2a68e9d425
Support VERSION file for releasing and deployment
...
- Shorten the GIT hash.
2019-02-06 17:01:48 +11:00
Sebastian Huber
21c4a44451
user: Add basic event recording documentation
...
Update #3665 .
2019-02-01 09:52:03 +01:00
Sebastian Huber
d06b1957cf
c-user: Add event recording configuration
...
Update #3665 .
2019-02-01 09:52:03 +01:00
Sebastian Huber
362ae6861e
bsp-howto: Fix URLs
2019-01-31 07:38:51 +01:00
Sebastian Huber
3db6371539
user: Use capital letters for acronyms
...
Fix GCC definition.
2019-01-24 07:31:27 +01:00
Sebastian Huber
63735bc9d2
user: Spell out third-party
2019-01-24 07:31:25 +01:00
Sebastian Huber
5973f92f79
user: Stub documentation for griscv BSP
...
Update #3678 .
2019-01-22 12:58:38 +01:00
Sebastian Huber
d9eb36b097
Change first copyright year to 1988
...
The OAR copyright goes back to 1988.
2019-01-18 09:54:36 +01:00
Sebastian Huber
3ed59cebd8
user: Add "Host Computer Setup" to "Quick Start"
2019-01-14 07:15:27 +01:00
Sebastian Huber
0facb9de94
user: Move "Prefixes" to "Quick Start"
...
Move "Project Sandboxing" to a separate section of the "Installation"
chapter since this is an advance topic which may confuse new users.
2019-01-14 07:15:27 +01:00
Sebastian Huber
3de74baacb
user: Rework "Hardware" chapter
...
Rename it to "Target Hardware". Remove BSPs section and reference the
BSPs chapter instead. Remove explicit list of architectures and
reference the BSPs chapter instead. Fix typos. Elaborate multilib
description in the architecture section.
2019-01-14 07:15:27 +01:00
Sebastian Huber
89a33b3db8
user: Move deployment details to RSB chapter
2019-01-14 07:15:27 +01:00
Sebastian Huber
c0982900e9
user: Move "Ecosystem" into "Introduction"
2019-01-14 07:15:27 +01:00
Sebastian Huber
c4da70595f
user: Move "Support" to "Introduction"
...
New users may find it useful to get this information in the
introduction.
2019-01-14 07:15:27 +01:00
Sebastian Huber
b5014fe0c8
Reformat and update copyright and license notices
...
For everything before 2015 an OAR copyright is assumed. Later copyright
notices are based on Git commits on a best effort basis.
The copyright notices of the "RTEMS Software Engineering Handbook" and
the "RTEMS CPU Architecture Supplement" are incomplete.
2019-01-14 07:15:27 +01:00
Sebastian Huber
60ed99d2b0
user: Add RSB content as a chapter
...
Remove the separate RSB manual.
2019-01-14 07:15:27 +01:00
Sebastian Huber
1cb70df939
user: Remove unused file
2019-01-11 14:46:19 +01:00
Sebastian Huber
dec664b982
common/header: Add missing copyright notice
2019-01-11 10:39:51 +01:00
Chris Johns
7cef256b46
rsb: Reword some sentences
2019-01-11 07:31:51 +01:00
Sebastian Huber
f95699b71f
rsb: Move content of duplicate section
...
Move "Controlling the Tools Build" section and "Building Tools and
RTEMS" chapter to "Project Sets" chapter and "RTEMS" section.
2019-01-11 07:23:48 +01:00
Sebastian Huber
9e18bcba87
rsb: Move "Why Build from Source?" to own chapter
2019-01-11 07:23:24 +01:00