diff --git a/bsp-howto/index.rst b/bsp-howto/index.rst index 71c5e1b..f1c3a4e 100644 --- a/bsp-howto/index.rst +++ b/bsp-howto/index.rst @@ -47,6 +47,7 @@ to the Community Project hosted at http://www.rtems.org. initilization_code console clock + spi timer real_time_clock ata 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 `_.