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

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

bug
P2

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

bug
P2

### Description When running or parsing a non exist JS file in ashell, No prompt print. ### Test Code [ashell](https://github.com/intel/zephyr.js/blob/master/docs/ashell.md) ### Steps to Reproduction 1. `acm> run test.js` (test.js does...

bug
P2

### Description This is a regression issue. When building linux target on MacOS, warnings occurs, however, building succeed. ### Steps to Reproduction 1. `make BOARD=linux ` ### Actual Result warnings:...

bug
P3

## Issue description Copy [test-buffer.js](https://github.com/intel/zephyr.js/blob/master/tests/test-buffer.js) into ashell, 'Error: Newline is not allowed in strings or regexps' is outputed when run it. ## Test Code [test-buffer.js](https://github.com/intel/zephyr.js/blob/master/tests/test-buffer.js) ## Steps to reproduce 1.Flash...

bug
P3

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

bug
P2

Multiple different mistakes, like using types like "string" which doesn't exist in Web IDL: https://heycam.github.io/webidl/#prod-StringType

bug
P3

When debugging with jerryscript-debugger-ts project, since we concatenate all sources into one big file for our JS "modules", the debugger shows the one big source file. By using a source...

feature

jslinux was manually parsing arguments which is ugly. The optarg functionality does argument parsing automatically. Also, a usage print was added in the case of invalid arguments or if --help...

### Description When running ashell on my Arduino101 board, i didn't see `ipm_console0:'Sensor core running ZJS ARC support image'` from `/dev/ttyUSB0`, and sensor can't start in ashell. I tried with...

question