aboutsummaryrefslogtreecommitdiff
path: root/tests/pca9552-test.c
AgeCommit message (Collapse)AuthorFilesLines
2018-06-08misc: add pca9552 LED blinker modelCédric Le Goater1-0/+116
Specs are available here : https://www.nxp.com/docs/en/application-note/AN264.pdf This is a simple model supporting the basic registers for led and GPIO mode. The device also supports two blinking rates but not the model yet. Signed-off-by: Cédric Le Goater <clg@kaod.org> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-id: 20180530064049.27976-7-clg@kaod.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>