summaryrefslogtreecommitdiffstats
path: root/rtems-bsps (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rtems-bsps: Generate empty config.ini for arc/bsp combinationsChris Johns2022-10-311-12/+80
| | | | - Generate a config for all BSPs in an arch
* rtems-bsps: Use build specification itemsSebastian Huber2020-11-051-13/+18
| | | | Close #4123.
* rtems-bsps: add ability to print architecture/bsp listRyan Long2020-09-291-3/+40
| | | | Closes #4099.
* Change version to RTEMS 6Sebastian Huber2020-06-301-1/+1
| | | | Update #4020.
* rtems-bsps: Add markdown supportChris Johns2020-05-011-49/+320
| | | | - Convert to python for better performance
* rtems-bsps: Change 4.12 to 5Joel Sherrill2018-05-141-1/+1
|
* bsps: Move make/custom/* files to bspsSebastian Huber2018-04-231-3/+3
| | | | | | | | | Adjust various build files. Remove automatic generation of the c/src/lib/libbsp/*/acinclude.m4 files from bootstrap script. This patch is a part of the BSP source reorganization. Update #3285.
* Allow rtems-bsps to be run from any path.Chris Johns2018-04-091-1/+2
|
* Config (.cfg) files are only valid if deeper than 5.Chris Johns2016-07-061-1/+1
|
* rtems-bsps: Update 4.11 to 4.12Joel Sherrill2016-07-051-1/+1
|
* Fix rtems-bsps for GNU find hosts.Chris Johns2015-12-161-2/+1
| | | | | | | | Fixed as reported by Pavel: https://lists.rtems.org/pipermail/devel/2015-December/013189.html Closes #2498.
* Display only valid BSPs, ignore other .cfg files.Chris Johns2015-12-141-3/+16
| | | | | | Show the architecture and BSP count. Closes #2491.
* FreeBSD standard shell does not support substring expansion.Chris Johns2014-07-101-2/+3
| | | | Switch to using awk to get a string of spaces.
* tools: Add rtems-bsp to list BSPs in the source tree.Chris Johns2014-05-241-0/+35
This is a shell script that lists the BSPs in the source tree by architecture. The BSP name is given plus the relative path to BSP source files. The script uses the same hack, ie looking for *.cfg files, as the build system so it sees what the build system sees.