summaryrefslogtreecommitdiffstats
path: root/user (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-06-09user/bsps/arm: Second Ethernet on i.MXChristian Mauderer1-0/+17
This adds information how to use a second Ethernet controller on the i.MX BSPs.
2022-06-01user: Document Zynq networkSebastian Huber1-1/+17
Content is from rtems-libbsd/libbsd.txt with minor modifications.
2022-06-01user/bsps/arm: improve stm32h7 BSP descriptionKarel Gardas1-16/+528
This patch adds kind of HOWTO to the stm32h7 BSP description. The howto discusses various tools from STM tool-chain and how to use them in order to configure board for RTEMS and to upload RTEMS application binary to the board. The patch also adds more supported boards to the table. Sponsored-By: Precidata
2022-05-04user: Update architectures supporting TLSSebastian Huber1-3/+4
2022-04-06user/bsps/arm: remove dangling stm32h7 bsp pageKarel Gardas2-33/+0
The page for STM32H7 BSP is twice here, so let's keep the one providing most information.
2022-03-25rtems-docs: add example booting aarch64 image on Xilinx ZCU102Alan Cudmore1-0/+167
This patch is for the rtems-docs repo. I added details on the procedure I used to boot RTEMS images on the Xilinx ZCU102 board. I applied this patch, and generated the HTML docs, and everything looks ok to me.
2022-03-23microblaze: Document BSPs and update CPU supplementAlex White1-2/+147
2022-02-21bsps/imxrt: Generate correctly aligned device treeChristian Mauderer1-2/+4
The device tree has to be aligned correctly. rtems-bin2c has a new parameter for that. This patch uses this parameter to generate the right alignment and makes it more clear how to use the generated C file.
2022-01-24user/hosts/posix.rst: Replace Cent)S with CentOSJoel Sherrill1-1/+1
2021-12-22Update package list for UbuntuRyan Long1-6/+6
Updated the latest version referenced of Ubuntu to 20.04, updated package list, and identified what packages need to still be installed afterwards to pass sb-check. Closes #4110
2021-09-27posix.rst: Add info for FreeBSD 13Ryan Long1-0/+7
Add list of additional packages needed to build RTEMS environment for FreeBSD 13.
2021-09-23user/testing: Add the %wait directiveChris Johns2-10/+86
2021-08-18bsps/raspberrypi: Change firmware version, add SPI & I2C supportpranav1-6/+45
2021-07-29user/imxrt: Add notes about problems with EVBChristian Mauderer1-0/+9
There are some possible problems with the i.MXRT1050 evaluation board. Make some notes about that in the BSP manual.
2021-07-15user/bsps/aarch64: Minor formatting fixStephen Clark2-6/+10
Fixed formatting error in user/bsps/aarch64/a53.rst and user/bsps/aarch64/xilinx-zynqmp.rst.
2021-07-15xilinx-zynqmp.rst: Documented SDIO driverStephen Clark1-0/+14
Added documentation for SDIO driver.
2021-07-15user: Update ZynqMP network configurationKinsey Moore1-8/+3
Network configuration is now automatic and requires no user configuration.
2021-07-02user/bsps/imxrt: Info about ARM PLL frequencyChristian Mauderer1-0/+20
Update #4180
2021-07-02user/bsps/imxrt: Fix typoChristian Mauderer1-1/+1
2021-07-01user/bsps: Update ZynqMP for hardware BSPsKinsey Moore1-8/+49
Update the ZynqMP documentation for the new hardware BSP variants including information about booting, boot image generation, and networking.
2021-06-22user/bsps: add aarch64 xilinx-versalGedare Bloom2-0/+40
2021-06-15user: Fixed typo to build hello applicationIda Delphine1-1/+1
2021-06-08user: add bsps/aarch64/a72.rstGedare Bloom2-0/+36
2021-06-08user: fix typo in aarch64/a53.rstGedare Bloom1-1/+1
2021-05-28bsps/imxrt: Remove superfluous options from dtcChristian Mauderer1-1/+1
The -@ option adds symbols that are used when applying an overlay. RTEMS doesn't support overlays or re-parsing of device trees. So the symbols only increase the size of the binary. The same is true for the padding. It would be useful if the device tree is changed during run time which is not supported in RTEMS. Update #4180
2021-05-16user/bld/index.rst: removed references to legacy network config optionsHarrison Edward Gerber1-7/+0
2021-04-22user/bsps/arm/beagle: Update i2c initialization instructionsG S Niteesh Babu1-13/+28
The new i2c driver in the beagle BSP uses FDT based initialization. This updates the documentation of the BSP about the same.
2021-04-05tools/boot-image.rst: Master Boot Record is MBR not MRBJoel Sherrill1-1/+1
2021-04-01user/bsps: Add STM32H7 SDMMC driverChristian Mauderer1-0/+26
Update #4372
2021-03-30User/BSPs/Beagle: Add JTAG debugger sectionChristian Mauderer1-2/+65
2021-03-25start: provide more version guidance for gsocGedare Bloom2-2/+6
2021-03-25start: Console output example updatesIda Delphine5-150/+159
2021-03-25app: Update command to configure appIda Delphine1-4/+4
2021-03-25bsp-build: Update manual bsp build commandIda Delphine1-5/+5
2021-03-25tools: Update command to install toolsuiteIda Delphine1-5/+5
2021-03-25sourses: Update source download commandIda Delphine1-2/+2
2021-03-25prefixes: Update installation prefixIda Delphine1-4/+4
2021-03-16user/bsps: Mention fixed console baud rate for zynqJan Sommer1-0/+12
2021-03-05user: Update ZynqMP QEMU BSP nameKinsey Moore1-5/+6
The ZynqMP QEMU BSPs have had _qemu added to their names to better identify them as QEMU BSPs similar to other BSPs which are meant to run exclusively on QEMU and not hardware.
2021-02-18STM32H7 doc updateRobin Mueller1-1/+17
2021-02-03user: remove old build system cmdG S Niteesh Babu1-2/+2
2021-02-01user: add guidance on version numbers to GSoC guide.Gedare Bloom1-0/+6
2021-01-14user: Update aarch64/xilinx-zynqmp Qemu commandKinsey Moore1-1/+1
The Xilinx ZynqMP BSP has been updated to use the second UART in the memory map as the primary UART since this is how both the hardware and Qemu use them.
2021-01-04user: Mention use of LLVMSebastian Huber1-0/+4
2020-12-14user/bsp/imxrt: Information for custom FDTChristian Mauderer1-8/+38
Update #4180
2020-12-11user: Add aarch64/xilinx-zynqmpKinsey Moore2-0/+36
2020-12-11user: Add A53 Qemu run instructionsKinsey Moore1-0/+8
2020-12-11aarch64: Update interrupt detailsKinsey Moore1-2/+3
2020-11-20user/bsps: Fix list in bsps-armChristian Mauderer1-2/+2
Seems that some filenames haven't been added correctly.
2020-11-20user/bsps: Add imxrtChristian Mauderer2-0/+174
Update #4180