-
Notifications
You must be signed in to change notification settings - Fork 686
target: mbedos5: Update to mbed OS 5.2.3 #1468
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
target: mbedos5: Update to mbed OS 5.2.3 #1468
Conversation
|
LGTM |
1 similar comment
|
LGTM |
|
@thegecko @matthewelse please check this patch |
|
@zherczeg LGTM, though looks like a few conflicts need resolving (I think these might be the copyright notices) |
94e684e to
fb43cc5
Compare
|
@zherczeg @LaszloLango Rebased against upstream/master, but fails now with (gcc 4.9): Removing the always inline from |
|
@janjongboom we extended the builtin object recently. I think there are 2 solutions
I prefer removing the inline flag. Should I post a new PR, or janjongboom fix it in his PR? @LaszloLango @zherczeg |
|
@jiangzidong Preferably in a new PR. FYI, this is my GCC version: gcc version 4.9.3 20150529 (release) [ARM/embedded-4_9-branch revision 224288] (GNU Tools for ARM Embedded Processors) |
|
@jiangzidong ok, lets remove the inline flag. I hope the compiler will be clever enough to do inlining automatically. Please open a new PR since this seems an unrelated change. |
related issue jerryscript-project#1468 JerryScript-DCO-1.0-Signed-off-by: Zidong Jiang zidong.jiang@intel.com
|
@janjongboom @zherczeg the new PR is #1484 |
related issue jerryscript-project#1468 JerryScript-DCO-1.0-Signed-off-by: Zidong Jiang zidong.jiang@intel.com
Related issue #1468. JerryScript-DCO-1.0-Signed-off-by: Zidong Jiang zidong.jiang@intel.com
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
fb43cc5 to
7286547
Compare
|
Rebased again. Builds and works if #1485 is landed too. |
|
LGTM, I think we can merge this right after #1485 goes in (which should happen very soon). |
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.
main.cppis auto-generated and should not be included in this repository.JerryScript-DCO-1.0-Signed-off-by: Jan Jongboom janjongboom@gmail.com
/cc @thegecko @matthewelse
Verified against:
When switching to this branch for an existing mbed JS program, you might need to run:
Although probably taken care off by gulp.