zephyr/samples/drivers/w25q80bl
Andre Guedes 7c956d2ece drivers: Replace DEV_FAIL by -EIO
This patch replaces all occurences of the macro DEV_FAIL by -EIO
at the driver level. So this patch touch the files under drivers/,
include/ and samples/drivers/ when applicable.

This patch is part of the effort to transition from DEV_* codes to
errno.h codes.

Change-Id: I0594ab5dbe667e074c250129e7c13ce512ac940f
Signed-off-by: Andre Guedes <andre.guedes@intel.com>
2016-03-16 19:30:04 -04:00
..
src drivers: Replace DEV_FAIL by -EIO 2016-03-16 19:30:04 -04:00
Makefile
prj.conf
README samples: w25q80bl: Add a README file 2016-02-27 09:55:06 +00:00

SPI W25Q80BL Sample Application
===============================

This sample application illustrates how to use the SPI APIs from
Zephyr. The target device is present in the Quark SE development board
and requires the use of a GPIO pin as Chip Select to function.

The application is very simple. It simples reads the manufacturer and
device identification from the device.