summaryrefslogtreecommitdiffstats
path: root/bsps/shared/grlib/tmtc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* grtc.c: Fix four Missing break in switch Coverity errorsRyan Long2021-03-051-0/+4
| | | | | | | | | CID 1399761: Missing break in switch in process_dma(). CID 1399765: Missing break in switch in process_dma(). CID 1399766: Missing break in switch in process_dma(). CID 1399777: Missing break in switch in process_dma(). Closes #4277
* grtc.c: Fix Dereference before null check (CID #1399840)Ryan Long2021-02-191-1/+3
| | | | | | CID 1399840: Dereference before null check in grtc_ioctl(). Closes #4252
* grlib: Move source filesSebastian Huber2019-01-222-0/+3597
Update #3678.