Cui Yan
Cui Yan
### Description There is not detailed document for new target `dynamic`. To the user, do not know how to use this target. I find we have added function `runJS()` through...
### Description When testing `dynamic` target, throw out error. ### 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 test1: ``` var fs = require('fs'); var stats = fs.statSync('timer.js'); if (stats && (stats.isFile() ||...
### Description The `General Protection Fault` occurs again on arduino101 over ble with 12 hours. This looks like issue #1737. ### Test Code Server: [WebSocketServer.js](https://github.com/intel/zephyr.js/blob/zjs-0.5/samples/websockets/WebSocketServer.js) Client: [NodeWebSocketClient.js](https://github.com/intel/zephyr.js/blob/zjs-0.5/samples/websockets/NodeWebSocketClient.js) ### Steps to...
### Description I test socket.connect function as client and find socket connection throw out error so fast, the server hasn't had time to respond yet. So, the socket connection will...
### Description I find FS APIs can not be completed in [/docs/fs.md](https://github.com/01org/zephyr.js/blob/master/docs/fs.md), there are just only one interface for state. And there is no function for [/samples/FsAsync.js](https://github.com/01org/zephyr.js/blob/master/samples/FsAsync.js). Will we add...
### Description When I test ble case on 96b_carbon with multiple connection and disconnection, bus fault error occurs sometimes. ### Test Code [/samples/BLE.js](https://github.com/01org/zephyr.js/blob/master/samples/BLE.js) ### Steps to Reproduction ### Actual Result...
### Description Please Improve the information for socket properties. ``` // Socket properties Number bufferSize; // Size of read buffer Number bytesRead; // Total bytes read for the socket Number...
### Description As output pin, D2 D4 D5 pins can not output low voltage. Pin | Output Voltage(V) | Read Value(V) | Read Value(aio) ---- | ---- | ---- |...
### Description When set IPv4 address as "192.168.0.2017", I have got 'true' using `net.isIPv4` function and got '4' using `net.isIP` function. But the IPv4 address space is 0~255. I think...
### Description I find console.log, console.info, console.warn, console.error functions all can output the console, and there is no distinction. We have graded them, why not add console manager API to...