summaryrefslogtreecommitdiffstats
path: root/bsps/arm/lm3s69xx/config (follow)
Commit message (Collapse)AuthorAgeFilesLines
* lm3s3749-testsuite.tcfg: Add spcxx01Joel Sherrill2020-10-121-0/+1
|
* lm4f120-testsuite.tcfg: Add psxsignal07Joel Sherrill2020-04-071-0/+1
| | | | Updates #3938.
* lm3s3749-testsuite.tcfg: Add ttest01Joel Sherrill2020-03-121-0/+1
|
* bsps/arm: Adjust machine flags for ARMv7-MSebastian Huber2019-05-141-1/+1
| | | | | | | Update machine flags for Cortex-M3 and Cortex-M4 based BSPs to account for Cortex-M3 Errata 602117 which required GCC multilib changes. Update #3747.
* bsp/lm3s69xx: Fix typo in test configurationSebastian Huber2019-03-132-2/+1
|
* lm4f120-testsuite.tcfg: Update to account for static allocation and BSP ↵Joel Sherrill2019-03-121-49/+2
| | | | small memory
* lm3s6965-testsuite.tcfg: Update to account for static allocation and BSP ↵Joel Sherrill2019-03-121-0/+2
| | | | small memory
* lm3s3749-testsuite.tcfg: Update to account for static allocation and BSP ↵Joel Sherrill2019-03-121-0/+7
| | | | small memory
* bsp/lm4f120: Disable unsupported testsSebastian Huber2019-03-041-6/+64
|
* lm3s3749-testsuite.tcfg: Add dl07Joel Sherrill2018-11-281-0/+1
|
* bsps: Move make/custom/* files to bspsSebastian Huber2018-04-238-0/+126
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.