zephyr.js icon indicating copy to clipboard operation
zephyr.js copied to clipboard

JavaScript* Runtime for Zephyr* OS

Results 100 zephyr.js issues
Sort by recently updated
recently updated
newest added
trafficstars

In the IDE console, if you try to tab and or backspace to delete characters, it doesn't work most of the time, for example, if you try to do tab...

bug
P3

## Description API describe function [`findResources(ClientOptions options, optional FoundListener listener);`](https://github.com/01org/zephyr.js/blob/master/docs/ocf.md#clientfindresources): `Find remote resources matching options filter`, but only got the last register temp resource, light is undefined. ## Test Code...

bug
P2

Seeing you guys are working on more boards, wanted to share this issue: https://github.com/zephyrproject-rtos/meta-zephyr-sdk/issues/91 . So, if by any change you have Cortex-M0 boards in your queue, feel free to...

bug
P3
blocked

### 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...

bug
P2

PR #1470 was a step in this direction, but only for documenting events. We'd like to move our documentation to be more like [Node](https://nodejs.org/dist/latest-v6.x/docs/api/) instead of WebIDL.

enhancement
P2

### Description This is an regression issue and probably caused by #1542.` ringbuf put errors` prints when running [HeartRateDemo.js](https://github.com/01org/zephyr.js/blob/master/samples/HeartRateDemo.js) and [I2CBMP280.js](https://github.com/01org/zephyr.js/blob/master/samples/I2CBMP280.js) on A101. ### Test Code [HeartRateDemo.js](https://github.com/01org/zephyr.js/blob/master/samples/HeartRateDemo.js); [I2CBMP280.js](https://github.com/01org/zephyr.js/blob/master/samples/I2CBMP280.js) ### Steps...

bug
P2

### 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...

enhancement
P3

The 'pull' for pullup/pulldown resistors is implemented but the feature doesn't work on IO2, IO4, IO7-IO8 pins. The other pins are not sure whether the pull feature are workable.

bug
P3

[Node.js](http://nodejs.org) now recommends v6.9.2 "for most users," which is much newer than what we originally based our code on. We should try to update our APIs to track the changes...

enhancement
P2

### Description This issue a regression issue. When sending single data pack by command `echo "hello" | nc 192.0.2.1 4242` to [TCPEchoServ4.js](https://github.com/01org/zephyr.js/blob/master/samples/TCPEchoServ4.js), tcpserver will prints error (`Cannot send data to...

bug
P2
regression