summaryrefslogtreecommitdiffstats
path: root/user (follow)
Commit message (Collapse)AuthorAgeFilesLines
* user/bsps/arm/beagle: Update i2c initialization instructionsG S Niteesh Babu2021-04-221-13/+28
| | | | | The new i2c driver in the beagle BSP uses FDT based initialization. This updates the documentation of the BSP about the same.
* tools/boot-image.rst: Master Boot Record is MBR not MRBJoel Sherrill2021-04-051-1/+1
|
* user/bsps: Add STM32H7 SDMMC driverChristian Mauderer2021-04-011-0/+26
| | | | Update #4372
* User/BSPs/Beagle: Add JTAG debugger sectionChristian Mauderer2021-03-301-2/+65
|
* start: provide more version guidance for gsocGedare Bloom2021-03-252-2/+6
|
* start: Console output example updatesIda Delphine2021-03-255-150/+159
|
* app: Update command to configure appIda Delphine2021-03-251-4/+4
|
* bsp-build: Update manual bsp build commandIda Delphine2021-03-251-5/+5
|
* tools: Update command to install toolsuiteIda Delphine2021-03-251-5/+5
|
* sourses: Update source download commandIda Delphine2021-03-251-2/+2
|
* prefixes: Update installation prefixIda Delphine2021-03-251-4/+4
|
* user/bsps: Mention fixed console baud rate for zynqJan Sommer2021-03-161-0/+12
|
* user: Update ZynqMP QEMU BSP nameKinsey Moore2021-03-051-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.
* STM32H7 doc updateRobin Mueller2021-02-181-1/+17
|
* user: remove old build system cmdG S Niteesh Babu2021-02-031-2/+2
|
* user: add guidance on version numbers to GSoC guide.Gedare Bloom2021-02-011-0/+6
|
* user: Update aarch64/xilinx-zynqmp Qemu commandKinsey Moore2021-01-141-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.
* user: Mention use of LLVMSebastian Huber2021-01-041-0/+4
|
* user/bsp/imxrt: Information for custom FDTChristian Mauderer2020-12-141-8/+38
| | | | Update #4180
* user: Add aarch64/xilinx-zynqmpKinsey Moore2020-12-112-0/+36
|
* user: Add A53 Qemu run instructionsKinsey Moore2020-12-111-0/+8
|
* aarch64: Update interrupt detailsKinsey Moore2020-12-111-2/+3
|
* user/bsps: Fix list in bsps-armChristian Mauderer2020-11-201-2/+2
| | | | Seems that some filenames haven't been added correctly.
* user/bsps: Add imxrtChristian Mauderer2020-11-202-0/+174
| | | | Update #4180
* user: Add arm/stm32h7Sebastian Huber2020-10-273-0/+66
| | | | Close #3910.
* user: Rename files to match the chapter indexSebastian Huber2020-10-272-0/+0
|
* user/beagle: Add debug hardware modChris Johns2020-10-191-0/+61
|
* user: Fix RTEMS release URLsSebastian Huber2020-10-061-6/+6
|
* Add AArch64 documentationKinsey Moore2020-10-052-1/+27
|
* user: Add migration hints from old build systemSebastian Huber2020-09-251-2/+96
| | | | Update #3818.
* i386: tweak grammar and styleGedare Bloom2020-09-211-7/+4
|
* pc386 BSP: add runtime options for debugging and move few lines around for ↵Karel Gardas2020-09-211-5/+27
| | | | better context.
* pc386 BSP: add a note about default baud rate for console over UART/COM.Karel Gardas2020-09-211-0/+4
|
* user: Document BSP new build systemSebastian Huber2020-09-137-154/+367
| | | | Update #3818.
* user/pc386 BSP: add documentation.Karel Gardas2020-09-091-1/+395
| | | | | The content is compiled from TBR pc386 wiki page, BSP's README files and from the actual BSP code.
* user: Add xilinx-zynq BSP detailsChris Johns2020-09-081-2/+112
|
* user: Mention file descriptor changesSebastian Huber2020-09-021-0/+19
|
* user: Change the BSP build set pathChris Johns2020-09-011-4/+4
| | | | Updates #4048
* user: Fix formatSebastian Huber2020-08-131-1/+1
|
* user: Add the RSB sb-track commandChris Johns2020-08-121-0/+81
| | | | Updates #4036
* user, README: Add Python script host set up informationChris Johns2020-08-122-10/+149
| | | | | | | | | - Add Python3 and venv to the README - Add a section on how to set up a host if the python command is not available. Update #4037
* user, eclipse: Remove RSB sb-bootstrap commandChris Johns2020-08-122-6/+6
| | | | Update #4046
* user: Remove RSB sb-builder commandChris Johns2020-08-112-75/+14
| | | | Updates #4045
* user: Add shell environment migration aidSebastian Huber2020-08-101-0/+27
|
* user: Mention replacements for removed APIsSebastian Huber2020-07-151-0/+51
|
* user: Add v5 to v6 migration helpSebastian Huber2020-07-142-0/+21
|
* Reflect removal of the epiphany targetSebastian Huber2020-07-052-12/+0
| | | | Update #3941.
* user: Document arm/realview-pbx-a9 BSPSebastian Huber2020-07-021-2/+14
|
* user/rsb: Update the configuration documentationChris Johns2020-04-281-39/+13
| | | | Closes #3945
* user/tester: Remove command line help as outputChris Johns2020-04-281-31/+2
| | | | Closes #3381