SDK version 0.7.5 has fixed ZEP-62. It is no longer necessary to use -O0 in order to get correct readings from sensors. Change-Id: Ia8ac2f55453b7dfdda71fe2f41863cbd0b366739 Signed-off-by: Vlad Dogaru <vlad.dogaru@intel.com>
6 lines
102 B
Makefile
6 lines
102 B
Makefile
KERNEL_TYPE = nano
|
|
BOARD ?= arduino_101_sss
|
|
CONF_FILE = prj.conf
|
|
|
|
include ${ZEPHYR_BASE}/Makefile.inc
|