mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-24 02:25:46 +00:00
Add a sample app to demonstrate the usage of Fujitsu SPI FRAM. It uses SPI 1 on quark spi controller and gpio 20 as CS. Change-Id: I30c83bdd8312ca0cab7a62e397c0cb4ade0821cb Signed-off-by: Baohong Liu <baohong.liu@intel.com>
5 lines
79 B
Makefile
5 lines
79 B
Makefile
BOARD ?= arduino_101
|
|
CONF_FILE = prj.conf
|
|
|
|
include ${ZEPHYR_BASE}/Makefile.inc
|