Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | user/hosts/posix.rst: Update Ubuntu instructions to 22.xHEADmaster | Joel Sherrill | 10 days | 1 | -5/+5 |
| | | | | Closes #4821. | ||||
* | c-user/message/directives.rst: byes->bytes typo | Martin Erik Werner | 11 days | 1 | -1/+1 |
| | |||||
* | eng: Use a recommendation for requirement texts | Sebastian Huber | 11 days | 1 | -63/+63 |
| | | | | Update #3715. | ||||
* | eng: Add reason to test program state | Sebastian Huber | 11 days | 1 | -8/+19 |
| | |||||
* | eng: Improve build option default values | Sebastian Huber | 11 days | 1 | -37/+25 |
| | | | | | Merge "default" and "default-by-variant" attributes. Use an enabled-by expression to select the default value. | ||||
* | eng: Add more flags to build group item | Sebastian Huber | 11 days | 1 | -0/+8 |
| | |||||
* | c-user/rate-monotonic/background.rst: Correct logically inverted statement | Joel Sherrill | 2023-01-13 | 1 | -5/+6 |
| | | | | | | Also corrected a spot of formatting. Closes #4781. | ||||
* | riscv: Resurrect RISCV_ENABLE_HTIF_SUPPORT | Sebastian Huber | 2023-01-12 | 1 | -1/+4 |
| | | | | Updates #4779. | ||||
* | RISC-V: Update docs on running on QEMU and Spike | Hesham Almatary | 2023-01-09 | 1 | -3/+23 |
| | |||||
* | RISC-V: Remove the RISCV_ENABLE_HTIF_SUPPORT option | Hesham Almatary | 2023-01-09 | 1 | -5/+1 |
| | | | | Closes #4779 | ||||
* | Docs: RISC-V Update rv64* BSPs to medany and 0x80000000 start address | Hesham Almatary | 2023-01-09 | 1 | -15/+12 |
| | | | | Closes #4775 | ||||
* | eng/vc-users.rst: Add commit message guidance | Joel Sherrill | 2022-12-14 | 1 | -6/+77 |
| | | | | Closes #4274. | ||||
* | c-user: Add Local vs Global to Key Concepts Chapter | Joel Sherrill | 2022-12-07 | 1 | -8/+68 |
| | | | | | | | Add multiple new index entries and cite them where RTEMS_LOCAL and RTEMS_GLOBAL are cited. Closes #4453. | ||||
* | waf: Handle the enable options for singlehtml and ditaa/puml | Chris Johns | 2022-12-07 | 1 | -3/+3 |
| | | | | Close #4756 | ||||
* | Document CONFIGURE_RECORD_INTERRUPTS_ENABLED | Sebastian Huber | 2022-12-02 | 2 | -61/+47 |
| | | | | Close #4769. | ||||
* | user/hosts/windows.rst: flex needs to be installed for msys2 | Joel Sherrill | 2022-11-30 | 1 | -1/+2 |
| | | | | Closes #4382. | ||||
* | c-user/*: Add trailing parentheses on methods in index which were missing it | Joel Sherrill | 2022-11-30 | 11 | -71/+71 |
| | | | | Closes #4766. | ||||
* | user/zynqmp: Add information about CFC-400X | Kinsey Moore | 2022-11-23 | 1 | -10/+38 |
| | | | | | Add a list of known working hardware and commentary about bitstream loading for specific hardware. | ||||
* | user: Add documentation for leon2 and leon3 BSP | Daniel Cederman | 2022-11-15 | 1 | -2/+72 |
| | |||||
* | user: Add documentation for NOEL-V BSP | Daniel Cederman | 2022-11-15 | 1 | -0/+57 |
| | |||||
* | eng, user: update bsp_list to bsplist | Gedare Bloom | 2022-11-11 | 2 | -6/+6 |
| | |||||
* | eng, user: update bsp_defaults to bspdefaults | Gedare Bloom | 2022-11-11 | 4 | -11/+11 |
| | |||||
* | c-user: Adjust URL for struct timespec | Sebastian Huber | 2022-11-08 | 1 | -5/+4 |
| | |||||
* | c-user/clock: Fix typo | Matt Joyce | 2022-11-08 | 1 | -1/+1 |
| | |||||
* | eng: Fix typos | Matt Joyce | 2022-11-08 | 1 | -4/+4 |
| | |||||
* | bsp-howto: Specify name of clock driver init func | Matt Joyce | 2022-11-08 | 1 | -2/+2 |
| | |||||
* | Update build system related sections for RTEMS 6 | Sebastian Huber | 2022-11-08 | 4 | -280/+77 |
| | | | | Update sections which contained the word "bsp_specs". | ||||
* | eng: show how to set local default subject-prefix | Gedare Bloom | 2022-11-03 | 1 | -0/+5 |
| | |||||
* | bsp/riscv: Add a section about running on QEMU | Hesham Almatary | 2022-10-31 | 1 | -1/+16 |
| | |||||
* | bsps/riscv: Remove inaccurate statement about reliance on a boot loader | Hesham Almatary | 2022-10-31 | 1 | -3/+1 |
| | | | | | | | | | 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. | ||||
* | user: Add openSUSE host details | Alan Cudmore | 2022-10-29 | 1 | -2/+13 |
| | | | | | | | 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. | ||||
* | user/bsps: Update riscv for PolarFire SoC | Padmarao Begari | 2022-10-21 | 1 | -1/+125 |
| | | | | | | Update the riscv documentation for the Microchip PolarFire SoC BSP variant including information about SMP test procedure for the Microchip PolarFire Icicle Kit. | ||||
* | c-user: INTERNAL_ERROR_IDLE_THREAD_STACK_TOO_SMALL | Sebastian Huber | 2022-10-14 | 1 | -0/+7 |
| | | | | Document this fatal error. | ||||
* | c-user: INTERNAL_ERROR_NO_MEMORY_FOR_IDLE_TASK_STORAGE | Sebastian Huber | 2022-10-14 | 1 | -0/+5 |
| | | | | Document this fatal error. | ||||
* | c-user: INTERNAL_ERROR_IDLE_THREAD_CREATE_FAILED | Sebastian Huber | 2022-10-14 | 1 | -0/+5 |
| | | | | Document this fatal error. | ||||
* | c-user: Add CONFIGURE_IDLE_TASK_STORAGE_SIZE | Sebastian Huber | 2022-10-14 | 2 | -11/+101 |
| | |||||
* | TFTPFS: Adding missing diagram | Frank Kühndel | 2022-10-14 | 3 | -2/+43 |
| | |||||
* | README: Add a note about image tools | Chris Johns | 2022-10-13 | 1 | -0/+15 |
| | |||||
* | user/aarch64/raspberrypi4: Boot mechanism explained and updated config.txt | Mohd Noor Aman | 2022-10-08 | 1 | -4/+11 |
| | |||||
* | raspberrypi4.rst: Documentation for the new AArch64 Raspberry pi 4B BSP | Mohd Noor Aman | 2022-10-07 | 2 | -0/+103 |
| | | | | | | 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. | ||||
* | c-user: Fix references | Sebastian Huber | 2022-10-06 | 1 | -10/+5 |
| | |||||
* | c-user: INTERNAL_ERROR_RTEMS_INIT_TASK_CONSTRUCT_FAILED | Sebastian Huber | 2022-10-06 | 1 | -3/+8 |
| | | | | Document this fatal error. | ||||
* | c-user: CONFIGURE_MAXIMUM_THREAD_LOCAL_STORAGE_SIZE | Sebastian Huber | 2022-10-06 | 2 | -63/+63 |
| | | | | | Move CONFIGURE_MAXIMUM_THREAD_LOCAL_STORAGE_SIZE to the general configuration options. | ||||
* | c-user: Add application config info directives | Sebastian Huber | 2022-10-04 | 13 | -96/+1832 |
| | | | | | Close #4267. Close #4269. | ||||
* | eng: Add memory benachmark type refinement | Sebastian Huber | 2022-10-04 | 1 | -4/+10 |
| | | | | Update #3715. | ||||
* | eng: Use type refinement for validation method | Sebastian Huber | 2022-10-04 | 1 | -18/+22 |
| | | | | Update #3715. | ||||
* | eng: Remove appl config group member link role | Sebastian Huber | 2022-10-04 | 1 | -9/+0 |
| | | | | Update #3715. | ||||
* | eng: Refine unspecified interfaces | Sebastian Huber | 2022-10-04 | 1 | -3/+24 |
| | | | | Update #3715. | ||||
* | eng: Add function implementation link role | Sebastian Huber | 2022-10-04 | 1 | -1/+14 |
| | | | | Update #3715. | ||||
* | eng: Unify interface function and macro | Sebastian Huber | 2022-10-04 | 1 | -107/+66 |
| | | | | | | This allows the documentation of parameter and return types for macros. Update #3715. |