summaryrefslogtreecommitdiffstats
path: root/bsps/m68k/mvme147/config/mvme147.cfg (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tools: Remove packhexSebastian Huber2018-06-151-8/+0
| | | | | | | | | | | | All tools should be removed from the RTEMS source repository at some point in time. Tools with a BSD-style license will be moved to the RTEMS tools repository. Unfortunately, this tool has no license information. Remove all uses of this tool from the code base. Users of HEX files should consider to use ELF instead. Close #3379.
* bsps: Move make/custom/* files to bspsSebastian Huber2018-04-231-0/+25
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.