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 This is a regression issue. Error running link command occurs when building qemu and frdm_k64f target on Mac. ### Test Code [HelloWorld.js](https://github.com/intel/zephyr.js/blob/master/samples/HelloWorld.js); ### Steps to Reproduction 1. Building...

## Issue description Can't build STM32F407G-DISC1 and Olimex STM32-E407 images ## Steps to reproduce Build STM32F407G-DISC1 or Olimex STM32-E407 image. `make BOARD=stm32f4_disco ide` or `make BOARD=olimex_stm32_e407 ide` ## Actual Result...

bug
P1

### Description When using jerryscript-debugger.sh to debug with /bin/jerry executable inside JerryScript. Breakpoint can be added and removed. But Resume/Step into/Step over/Step out/Step doesn't work. It wil cause "unhandled protocol...

bug
P1

Issue description WebUSB device can't be found on windows platform Current behavior Board can't be found after connected windows PC. Expected behavior Device can be found. Steps to reproduce Build...

bug

### Description When using [jerryscript-debugger-ts](https://github.com/jerryscript-project/jerryscript-debugger-ts) to debug ZJS on Linux and FRDM-K64F board, The breakpoint is added failed in Chrome Devtools (66+), which work well on Chrome 65. ### Test...

bug
P2

### Description Content inputted through load command isn't abandoned when exiting by CTRL+X ### 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. `acm>...

bug
P2

Test with ww15 master commit on zephyr board, found Arduino101 Boot-timestamps samples have 100% gap compared with ww12 commit. SDK version is v0.9.2. Detail info as below table: Device |...

bug
P2

Add MQTT APIs similar to MQTT.js on Node.

feature

### Description Error thrown when flash STM32F4DISCO board by taking steps from [ST STM32F4DISCOVERY Platform](https://github.com/intel/zephyr.js#st-stm32f4discovery-platform). I am wondering if a specific tools needed, like SWD debugger? ### Steps to Reproduction...

bug
P1