From 0cb2748a11ecdbeb96a40a60a3039dad99da2937 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 20 Dec 2016 11:07:29 +0100 Subject: Document SPI framework Update #2776. --- bsp-howto/spi.rst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 bsp-howto/spi.rst (limited to 'bsp-howto/spi.rst') diff --git a/bsp-howto/spi.rst b/bsp-howto/spi.rst new file mode 100644 index 0000000..5a6d931 --- /dev/null +++ b/bsp-howto/spi.rst @@ -0,0 +1,19 @@ +.. comment SPDX-License-Identifier: CC-BY-SA-4.0 + +.. COMMENT: Copyright (c) 2016 embedded brains GmbH +.. COMMENT: All rights reserved. + +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 `_. -- cgit v1.2.3