zephyr.js
zephyr.js copied to clipboard
JavaScript* Runtime for Zephyr* OS
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
### 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: ```...
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....
This bug is based on PR https://github.com/01org/SmartHome-Demo/pull/150. The BLE connection keeps dropping in
### 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...
### 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...
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...
Node.js has the ability to wrap JS code modules to prevent namespace issues. Add this functionality to ZJS.
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...