summaryrefslogtreecommitdiffstats
path: root/bsps/shared/dev/display (follow)
Commit message (Collapse)AuthorAgeFilesLines
* disp_hcms29xx.c: Unused value (CID #1399752)Ryan Long2021-04-081-1/+3
| | | | | | CID 1399752: Unused value in disp_hcms29xx_update_task(). Closes #4342
* disp_hcms29xx: Fix string truncation warningFrank Kühndel2020-10-101-4/+3
| | | | | | The strlcpy() function ensures there is always a NUL character at the end of the string. Hence it is safer as strncpy() and it avoids the compiler warning
* bsps: Move libchip to bspsSebastian Huber2018-04-044-0/+2843
This patch is a part of the BSP source reorganization. Update #3285.