Skip to content

Commit

Permalink
[skip ci] release v2.15.13
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Bot committed Oct 3, 2023
1 parent 18abf81 commit 78c4329
Show file tree
Hide file tree
Showing 54 changed files with 41 additions and 78 deletions.
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@devicescript/cli",
"private": false,
"version": "2.15.12",
"version": "2.15.13",
"description": "DeviceScript command line tool",
"keywords": [
"devicescript",
Expand Down
2 changes: 1 addition & 1 deletion compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@devicescript/compiler",
"private": false,
"version": "2.15.12",
"version": "2.15.13",
"description": "DeviceScript Compiler",
"keywords": [
"devicescript",
Expand Down
4 changes: 2 additions & 2 deletions compiler/src/bytecode.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dap/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@devicescript/dap",
"private": false,
"version": "2.15.12",
"version": "2.15.13",
"description": "DeviceScript Compiler",
"keywords": [
"devicescript",
Expand Down
2 changes: 1 addition & 1 deletion interop/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@devicescript/interop",
"private": false,
"version": "2.15.12",
"version": "2.15.13",
"description": "Interfaces for interaction with DeviceScript files",
"keywords": [
"devicescript",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "DeviceScript-workspace",
"version": "2.15.12",
"version": "2.15.13",
"private": true,
"scripts": {
"setup": "git submodule update --init --recursive && git pull && yarn install --frozen-lockfile && npm install -g -u jacdac-cli",
Expand Down
2 changes: 1 addition & 1 deletion packages/cloud/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devicescript/cloud",
"version": "2.15.12",
"version": "2.15.13",
"private": true,
"dependencies": {},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devicescript/core",
"version": "2.15.12",
"version": "2.15.13",
"private": true,
"dependencies": {},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cowsay/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "devicescript-cowsay",
"version": "2.15.12",
"version": "2.15.13",
"main": "./src/index.ts",
"private": false,
"description": "DeviceScript package sample implementing the famous cow say rendering engine.",
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devicescript/crypto",
"version": "2.15.12",
"version": "2.15.13",
"private": true,
"dependencies": {},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/drivers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devicescript/drivers",
"version": "2.15.12",
"version": "2.15.13",
"private": true,
"dependencies": {},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/gpio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devicescript/gpio",
"version": "2.15.12",
"version": "2.15.13",
"private": true,
"dependencies": {},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/graphics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devicescript/graphics",
"version": "2.15.12",
"version": "2.15.13",
"private": true,
"dependencies": {},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/i2c/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devicescript/i2c",
"version": "2.15.12",
"version": "2.15.13",
"private": true,
"dependencies": {},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/net/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devicescript/net",
"version": "2.15.12",
"version": "2.15.13",
"private": true,
"dependencies": {},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/observables/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devicescript/observables",
"version": "2.15.12",
"version": "2.15.13",
"main": "./src/index.ts",
"description": "DeviceScript package sample implementing the famous cow say rendering engine.",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/ros/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devicescript/ros",
"version": "2.15.12",
"version": "2.15.13",
"private": true,
"dependencies": {},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devicescript/runtime",
"version": "2.15.12",
"version": "2.15.13",
"private": true,
"dependencies": {},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sampleprj/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sampleprj",
"version": "2.15.12",
"version": "2.15.13",
"private": true,
"dependencies": {
"@types/papaparse": "^5.3.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/sampleui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sampleui",
"version": "2.15.12",
"version": "2.15.13",
"private": true,
"dependencies": {},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devicescript/server",
"version": "2.15.12",
"version": "2.15.13",
"private": true,
"dependencies": {},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/settings/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devicescript/settings",
"version": "2.15.12",
"version": "2.15.13",
"private": true,
"dependencies": {},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/spi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devicescript/spi",
"version": "2.15.12",
"version": "2.15.13",
"private": true,
"dependencies": {},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devicescript/test",
"version": "2.15.12",
"version": "2.15.13",
"dependencies": {},
"devDependencies": {
"@devicescript/cli": "*"
Expand Down
2 changes: 1 addition & 1 deletion plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@devicescript/plugin",
"private": false,
"version": "2.15.12",
"version": "2.15.13",
"description": "DeviceScript Language Server Plugin",
"keywords": [
"devicescript"
Expand Down
2 changes: 1 addition & 1 deletion runtime/devicescript-vm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@devicescript/vm",
"private": false,
"version": "2.15.12",
"version": "2.15.13",
"description": "DeviceScript Virtual Machine",
"keywords": [
"devicescript",
Expand Down
4 changes: 2 additions & 2 deletions runtime/devicescript/devs_bytecode.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

#### [v2.15.12](https://github.com/microsoft/devicescript/compare/v2.15.11...v2.15.12)

> 29 September 2023
- Add da213b accelerator [`#632`](https://github.com/microsoft/devicescript/pull/632)
- update boards [`c0304c1`](https://github.com/microsoft/devicescript/commit/c0304c1494bf7c090a56ac85a931307562f30501)
- move new driver files, dedicated docs [`bb30df3`](https://github.com/microsoft/devicescript/commit/bb30df3d476ba8602e3d7062868da4d373c9b438)
- fix build [`716bde7`](https://github.com/microsoft/devicescript/commit/716bde766224e18afe134d48b85c3c8cc375a81d)

#### [v2.15.11](https://github.com/microsoft/devicescript/compare/v2.15.10...v2.15.11)

> 27 September 2023
Expand Down
2 changes: 1 addition & 1 deletion vscode/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "devicescript-vscode",
"displayName": "DeviceScript",
"version": "2.15.12",
"version": "2.15.13",
"publisher": "devicescript",
"description": "TypeScript for microcontrollers.",
"author": {
Expand Down
2 changes: 0 additions & 2 deletions website/docs/devices/esp32/adafruit-feather-esp32-s2.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@ A S2 Feather from Adafruit. (untested)
- I2C on SDA/SCL using Qwiic connector
- WS2812B RGB LED on pin 33 (use [setStatusLight](/developer/status-light) to control)
- Serial logging on pin 43 at 115200 8N1

{@import optional ./adafruit-feather-esp32-s2-features.mdp}


{@import optional ./adafruit-feather-esp32-s2-services.mdp}


Expand Down
2 changes: 0 additions & 2 deletions website/docs/devices/esp32/adafruit-qt-py-c3.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@ A tiny ESP32-C3 board.
- I2C on SDA_D4/SCL_D5 using Qwiic connector
- WS2812B RGB LED on pin 2 (use [setStatusLight](/developer/status-light) to control)
- Serial logging on pin TX_D6 at 115200 8N1

{@import optional ./adafruit-qt-py-c3-features.mdp}

- Service: buttonBOOT (button)

{@import optional ./adafruit-qt-py-c3-services.mdp}


Expand Down
2 changes: 0 additions & 2 deletions website/docs/devices/esp32/esp32-bare.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@ Bare ESP32 without any default functions for pins.

## Features


{@import optional ./esp32-bare-features.mdp}


{@import optional ./esp32-bare-services.mdp}


Expand Down
2 changes: 0 additions & 2 deletions website/docs/devices/esp32/esp32-c3fh4-rgb.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@ A tiny ESP32-C3 board with 5x5 LED array.
- I2C on 0/1 using Qwiic connector
- LED on pin 10 (use [setStatusLight](/developer/status-light) to control)
- Serial logging on pin 21 at 115200 8N1

{@import optional ./esp32-c3fh4-rgb-features.mdp}

- Service: buttonBOOT (button)

{@import optional ./esp32-c3fh4-rgb-services.mdp}


Expand Down
2 changes: 0 additions & 2 deletions website/docs/devices/esp32/esp32-devkit-c.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,9 @@ There are currently issues with serial chip on these, best avoid. ESP32-DevKitC
## Features

- LED on pin 2 (use [setStatusLight](/developer/status-light) to control)

{@import optional ./esp32-devkit-c-features.mdp}

- Service: buttonIO0 (button)

{@import optional ./esp32-devkit-c-services.mdp}


Expand Down
2 changes: 0 additions & 2 deletions website/docs/devices/esp32/esp32c3-bare.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@ A bare ESP32-C3 board without any pin functions.
## Features

- Serial logging on pin P21 at 115200 8N1

{@import optional ./esp32c3-bare-features.mdp}

- Service: buttonBOOT (button)

{@import optional ./esp32c3-bare-services.mdp}


Expand Down
2 changes: 0 additions & 2 deletions website/docs/devices/esp32/esp32c3-rust-devkit.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@ A ESP32-C3 dev-board from Espressif with IMU and Temp/Humidity sensor, originall
- I2C on 10/8 using Header connector
- WS2812B RGB LED on pin 2 (use [setStatusLight](/developer/status-light) to control)
- Serial logging on pin P21 at 115200 8N1

{@import optional ./esp32c3-rust-devkit-features.mdp}

- Service: buttonBOOT (button)

{@import optional ./esp32c3-rust-devkit-services.mdp}


Expand Down
2 changes: 0 additions & 2 deletions website/docs/devices/esp32/esp32c3-supermini.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,9 @@ A super tiny ESP32-C3 board.
- I2C on 6/7
- LED on pin 8 (use [setStatusLight](/developer/status-light) to control)
- Serial logging on pin 21 at 115200 8N1

{@import optional ./esp32c3-supermini-features.mdp}

- Service: buttonBOOT (button)

{@import optional ./esp32c3-supermini-services.mdp}


Expand Down
2 changes: 0 additions & 2 deletions website/docs/devices/esp32/esp32s2-bare.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@ A bare ESP32-S2 board without any pin functions.
## Features

- Serial logging on pin P43 at 115200 8N1

{@import optional ./esp32s2-bare-features.mdp}


{@import optional ./esp32s2-bare-services.mdp}


Expand Down
2 changes: 0 additions & 2 deletions website/docs/devices/esp32/esp32s3-bare.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@ A bare ESP32-S3 board without any pin functions.
## Features

- Serial logging on pin P43 at 115200 8N1

{@import optional ./esp32s3-bare-features.mdp}


{@import optional ./esp32s3-bare-services.mdp}


Expand Down
2 changes: 0 additions & 2 deletions website/docs/devices/esp32/esp32s3-devkit-m.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@ ESP32-S3 DevKitM development board. Should also work for DevKitC.

- WS2812B RGB LED on pin P48 (use [setStatusLight](/developer/status-light) to control)
- Serial logging on pin P43 at 115200 8N1

{@import optional ./esp32s3-devkit-m-features.mdp}


{@import optional ./esp32s3-devkit-m-services.mdp}


Expand Down
2 changes: 0 additions & 2 deletions website/docs/devices/esp32/feather-s2.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,10 @@ ESP32-S2 based development board in a Feather format.
- I2C on SDA/SCL using Qwiic connector
- LED on pin 40 (use [setStatusLight](/developer/status-light) to control)
- Serial logging on pin TX_D1 at 115200 8N1

{@import optional ./feather-s2-features.mdp}

- Service: buttonBOOT (button)
- Service: ambientLight (analog:lightLevel)

{@import optional ./feather-s2-services.mdp}


Expand Down
Loading

0 comments on commit 78c4329

Please sign in to comment.