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

It would be nice to know whether the software is missing support, or the device actually lacks the hardware. Currently blank can mean either and it is confusing

P2

### Description when first retrieve from a multiple resources ocfserver on K64F, no sensor value get. This issue is not reproduced on Arduino101. ### Test Code [OcfMultiSensor.js](https://github.com/01org/zephyr.js/blob/master/samples/OcfMultiSensor.js) OcfMultiClient.js code: ```...

bug
P2

Hi all, I'm writing a WebIDL-->Jerryscript compiler/code-generator, and I've been using the excellent object-model that zephyr.js has built by copy/pasting the WebIDL out of the documentation and using it as...

### Description Ocf connection can't be established on olimex_stm32_e407. ### 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) ### Steps to Reproduction 1. `make BOARD=olimex_stm32_e407 JS=samples/OcfServer.js ` ` //olimex_stm32_e407(DFU B0->1/B1->0; Normal B0->0/B1->0 )` 2....

P2

This bug is based on PR https://github.com/01org/SmartHome-Demo/pull/150. The BLE connection keeps dropping in

bug
P2

### Description tcpclient can't connect to tcpserver if server start later than client over 10s. ### Test Code [TCPClient6.js](https://github.com/01org/zephyr.js/blob/master/samples/TCPClient6.js); tcpserver.py ``` # /usr/bin/python # -*- coding: utf-8 -*- import socket...

bug
P3

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

bug
P3

All messages that I receive from ashell are terminated with CRLF, but when I try to run some JS code that has errors in it, the messages I receive are...

enhancement
P2

Node.js has the ability to wrap JS code modules to prevent namespace issues. Add this functionality to ZJS.

enhancement
P2

So, I finally went to look at ashell, and of course started with the most comfortable way to do so: building it for qemu_x86. That doesn't work at all, and...

bug
P3