From aab47a4e153221c609d29169ca7a8ea7dd3614d3 Mon Sep 17 00:00:00 2001 From: Vinicius Costa Gomes Date: Mon, 22 Feb 2016 14:51:50 -0300 Subject: [PATCH] samples: w25q80bl: Add a README file It should be made clear that this example is specific to the Quark SE development board. Change-Id: Ia3e0ec728891eb586bf1461ae9103ce34fd5e24f Signed-off-by: Vinicius Costa Gomes --- samples/drivers/w25q80bl/README | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 samples/drivers/w25q80bl/README diff --git a/samples/drivers/w25q80bl/README b/samples/drivers/w25q80bl/README new file mode 100644 index 00000000000..cf2e5390990 --- /dev/null +++ b/samples/drivers/w25q80bl/README @@ -0,0 +1,9 @@ +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.