From 4ab672572929e35b04de9d8d0de0e2238fb9412a Mon Sep 17 00:00:00 2001 From: paulober <44974737+paulober@users.noreply.github.com> Date: Sun, 15 Jan 2023 21:54:03 +0100 Subject: [PATCH] v2.1.5 Updated stubs to v1.19.1-796 --- CHANGELOG.md | 5 +++++ README.md | 2 +- package.json | 2 +- stubs/stdlib/usys.pyi | 3 +-- stubs/version.json | 2 +- 5 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 814f965..e84c7bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,11 @@ All notable changes to the "pico-w-go" extension will be documented in this file - Remove telnet and unix socket interfaces as they are never used and unable to connect to any plain MicroPython Raspberry Pi Pico (W) board - Mounting the MicroPython filesystem into VS Code as a remote workspace. +## [2.1.5] - 2023-01-15 + +# Changed +- Updated stubs to 'Firmware v1.19.1-796 unstable' + ## [2.1.4] - 2022-12-20 ### Changed diff --git a/README.md b/README.md index aede79f..a35416e 100755 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Pico-W-Go provides code auto-completion and allows you to communicate with your Raspberry Pi Pico (W) board using the built-in REPL console. Run a single file on your board, sync your entire project or directly type and execute commands. -> __Auto-completion based on Raspberry Pi Pico W MicroPython firmware: [rp2-pico-w-20221027-unstable-v1.19.1-594-g65fa7fd8b.uf2](https://micropython.org/resources/firmware/rp2-pico-w-20221027-unstable-v1.19.1-594-g65fa7fd8b.uf2)__ +> __Auto-completion based on Raspberry Pi Pico W MicroPython firmware: [rp2-pico-w-20230113-unstable-v1.19.1-796-gf4811b0b4.uf2](https://micropython.org/resources/firmware/rp2-pico-w-20230113-unstable-v1.19.1-796-gf4811b0b4.uf2)__ This software is originally based on [Pico-Go](https://github.com/cpwood/Pico-Go) by cpwood. diff --git a/package.json b/package.json index 4d04726..5e56aa9 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "pico-w-go", "displayName": "Pico-W-Go", "description": "Autocompletion and a REPL console for the Raspberry Pi Pico (W).", - "version": "2.1.4", + "version": "2.1.5", "publisher": "paulober", "license": "SEE LICENSE IN LICENSE.md", "homepage": "https://github.com/paulober/Pico-W-Go/blob/main/README.md", diff --git a/stubs/stdlib/usys.pyi b/stubs/stdlib/usys.pyi index f01b6dc..1a0e803 100644 --- a/stubs/stdlib/usys.pyi +++ b/stubs/stdlib/usys.pyi @@ -1,7 +1,6 @@ """ Module: 'usys' on micropython-v1.19.1-rp2 """ -# MCU: {'ver': 'v1.19.1', 'build': '', 'sysname': 'rp2', 'platform': 'rp2', 'version': '1.19.1', 'release': '1.19.1', 'port': 'rp2', 'family': 'micropython', 'name': 'micropython', 'machine': 'Raspberry Pi Pico W with RP2040', 'nodename': 'rp2'} from typing import Any argv = [] # type: list @@ -69,7 +68,7 @@ stdin : Any ## = """Standard input ``stream``.""" stdout : Any ## = """Standard output ``stream``.""" -version = '3.4.0; MicroPython v1.19.1-780-g439298be1 on 2022-12-20' # type: str +version = '3.4.0; MicroPython v1.19.1-796-gf4811b0b4 on 2023-01-13' # type: str """Python language version that this implementation conforms to, as a string.""" version_info = () # type: tuple """Python language version that this implementation conforms to, as a tuple of ints.""" diff --git a/stubs/version.json b/stubs/version.json index a105d21..b82f3eb 100644 --- a/stubs/version.json +++ b/stubs/version.json @@ -1 +1 @@ -{"version": "1.19.1-780"} \ No newline at end of file +{"version": "1.19.1-796"} \ No newline at end of file