From 4480a83312d9d4a8b023a9d189d7d633a31e167e Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 18 Mar 2019 09:52:59 +0100 Subject: bsp-howto: Update SPI chapter Update #3724. --- bsp-howto/spi.rst | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/bsp-howto/spi.rst b/bsp-howto/spi.rst index 377b4b1..1da5fa0 100644 --- a/bsp-howto/spi.rst +++ b/bsp-howto/spi.rst @@ -1,6 +1,6 @@ .. SPDX-License-Identifier: CC-BY-SA-4.0 -.. Copyright (C) 2016 embedded brains GmbH +.. Copyright (C) 2016, 2019 embedded brains GmbH SPI Driver ********** @@ -8,11 +8,12 @@ SPI Driver The Serial Peripheral Interface (SPI) bus drivers should use the `SPI bus framework `_. -For -example drivers see the -`Atmel SAM SPI driver `_ -and the -`SPI framework test `_. - The user API is compatible to the `Linux SPI user-space API `_. + +For example SPI bus drivers see: + +* `Atmel SAM SPI driver `_ +* `NXP i.MX SPI driver `_ +* `NXP LPC17XX/LPC24XX/LPC40XX SSP driver `_ +* `SPI framework test `_ -- cgit v1.2.3