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

### Description When running [TCPEchoServ4.js](https://github.com/01org/zephyr.js/blob/master/samples/TCPEchoServ4.js) or [TCPEchoServ6.js](https://github.com/01org/zephyr.js/blob/master/samples/TCPEchoServ6.js) in qemu, then send data to it every 3s via net-tools, `CPU exception 6` will occurs. ### Test Code [TCPEchoServ4.js](https://github.com/01org/zephyr.js/blob/master/samples/TCPEchoServ4.js);[TCPEchoServ6.js](https://github.com/01org/zephyr.js/blob/master/samples/TCPEchoServ6.js) ### Steps to...

bug
P2

The current zephyr SPI api used in the SPI module is the legacy api, and we should switch to the new SPI api, as the new API address some of...

enhancement
P2

Opening up the issue we discussed in IRC, in which an addition to the API should be made to get Accelerometer/Gyroscope data across to application space for use, as best...

enhancement
P2

It comes with the starter kit and it would be nice to support: https://www.seeedstudio.com/Grove-Temperature-Sensor-p-774.html

enhancement

We have a lot of test stuff scattered across the repo. We'd like to improve things and know exactly where a particular type of test belongs. We'd like to be...

feature
P2

### Description Except command CTRL+D, combo command CTRL+C/CTRL+Z/CTRL+X also can exit eval in ashell ### 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....

bug
P3

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

bug
P3

If you test w/ tests/test-ws6-server.js on K64F (run node tests/tools/test-ws6-client.js on Linux), after it's done and the close occurs, you'll see a garbage string printed in the last payload on...

enhancement
P3

### Description This is a regression issue. When running tcpclient on A101 and qemu, it can't connect to tcpserver at most of time. ### Test Code [TCPClient6.js](https://github.com/01org/zephyr.js/blob/master/samples/TCPClient6.js); [test-tcp6-client.js](https://github.com/01org/zephyr.js/blob/master/tests/test-tcp6-client.js); ### Steps...

bug
P3
regression

When the ring buffer is too full, signalling a callback fails. To behave correctly, the caller should probably find out this and even though it's a pretty bad error, they...

bug
P2