summaryrefslogtreecommitdiffstats
path: root/rtems-bsps (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-05-14rtems-bsps: Change 4.12 to 5Joel Sherrill1-1/+1
2018-04-23bsps: Move make/custom/* files to bspsSebastian Huber1-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.
2018-04-09Allow rtems-bsps to be run from any path.Chris Johns1-1/+2
2016-07-06Config (.cfg) files are only valid if deeper than 5.Chris Johns1-1/+1
2016-07-05rtems-bsps: Update 4.11 to 4.12Joel Sherrill1-1/+1
2015-12-16Fix rtems-bsps for GNU find hosts.Chris Johns1-2/+1
Fixed as reported by Pavel: https://lists.rtems.org/pipermail/devel/2015-December/013189.html Closes #2498.
2015-12-14Display only valid BSPs, ignore other .cfg files.Chris Johns1-3/+16
Show the architecture and BSP count. Closes #2491.
2014-07-10FreeBSD standard shell does not support substring expansion.Chris Johns1-2/+3
Switch to using awk to get a string of spaces.
2014-05-24tools: Add rtems-bsp to list BSPs in the source tree.Chris Johns1-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.