Skip to content

Commit c381d9f

Browse files
authored
Merge pull request #221 from paulober/develop
Patch v3.7.7
2 parents bf1e02f + a343398 commit c381d9f

File tree

7 files changed

+1031
-494
lines changed

7 files changed

+1031
-494
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,19 @@ 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+
- Update VS Code minimum version to `v1.89.0`
25+
1326
## [3.7.6] - 2024-04-30
1427

1528
### Changed

README.md

+4-2
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

0 commit comments

Comments
 (0)