Update riot-stm32f4 target to use jerry-port-default-minimal (#1790)

JerryScript-DCO-1.0-Signed-off-by: Robert Sipka rsipka.uszeged@partner.samsung.com
This commit is contained in:
Robert Sipka
2017-04-28 10:49:39 +02:00
committed by GitHub
parent 56802c22a1
commit 0e38356e5b
3 changed files with 9 additions and 4 deletions
+3 -2
View File
@@ -43,7 +43,8 @@ INCLUDES += -I$(JERRYDIR)/jerry-core/
USEMODULE += shell
USEMODULE += shell_commands
# Add the jerry lib
USEMODULE += libjerrycore
# Add the jerry libs
USEMODULE += libjerrycore libjerryport-minimal
include $(RIOTBASE)/Makefile.include