summaryrefslogtreecommitdiffstats
path: root/bsps/arm/tms570/start/bspreset.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsp/tms570: Fix bsp_reset()Sebastian Huber2024-01-151-1/+9
| | | | Update #4982.
* bsp/tms570: Relicense to BSD-2-ClauseSebastian Huber2024-01-151-8/+29
| | | | | | | | | Change license to BSD-2-Clause according to file history and contributor agreements. Add Doxygen file comments. Update #3053. Update #3707. Update #4982.
* bsps: Adjust bsp.h Doxygen groupsSebastian Huber2019-03-081-1/+1
| | | | Update #3706.
* Remove explicit file names from @fileSebastian Huber2019-02-281-1/+1
| | | | | | This makes the @file documentation independent of the actual file name. Update #3707.
* bsps: Move startup files to bspsSebastian Huber2018-04-201-0/+47
Adjust build support files to new directory layout. This patch is a part of the BSP source reorganization. Update #3285.