851 Commits

Author SHA1 Message Date
Sebastian Huber
cd2ed1ad08 c-user: Split deprecated/removed directives chapter 2020-04-15 16:50:32 +02:00
Sebastian Huber
e150e1689a c-user: Add removed directive rtems_clock_get()
Be in line with Task Manager chapter.

Update #2693.
2020-04-15 16:50:30 +02:00
Sebastian Huber
02bded3f03 user: Update migration guide
Update #3895.
2020-04-15 16:48:19 +02:00
Chris Johns
ca6611241b user: Fix start app chmod execute of waf. 2020-04-14 10:44:15 +10:00
Sebastian Huber
ea4c098bc2 user: Document event recording
Close #3904.
2020-04-11 15:41:58 +02:00
Cláudio Maia
c8ee17a1c5 user/tools/tester.rst: Removes text references to 'erc32-run' and replaces the example with 'erc32-sis' 2020-04-09 22:01:58 -06:00
Cláudio Maia
8a83c43c3a user/tools/tester.rst: Removes example using 'sparc-rtems5-run' 2020-04-09 22:01:58 -06:00
Cláudio Maia
6566e765f9 user/tools/tester.rst: Clarifies the need of --rtems-tools in rtems-test command line 2020-04-09 22:01:58 -06:00
Cláudio Maia
564007287c user/tools/tester.rst: Removes wrong reference to GDB 2020-04-09 22:01:58 -06:00
Cláudio Maia
8d914b3bf8 user/tools/tester.rst: Cleans up text 2020-04-09 22:01:58 -06:00
Gedare Bloom
e94ed6d483 rsb/configuration: add my copyright 2020-04-05 14:56:38 -06:00
Gedare Bloom
cbdfde035a user/rsb: describe how to create configuration reports
Closes #3629.
2020-04-05 14:54:27 -06:00
Gedare Bloom
c9cb173eb7 rsb: replace asciidoc with rst formatting 2020-04-05 14:47:27 -06:00
Gedare Bloom
79c37d2ed6 user/rsb/configuration: fix typo xy to xz 2020-04-05 14:39:50 -06:00
Gedare Bloom
7a1bb48564 rsb/configuration: fix broken link to _configdir 2020-04-05 14:36:36 -06:00
Gedare Bloom
cae8b6dfc9 user: update copyright and minor typo 2020-04-04 22:22:40 -06:00
Utkarsh Rai
b22c1e12ae Chapter-on-need-for-RTEMS-specific-cross-compiler
Removed '-' character and provided definition list format
2020-04-04 22:19:46 -06:00
Gedare Bloom
fb3644c14b common: fix title page
Sphinx changed the default behavior of maketitle. Provide our
own rtemsmaketitle command and use it instead.
2020-04-04 10:14:47 +11:00
Chris Johns
ec9457f604 Add a release procedure section. 2020-04-04 10:14:11 +11:00
Gedare Bloom
44fde6c3be Update top-level copyrights 2020-04-03 12:44:31 -06:00
Vaibhav Gupta
53217a9940 RTEMS Docs: Add steps for sphinxcontrib-bibtex
Add step to install sphinxcontrib-bibtex
together with the steps mentioned for ArcLinux,
to install sphinx and dependencies.

Signed-off-by: Vaibhav Gupta <vaibhavgupta40@gmail.com>
2020-04-03 12:13:42 -06:00
Chris Johns
d514e3308e waf: User friendly message when no sphinx is installed 2020-04-03 11:11:11 +11:00
Chris Johns
3f1622e40e Add virtualenv to the README.txt as the preferred host support. 2020-04-03 11:11:11 +11:00
Mritunjay
edfc90253b doc: Moving M68K BSP Content to User Manual (#3905)
Fixed trailing spaces.
2020-04-03 08:47:01 +11:00
Gedare Bloom
d4d30673d0 user/start/gsoc: fix unicode error and grammar typo 2020-04-02 12:14:51 -06:00
Gedare Bloom
3a19619f44 start/index: relocate gsoc section 2020-04-02 09:35:31 -06:00
G S Niteesh Babu
94697e1c55 start/gsoc: GSoC Getting started instructions.
Added instructions to setup development environment for students
interested in GSoC.
2020-04-02 09:27:54 -06:00
G S Niteesh Babu
7fd137e95f user/bsp-build: Fix broken cross references.
The QuickStartBSPBuild_Manual and QuickStartBSPBuild_RSB are
missing the underscore in front. This breaks any reference to
them from other sections.
2020-04-02 09:27:54 -06:00
Gedare Bloom
7a0834dc38 start/user: describe version numbers and releases
Closes #2562.
2020-04-02 09:27:54 -06:00
Mritunjay
f682984429 user/rsb: Fix typos (#3922)
Closes #3922
2020-04-02 20:15:46 +11:00
Sebastian Huber
2c7cd341a0 eng: Add documentation guidelines
Start with templates for the application configuration options.

Remove "Format to be followed for making changes in this file" from
c-user.

Update #3910.
2020-04-02 10:23:36 +02:00
Sebastian Huber
c95e3e3114 c-user: Move CONFIGURE_MAXIMUM_PRIORITY
Move this option to the scheduler configuration options.

Update #3836.
2020-04-02 09:46:27 +02:00
Sebastian Huber
39ca06c492 c-user: Clarify config options use
Update #3836.
2020-04-02 09:46:01 +02:00
Sebastian Huber
6f0bc56893 eng: Add glossary terms
Define the following terms:

* assembler language
* C language
* ELF
* interrupt service
* software component
* software unit

Clarify:

* task

Update #3715.
2020-04-01 07:49:15 +02:00
Sebastian Huber
4032c96da9 c-user: Document all configuration options
Close #2806.
2020-04-01 07:49:15 +02:00
Sebastian Huber
7bad8940ad c-user: Use new template for integer config opts
Try to bring all descriptions up to date.  Add cross-references to
several options.  Clarify configuration value constraints.

Use this template also for initializer type options.

Close #3901.
2020-04-01 07:49:12 +02:00
Sebastian Huber
e26f87497e c-user: Avoid self references
Update #3900.
2020-03-30 11:49:58 +02:00
Sebastian Huber
2f18a530bc c-user: Use new template for feature config opts
Update #3900.
2020-03-30 11:14:41 +02:00
Sebastian Huber
0103b685c6 c-user: Fix typo in file name
Update #3836.
2020-03-30 08:49:05 +02:00
Sebastian Huber
ae84edd723 user: Use consistent Hello World spelling 2020-03-30 07:55:40 +02:00
Sebastian Huber
03e61e9494 user: Provide a user friendly configuration 2020-03-30 07:55:27 +02:00
Sebastian Huber
62d58f229f c-user: Document new event record config options
Update #3904.
2020-03-24 07:48:40 +01:00
Sebastian Huber
dfe0ec05b9 c-user: Use new template for feature config opts
Try to bring all descriptions up to date.  Add cross-references to
several options.

Close #3900.
2020-03-24 07:48:21 +01:00
Joel Sherrill
927b004646 posix-compliance: Add some missing methods 2020-03-21 13:04:34 -05:00
Joel Sherrill
87e49d4cf9 gdbarmsim: Remove all references to this deleted BSP family
Updates #3611.
2020-03-20 09:22:29 -05:00
Joel Sherrill
4dc93a1ee7 user/hosts/posix.rst: Add CentOS 8 information 2020-03-20 08:39:27 -05:00
Sebastian Huber
aceadb15d6 eng: Add Python development guidelines 2020-03-19 07:41:30 +01:00
G S Niteesh Babu
979c5b22e8 user/raspberrypi: Fix typo
enable-uart should be enable_uart in config.txt
2020-03-19 07:11:07 +01:00
Sebastian Huber
79fb6fddf8 c-user: Canonicalize configuration option groups
Update #3836.
2020-03-18 07:32:26 +01:00
Sebastian Huber
7a8d697d73 c-user: Add reference to proxies
Update #3836.
2020-03-17 15:26:46 +01:00