summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* docs/user: add docs for riscv/kendrytek210 BSP variantAlan Cudmore2023-04-111-52/+188
| | | | | | | | | | | | | | | | | | | | This patch adds the documentation for building and running RTEMS on the Kendryte K210 RISC-V SoC. The generic riscv introducion was re-arranged to list the multilib variants then the specific hardware targets. In addition a couple of errors were fixed for the generic QEMU commands. V2 corrected a typo, expanded K210 Console UART parameters, and addded a hyperlink to renode.io install instructions. V3 clarified the multilib variant description, clarified the multilib variant reference platform, and corrected capitalization on SiFive. V4 improves the instructions for running the K210 BSP on the Renode.io simulator. V5 cleaned up the text to be no more than 80 characters per line. V6 applied word wrap to paragraphs and replaced hard coded RTEMS major versions with macros. Closes #4876
* user/bsps/bsps-riscv.rst: Revert v2 of patchJoel Sherrill2023-04-111-103/+13
|
* docs/user: add docs for riscv/kendrytek210 BSP variantAlan Cudmore2023-04-111-13/+103
| | | | | | | | | | | | This patch adds the documentation for building and running RTEMS on the Kendryte K210 RISC-V SoC. The generic riscv introducion was re-arranged to list the multilib variants then the specific hardware targets. In addition a couple of errors were fixed for the generic QEMU commands. V2 corrected a typo, expanded K210 Console UART parameters, and addded a hyperlink to renode.io install instructions. Closes #4876
* c-user/smp: Fix item renderingKinsey Moore2023-03-281-1/+1
|
* user/zynqmp: Fix SDHCI wordingKinsey Moore2023-03-281-1/+1
|
* eng/vc-users.rst: Fix markup for subjectprefixKinsey Moore2023-03-231-0/+1
| | | | | This was missing a line and causing the code block to not appear in the rendered document.
* user/bsps/arm: Fix a typo in the stm32h7 BSP documentationRuturaj Nanoti2023-03-151-1/+1
|
* c-user/chains: Correct iteration example codeKinsey Moore2023-03-091-2/+3
| | | | | | | | Casting the node returned by rtems_chain_head is incorrect. That node is owned by the control structure and use of it post-cast could cause memory corruption. Instead, use rtems_chain_first which returns the node after the head node. This also corrects node->next to rtems_chain_next(node) which makes better use of the API.
* waf: Update to waf 2.0.25Joel Sherrill2023-02-201-8/+8
| | | | Updates #4860
* eng: Remove test-suite-name attributeSebastian Huber2023-02-161-4/+0
|
* c-user: Use configuration option referencesSebastian Huber2023-02-141-31/+32
|
* c-user: Document CONFIGURE_INITSebastian Huber2023-02-142-2/+38
|
* c-user: Fix header file pathSebastian Huber2023-02-141-2/+3
|
* c-user: Harmonize header file referencesSebastian Huber2023-02-143-10/+10
|
* c-user: Remove obsolete config sectionSebastian Huber2023-02-142-356/+0
| | | | | | | | | | | | This commit already clarified that the defines of the removed section are optional BSP provided default values and not application configuration options: commit cf9f2121577b11f8eab5e49c48173c46cf09c627 Author: Sebastian Huber <sebastian.huber@embedded-brains.de> Date: Wed Nov 17 08:46:56 2021 +0100 c-user: Clarify BSP related configuration settings
* eng: Add ObjectsItem detailsKinsey Moore2023-02-092-2/+35
| | | | This adds a section on adding ObjectsItems.
* user/hosts/posix.rst: Update Ubuntu instructions to 22.xJoel Sherrill2023-01-241-5/+5
| | | | Closes #4821.
* c-user/message/directives.rst: byes->bytes typoMartin Erik Werner2023-01-231-1/+1
|
* eng: Use a recommendation for requirement textsSebastian Huber2023-01-231-63/+63
| | | | Update #3715.
* eng: Add reason to test program stateSebastian Huber2023-01-231-8/+19
|
* eng: Improve build option default valuesSebastian Huber2023-01-231-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 itemSebastian Huber2023-01-231-0/+8
|
* c-user/rate-monotonic/background.rst: Correct logically inverted statementJoel Sherrill2023-01-131-5/+6
| | | | | | Also corrected a spot of formatting. Closes #4781.
* riscv: Resurrect RISCV_ENABLE_HTIF_SUPPORTSebastian Huber2023-01-121-1/+4
| | | | Updates #4779.
* RISC-V: Update docs on running on QEMU and SpikeHesham Almatary2023-01-091-3/+23
|
* RISC-V: Remove the RISCV_ENABLE_HTIF_SUPPORT optionHesham Almatary2023-01-091-5/+1
| | | | Closes #4779
* Docs: RISC-V Update rv64* BSPs to medany and 0x80000000 start addressHesham Almatary2023-01-091-15/+12
| | | | Closes #4775
* eng/vc-users.rst: Add commit message guidanceJoel Sherrill2022-12-141-6/+77
| | | | Closes #4274.
* c-user: Add Local vs Global to Key Concepts ChapterJoel Sherrill2022-12-071-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/pumlChris Johns2022-12-071-3/+3
| | | | Close #4756
* Document CONFIGURE_RECORD_INTERRUPTS_ENABLEDSebastian Huber2022-12-022-61/+47
| | | | Close #4769.
* user/hosts/windows.rst: flex needs to be installed for msys2Joel Sherrill2022-11-301-1/+2
| | | | Closes #4382.
* c-user/*: Add trailing parentheses on methods in index which were missing itJoel Sherrill2022-11-3011-71/+71
| | | | Closes #4766.
* user/zynqmp: Add information about CFC-400XKinsey Moore2022-11-231-10/+38
| | | | | Add a list of known working hardware and commentary about bitstream loading for specific hardware.
* user: Add documentation for leon2 and leon3 BSPDaniel Cederman2022-11-151-2/+72
|
* user: Add documentation for NOEL-V BSPDaniel Cederman2022-11-151-0/+57
|
* eng, user: update bsp_list to bsplistGedare Bloom2022-11-112-6/+6
|
* eng, user: update bsp_defaults to bspdefaultsGedare Bloom2022-11-114-11/+11
|
* c-user: Adjust URL for struct timespecSebastian Huber2022-11-081-5/+4
|
* c-user/clock: Fix typoMatt Joyce2022-11-081-1/+1
|
* eng: Fix typosMatt Joyce2022-11-081-4/+4
|
* bsp-howto: Specify name of clock driver init funcMatt Joyce2022-11-081-2/+2
|
* Update build system related sections for RTEMS 6Sebastian Huber2022-11-084-280/+77
| | | | Update sections which contained the word "bsp_specs".
* eng: show how to set local default subject-prefixGedare Bloom2022-11-031-0/+5
|
* bsp/riscv: Add a section about running on QEMUHesham Almatary2022-10-311-1/+16
|
* bsps/riscv: Remove inaccurate statement about reliance on a boot loaderHesham Almatary2022-10-311-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 detailsAlan Cudmore2022-10-291-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 SoCPadmarao Begari2022-10-211-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_SMALLSebastian Huber2022-10-141-0/+7
| | | | Document this fatal error.
* c-user: INTERNAL_ERROR_NO_MEMORY_FOR_IDLE_TASK_STORAGESebastian Huber2022-10-141-0/+5
| | | | Document this fatal error.