Skip to content

Commit

Permalink
[mbedos5] Use mbed OS 5.1.3, fix blocking STDIO on NRF52
Browse files Browse the repository at this point in the history
JerryScript-DCO-1.0-Signed-off-by: Matthew Else Matthew.Else@arm.com
  • Loading branch information
Matthew Else authored and Matthew Else committed Sep 14, 2016
1 parent 5965621 commit 1589fd7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion targets/mbedos5/Makefile
Expand Up @@ -29,7 +29,7 @@ MBED_CLI_FLAGS=-j0 --source . --source ../../
EXTRA_SRC=

ifneq ($(EXTRA_SRC),)
EXTRA_SRC_MOD=--source $(subst ;, --source ,$(EXTRA_SRC))
EXTRA_SRC_MOD=--source $(subst :, --source ,$(EXTRA_SRC))
MBED_CLI_FLAGS += $(EXTRA_SRC_MOD)
endif

Expand Down
2 changes: 1 addition & 1 deletion targets/mbedos5/mbed-os.lib
@@ -1 +1 @@
https://github.com/ARMmbed/mbed-os/#d2202045ac8f2fc63836a5b7131c9b56ac58f06a
https://github.com/ARMmbed/mbed-os/#bdab10dc0f90748b6989c8b577771bb403ca6bd8
7 changes: 7 additions & 0 deletions targets/mbedos5/mbed_app.json
@@ -0,0 +1,7 @@
{
"target_overrides": {
"NRF52_DK": {
"target.uart_hwfc": 0
}
}
}

0 comments on commit 1589fd7

Please sign in to comment.