qiaojingx
qiaojingx
### Description This is a regression issue. Build dynamic failed. ### Test Code [/modules/Assert.js](https://github.com/intel/zephyr.js/blob/master/modules/Assert.js); [/tests/test-timers.js](https://github.com/intel/zephyr.js/blob/master/tests/test-timers.js); Simple test.js: runJS('timer.js'); ### Steps to Reproduction 1. Copy /modules/Assert.js to a101 board as assert.js...
### Description When using command "quit" to exit debugger mode, BUS FAULT error will occur on FRDM-K64F. ### Test Code [tests/test-buffer.js](https://github.com/01org/zephyr.js/blob/master/tests/test-buffer.js); [deps/jerryscript/jerry-client-ws.py](https://github.com/jerryscript-project/jerryscript/blob/145ab1ed79d3fc1e8618040c3495f9cfd400f64c/jerry-debugger/jerry-client-ws.py) ### Steps to Reproduction 1. `make BOARD=frdm_k64f DEBUGGER=on...
### Description Ocf connection can't be established on K64F, while ocf works fine on Arduino101. ### Test Code [OcfServer.js](https://github.com/01org/zephyr.js/blob/master/samples/OcfServer.js) [OcfClient.js](https://github.com/01org/zephyr.js/blob/master/samples/OcfClient.js) [OcfSensorServer.js](https://github.com/01org/zephyr.js/blob/master/samples/OcfServer.js) [OcfSensorClient.js](https://github.com/01org/zephyr.js/blob/master/samples/OcfClient.js) ### Steps to Reproduction 1. `make BOARD=frdm_k64f JS=samples/OcfServer.js...
### Description This is a regression issue. Error running link command occurs when building qemu and frdm_k64f target on Mac. ### Test Code [HelloWorld.js](https://github.com/intel/zephyr.js/blob/master/samples/HelloWorld.js); ### Steps to Reproduction 1. Building...
### Description When using jerryscript-debugger.sh to debug with /bin/jerry executable inside JerryScript. Breakpoint can be added and removed. But Resume/Step into/Step over/Step out/Step doesn't work. It wil cause "unhandled protocol...
### Description Content inputted through load command isn't abandoned when exiting by CTRL+X ### Test Code [Ashell](https://github.com/01org/zephyr.js/blob/master/docs/ashell.md); ### Steps to Reproduction 1. `make ashell ROM=256` 2. `make dfu` 3. `acm>...
### Description Error thrown when flash STM32F4DISCO board by taking steps from [ST STM32F4DISCOVERY Platform](https://github.com/intel/zephyr.js#st-stm32f4discovery-platform). I am wondering if a specific tools needed, like SWD debugger? ### Steps to Reproduction...
### Description When running or parsing a non exist JS file in ashell, No prompt print. ### Test Code [ashell](https://github.com/intel/zephyr.js/blob/master/docs/ashell.md) ### Steps to Reproduction 1. `acm> run test.js` (test.js does...
### Description This is a regression issue. When building linux target on MacOS, warnings occurs, however, building succeed. ### Steps to Reproduction 1. `make BOARD=linux ` ### Actual Result warnings:...
### Description When running ashell on my Arduino101 board, i didn't see `ipm_console0:'Sensor core running ZJS ARC support image'` from `/dev/ttyUSB0`, and sensor can't start in ashell. I tried with...