summaryrefslogtreecommitdiffstats
path: root/bsps/arm/tms570/start/tms570_selftest_par_can.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-01-15bsp/tms570: Relicense to BSD-2-ClauseSebastian Huber1-7/+28
Change license to BSD-2-Clause according to file history and contributor agreements. Add Doxygen file comments. Update #3053. Update #3707. Update #4982.
2019-03-08bsps: Adjust bsp.h Doxygen groupsSebastian Huber1-1/+1
Update #3706.
2019-02-28Remove explicit file names from @fileSebastian Huber1-1/+1
This makes the @file documentation independent of the actual file name. Update #3707.
2018-11-14bsp/tms570: correct inclusion of header files for build with HW init.Pavel Pisa1-2/+2
The build fails when TMS570_USE_HWINIT_STARTUP=1 option is set.
2018-04-23bsp/tms570: Move more start to bspsSebastian Huber1-0/+0
This patch is a part of the BSP source reorganization. Update #3285.
2016-09-22arm/tms570: include hardware initialization and selftest based on Ti ↵Pavel Pisa1-0/+93
HalCoGen generated files. The configuration is specific for TMS570LS3137 based HDK. Pins configuration can be easily changed in rtems/c/src/lib/libbsp/arm/tms570/hwinit/init_pinmux.c file. The list tms570_selftest_par_list in the file rtems/c/src/lib/libbsp/arm/tms570/hwinit/bspstarthooks-hwinit.c specifies peripherals which health status is examined by parity self-test at BSP start-up. It can be easily modified for other TMS570 family members variants same as the selection of other tests in bspstarthooks-hwinit.c.