ac74d8b652
Replace the existing Apache 2.0 boilerplate header with an SPDX tag throughout the zephyr code tree. This patch was generated via a script run over the master branch. Also updated doc/porting/application.rst that had a dependency on line numbers in a literal include. Manually updated subsys/logging/sys_log.c that had a malformed header in the original file. Also cleanup several cases that already had a SPDX tag and we either got a duplicate or missed updating. Jira: ZEP-1457 Change-Id: I6131a1d4ee0e58f5b938300c2d2fc77d2e69572c Signed-off-by: David B. Kinder <david.b.kinder@intel.com> Signed-off-by: Kumar Gala <kumar.gala@linaro.org> |
||
---|---|---|
.. | ||
src | ||
Makefile | ||
README | ||
prj.conf | ||
sample.tc |
README
SPI Test Application This application just retrieves the 'WHO AM I' register from the Accelerometer from a LSM9DS0 connected via API. The device datasheet can be found here: https://www.adafruit.com/datasheets/LSM9DS0.pdf Wiring information: | LSM9DS0 pin | Quark SE Devboard | Quark D2000 CRB | | | pin | pin | |-------------+--------------------+-----------------| | VIN | VDD_HDR_3P3 | J25 pin 1 | | CS_G | GPIO24_SPI0_M_nCS0 | SS0 | | CS_XM | VDD_HDR_3P3 | J25 pin 1 | | SCL | GPIO24_SPI0_M_SCLK | CLK | | SDO_G | GPIO24_SPI0_M_MISO | MISO | | SDO_XM | Ground | J25 pin 2 | | SDA | GPIO24_SPI0_M_MOSI | MOSI | | GND | Ground | J25 pin 2 |