Sebastian Huber
31199e3a69
Update build system related sections for RTEMS 6
...
Update sections which contained the word "bsp_specs".
2022-11-08 06:59:24 +01:00
Gedare Bloom
1b7a2ad298
eng: show how to set local default subject-prefix
2022-11-03 10:33:08 -06:00
Hesham Almatary
9d0f45470e
bsp/riscv: Add a section about running on QEMU
2022-10-31 11:39:28 +00:00
Hesham Almatary
c234a7bb2e
bsps/riscv: Remove inaccurate statement about reliance on a boot loader
...
The BSP is capable of initialising the hardware being the first software
that takes control on hardware reset (after the bootrom). For instance,
using on QEMU's virt platforms, RTEMS runs as a bios without BBL.
Similarily, RTEMS can also be run on harware/FPGA and loaded using
GDB; the bootrom (or a GDB script) should just set the a0/a1 registers
with the boot HART ID and DTB address respectively.
2022-10-31 11:39:23 +00:00
Alan Cudmore
6ed77a9a0e
user: Add openSUSE host details
...
This patch adds details on the packages needed for the RTEMS
source builder on openSUSE Leap 15.4 64 bit. The commands
were tested on a new install with the RTEMS source builder
master branch.
2022-10-29 11:33:13 -05:00
Padmarao Begari
c360e28598
user/bsps: Update riscv for PolarFire SoC
...
Update the riscv documentation for the Microchip PolarFire SoC
BSP variant including information about SMP test procedure
for the Microchip PolarFire Icicle Kit.
2022-10-21 17:32:11 +11:00
Sebastian Huber
a6c426d863
c-user: INTERNAL_ERROR_IDLE_THREAD_STACK_TOO_SMALL
...
Document this fatal error.
2022-10-14 15:04:35 +02:00
Sebastian Huber
bb9c38dcfc
c-user: INTERNAL_ERROR_NO_MEMORY_FOR_IDLE_TASK_STORAGE
...
Document this fatal error.
2022-10-14 15:04:35 +02:00
Sebastian Huber
36ae26d6e6
c-user: INTERNAL_ERROR_IDLE_THREAD_CREATE_FAILED
...
Document this fatal error.
2022-10-14 15:04:35 +02:00
Sebastian Huber
5eae93cbd1
c-user: Add CONFIGURE_IDLE_TASK_STORAGE_SIZE
2022-10-14 15:04:35 +02:00
Frank Kühndel
e3cbdca981
TFTPFS: Adding missing diagram
2022-10-14 12:39:57 +11:00
Chris Johns
c9c5a17ee1
README: Add a note about image tools
2022-10-13 12:23:49 +11:00
Mohd Noor Aman
f13489efb4
user/aarch64/raspberrypi4: Boot mechanism explained and updated config.txt
2022-10-08 09:31:53 -05:00
Mohd Noor Aman
fe10830f24
raspberrypi4.rst: Documentation for the new AArch64 Raspberry pi 4B BSP
...
This patch adds the relevant documentations required for booting the new BSP.
JTAG support is added for debugging. I have built the HTML docs and verified
them.
2022-10-07 09:32:05 -05:00
Sebastian Huber
bd6ccadea0
c-user: Fix references
2022-10-06 13:16:09 +02:00
Sebastian Huber
6ea95ab717
c-user: INTERNAL_ERROR_RTEMS_INIT_TASK_CONSTRUCT_FAILED
...
Document this fatal error.
2022-10-06 09:20:50 +02:00
Sebastian Huber
2afb8219db
c-user: CONFIGURE_MAXIMUM_THREAD_LOCAL_STORAGE_SIZE
...
Move CONFIGURE_MAXIMUM_THREAD_LOCAL_STORAGE_SIZE to the general configuration
options.
2022-10-06 09:20:40 +02:00
Sebastian Huber
0fc5c0336d
c-user: Add application config info directives
...
Close #4267 .
Close #4269 .
2022-10-04 10:26:38 +02:00
Sebastian Huber
4fddb23a8f
eng: Add memory benachmark type refinement
...
Update #3715 .
2022-10-04 08:39:33 +02:00
Sebastian Huber
b55c8bf295
eng: Use type refinement for validation method
...
Update #3715 .
2022-10-04 08:39:33 +02:00
Sebastian Huber
4966ed0611
eng: Remove appl config group member link role
...
Update #3715 .
2022-10-04 08:39:33 +02:00
Sebastian Huber
c909228c7d
eng: Refine unspecified interfaces
...
Update #3715 .
2022-10-04 08:39:33 +02:00
Sebastian Huber
1d9f9afbb8
eng: Add function implementation link role
...
Update #3715 .
2022-10-04 08:39:31 +02:00
Sebastian Huber
c812323f0f
eng: Unify interface function and macro
...
This allows the documentation of parameter and return types for macros.
Update #3715 .
2022-10-04 08:39:05 +02:00
Sebastian Huber
889a498dbb
eng: Remove interface container item type
...
Update #3715 .
2022-10-04 08:37:03 +02:00
Sebastian Huber
c98307c4f1
c-user: Add types to macros
2022-10-04 08:04:56 +02:00
Frank Kühndel
23fc93bf64
TFTPFS: New documentation
2022-10-03 13:27:01 -05:00
Sebastian Huber
278550b2d8
c-user: Add type roles
2022-09-29 10:01:14 +02:00
Chris Johns
2a2d33ccfc
user: Add deployment section
2022-09-13 07:45:28 +10:00
Sebastian Huber
8f4543f202
user: Mention that the bsp_specs are gone
...
Update #3250 .
2022-09-12 09:01:50 +02:00
Sebastian Huber
283acbbfdd
user: Clarify -fno-common changes
2022-09-12 09:01:12 +02:00
Sebastian Huber
13be9a2b28
user: Document arm/fvp BSP
...
Close #4202 .
2022-09-09 07:49:02 +02:00
Sebastian Huber
91e8654b11
user: Document RSB --with/without-newlib-tls
...
Update #4560 .
2022-09-09 07:18:19 +02:00
Sebastian Huber
c33cca3352
eng: Document new build item attributes
...
Close #4670 .
2022-09-08 08:36:12 +02:00
Joel Sherrill
8741d2c234
posix-users/process_creation_and_execution.rst: Update pthread_atfork()
...
Updates #4713 .
2022-09-06 17:31:18 -05:00
Joel Sherrill
4f9e9e522f
c-user/config/face.rst: New file -- add CONFIGURE_POSIX_TIMERS_FACE_BEHAVIOR
...
Closes #4691 .
2022-09-05 09:02:06 +02:00
Sebastian Huber
cf9f212157
c-user: Clarify BSP related configuration settings
2022-08-31 11:38:37 +02:00
Chris Johns
f052446900
commands: Add 'rtems' command
2022-08-13 08:50:33 +10:00
Ryan Long
1c17ec45f8
loader.rst: Add documentation for AArch64 support
2022-08-12 10:04:24 -05:00
Chris Johns
10e8dcc0e6
pdf: Set TEXINPUTS to the tex source path
2022-08-12 16:03:46 +10:00
Chris Johns
94af61860f
user/arm/beagle: Fix image path after section change
2022-08-12 16:03:46 +10:00
Joel Sherrill
7757c19ccc
eng/req/howto.rst: Fix ./spec2dmodules.py to ./spec2modules.py typo
2022-08-11 13:05:23 -05:00
Sebastian Huber
657f7440f7
c-user: Update OAR copyright and reformat
...
These files are generated by a script.
2022-08-11 08:26:30 +02:00
Chris Johns
1d6dcf811f
versions: Update user manual
...
Updates #4695
2022-08-03 14:28:19 +10:00
Chris Johns
3859073d5b
versions: Update microblaze, powerpc, riscv and x86_64
...
Updates #4695
2022-08-03 14:28:19 +10:00
Chris Johns
f028448e5f
versions: Update arm
...
Updates #4695
2022-08-03 14:28:19 +10:00
Chris Johns
e551cc7435
versions: Update aarch64
...
Updates #4695
2022-08-03 14:28:19 +10:00
Chris Johns
c935a2c918
building: Add support for an RTEMS version number
...
- Support using a version number for RTEMS documentation
Updates #4695
2022-08-03 14:28:19 +10:00
Sebastian Huber
f4377b4479
c-user: Document new rtems_task_delete() behaviour
...
Update #4679 .
2022-07-28 07:43:28 +02:00
Sebastian Huber
81fd510a5c
c-user: Document task life states
...
Update #4679 .
2022-07-28 07:43:28 +02:00