This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
d0b1674048
zephyr
/
samples
/
drivers
/
spi_flash
/
Makefile
6 lines
101 B
Makefile
Raw
Normal View
History
Unescape
Escape
samples: spi_flash: use unified kernel Use unified kernel for spi flash app. Change-Id: I723841ffd49ec7e36ad8c1aa19b168ba879a122e Signed-off-by: Baohong Liu <baohong.liu@intel.com>
2016-11-03 06:30:04 +08:00
KERNEL_TYPE
=
unified
samples: A test app for spi flash Demonstrate the use of SPI flash driver API on Arduino 101 board. This is a re-submit of a previous merged patch which was reverted because merge sequence was incorrect (the test app got merged before the driver). Origin: Original Change-Id: I3fce61488ed7d48f400c12448f1c7a01c555661c Signed-off-by: Baohong Liu <baohong.liu@intel.com>
2016-04-07 01:44:18 +08:00
BOARD
?=
arduino_101
CONF_FILE
=
prj.conf
i
n
c
l
u
d
e
$
{
Z
E
P
H
Y
R
_
B
A
S
E
}
/
M
a
k
e
f
i
l
e
.
i
n
c