[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
@@ -18,7 +18,7 @@ ifeq ($(.DEFAULT_GOAL),)
|
||||
$(warning no default goal is set)
|
||||
endif
|
||||
|
||||
BOARD ?= arduino_101_factory
|
||||
BOARD ?= arduino_101
|
||||
BOARD_NAME ?= arduino_101
|
||||
|
||||
ifeq ($(BOARD),qemu_x86)
|
||||
|
||||
Reference in New Issue
Block a user