Skip to content

Commit 85d5cbe

Browse files
committed
v3.7.7
Signed-off-by: paulober <[email protected]>
1 parent 42f498e commit 85d5cbe

File tree

4 files changed

+27
-13
lines changed

4 files changed

+27
-13
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,18 @@ All notable changes to the "MicroPico" extension will be documented in this file
1010

1111
---
1212

13+
## [3.7.7] - 2024-05-30
14+
15+
### Added
16+
- `ESP32-S3` stubs to select
17+
18+
### Changed
19+
- Updated dependencies
20+
- Upgraded to `pyboard-serial-com` `v3.0.8`
21+
- Better support for pip not in PATH scenarios
22+
- Uninstaller supports now new stubs path
23+
- Simplified stubs selection
24+
1325
## [3.7.6] - 2024-04-30
1426

1527
### Changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MicroPico Visual Studio Code Extension (aka Pico-W-Go)
22

3-
**New Feature:** Experimental `ESP32-WROOM`, `ESP32-C3` and `Teensy 4.0` support! (_Use the `Switch Stubs` command to get auto-completion for the `ESP32` port of MicroPython._)
3+
**New Feature:** Experimental `ESP32-WROOM`, `ESP32-C3`, `ESP32-S3` and `Teensy 4.0` support! (_Use the `Switch Stubs` command to get auto-completion for the `ESP32` port of MicroPython._)
44

55
**MicroPico** is a Visual Studio Code extension designed to simplify and accelerate the development of MicroPython projects for the Raspberry Pi Pico and Pico W boards. This tool streamlines the coding process, providing code highlighting, auto-completion, code snippets, and project management features, all tailored for the seamless development experience with MicroPython on Raspberry Pi Pico and Pico W microcontrollers.
66

@@ -11,7 +11,9 @@ Works with:
1111
| :------- | :-: | :---: | :---: |
1212
| Windows ||||
1313
| macOS ||||
14-
| Linux ||||
14+
| Linux ||| ⚠️ |
15+
16+
> ⚠️ _Support for Linux armhf was dropped with v3.7.7 due to the lack of a suitable build environment. If you need support for armhf, please open an issue on GitHub._
1517
1618
## Features
1719

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "pico-w-go",
33
"displayName": "MicroPico",
44
"description": "Auto-completion, remote workspace and a REPL console integration for the Raspberry Pi Pico (W) with MicroPython firmware.",
5-
"version": "3.7.6",
5+
"version": "3.7.7",
66
"publisher": "paulober",
77
"license": "MPL-2.0",
88
"homepage": "https://github.com/paulober/MicroPico/blob/main/README.md",
@@ -607,7 +607,7 @@
607607
"typescript": "^5.4.5"
608608
},
609609
"dependencies": {
610-
"@paulober/pyboard-serial-com": "^3.0.7",
610+
"@paulober/pyboard-serial-com": "^3.0.8",
611611
"axios": "^1.6.8",
612612
"fs-extra": "^11.2.0",
613613
"lodash": "^4.17.21",

0 commit comments

Comments
 (0)