target: mbedos5: Update to mbed OS 5.4.5 (#1853)

Also ignore the default jerry-port - see also #1847. Re-implement the `print()` function, as it's no longer part of core Jerry, but our programs still depend on it.

JerryScript-DCO-1.0-Signed-off-by: Jan Jongboom janjongboom@gmail.com
This commit is contained in:
Jan Jongboom
2017-05-30 09:09:09 +02:00
committed by László Langó
parent a8a25e7f3c
commit 37ed82437b
7 changed files with 67 additions and 4 deletions
@@ -15,6 +15,8 @@
#ifndef _JERRYSCRIPT_MBED_UTIL_LOGGING_H
#define _JERRYSCRIPT_MBED_UTIL_LOGGING_H
#include "mbed.h"
#ifdef DEBUG_WRAPPER
#define LOG_PRINT(...) printf(__VA_ARGS__)
#else