[zephyr] Removed factory setting deprecated on zephyr (#1390)
The new zephyr build system doesn't support the arduino_101_factory board. This change restores the default BOARD to arduino_101 which is the current recommended method. If you are in an older SDK / Zephyr you can still use. `make -f ./targets/zephyr/Makefile.zephyr BOARD=arduino_101_factory` JerryScript-DCO-1.0-Signed-off-by: Sergio Martinez sergio.martinez.rodriguez@intel.com
This commit is contained in:
committed by
Akos Kiss
parent
9915307bc0
commit
535743412e
@@ -20,7 +20,7 @@ $(error Missing zephyr base)
|
||||
endif
|
||||
|
||||
# For testing without real hardware use qemu_x86 instead of arduino_101
|
||||
BOARD ?= arduino_101_factory
|
||||
BOARD ?= arduino_101
|
||||
|
||||
O ?= $(PROJECT_BASE)/outdir
|
||||
|
||||
|
||||
Reference in New Issue
Block a user