target: mbedos5: Update to mbed OS 5.2.3 (#1468)

Update mbed OS target to latest version of mbed OS (5.2.3). Also rename all files in jerryscript-mbed-drivers/ to include -js.cpp, as our build tools now generate warnings for C++ files with the same name. mbed-events library is now mainlined, so no longer required to pull this library in as a separate dependency.

JerryScript-DCO-1.0-Signed-off-by: Jan Jongboom janjongboom@gmail.com
This commit is contained in:
Jan Jongboom
2016-12-13 15:34:38 +08:00
committed by László Langó
parent c079b577c8
commit fb2818c137
13 changed files with 2 additions and 51 deletions
@@ -22,7 +22,7 @@
#include "Callback.h"
#include "mbed_assert.h"
#include "mbed-events/EventQueue.h"
#include "events/EventQueue.h"
#include "jerryscript-mbed-util/logging.h"
#include "jerryscript-mbed-event-loop/BoundCallback.h"