880 Commits

Author SHA1 Message Date
Sebastian Huber
15f4670277 bsp-howto: Update I2C chapter
Update ##3725.
2019-03-18 09:54:04 +01:00
Sebastian Huber
4480a83312 bsp-howto: Update SPI chapter
Update #3724.
2019-03-18 09:54:04 +01:00
Sebastian Huber
588b9b2112 eng: Reformat 2019-03-13 10:46:22 +01:00
Sebastian Huber
8ff7024f97 c-user: Mention atomic operations API 2019-03-13 08:32:43 +01:00
Chris Johns
1e342dad3f user/test: Update with the latest test configuration format. 2019-03-06 22:22:57 +11:00
Chris Johns
1393ba0c97 waf: Fix argument bug getting extra source. 2019-03-01 13:06:11 +11:00
Chris Johns
d5b631fa3b User: Change output block to type none. 2019-03-01 09:52:59 +11:00
Chris Johns
921037f12f Add commands and output to the README. 2019-02-28 10:22:54 +11:00
Chris Johns
2674d6a949 user: Remove nit-picky warnings. 2019-02-28 10:22:54 +11:00
Chris Johns
2e6f49f841 Add a cheetsheet link to the README.txt 2019-02-28 10:22:54 +11:00
Chris Johns
1a051fcd7c waf: Add support for extra and excluded sources. 2019-02-28 10:22:54 +11:00
Chris Johns
62efd4c041 waf: Change --sphinx-verbose to --sphinx-options, add --sphinx-nit-pick
Provide options to manage sphinx. Make using the nit-picky mode simpler
to access.
2019-02-28 10:22:54 +11:00
Chris Johns
fb72a002a3 Add unicode support for commonly used characters like copyright.
- This change makes the copyright character easier to see on editors
  lacking good unicode rendering support, ie terminals.
2019-02-28 10:22:54 +11:00
Chris Johns
4407039110 waf: Fix building the images in the src path. 2019-02-28 10:22:54 +11:00
Chris Johns
1599d9937a waf: Fix python3 issues.
- Found after updating to FreeBSD-12.0 which defaults to Python3.
2019-02-28 09:16:57 +11:00
Vaibhav Gupta
9c3a383193 Update User Documentation for Host setup for Linux
Mention the requirement of 'pax' package for building BSP if RTEMS is
configured with '--enable-tests' option, else build fails.
2019-02-28 09:11:36 +11:00
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