This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Description
Description
This is a regression issue. UART hangs after input one letter when running UART.js and test-uart-read-manual.js. This issue is also observed in zjs-0.4.
Test Code
UART.js;
test-uart-read-manual.js.
Steps to Reproduction
$ make JS=samples/UART.js
$ make dfu
- Reset the board
- In another Terminal:
minicom -D /dev/ttyACM0
Actual Result
UART hangs after input one letter

Expected Result

Test Builds
| Branch |
Commit Id |
Target Device |
Test Date |
Result |
| master |
85059f0 - 174f35f |
Arduino 101 |
Sep 19, 2017 |
Fail |
| zjs-0.4 |
85059f0 - b11dc55 |
Arduino 101 |
Sep 19, 2017 |
Fail |
| master |
97e2975 |
Arduino 101 |
Sep 19, 2017 |
Pass |
Additional Information
This issue is caused by commit 85059f0.