Skip to content

Commit

Permalink
Merge pull request #221 from paulober/develop
Browse files Browse the repository at this point in the history
Patch v3.7.7
  • Loading branch information
paulober authored May 30, 2024
2 parents bf1e02f + a343398 commit c381d9f
Show file tree
Hide file tree
Showing 7 changed files with 1,031 additions and 494 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,19 @@ All notable changes to the "MicroPico" extension will be documented in this file

---

## [3.7.7] - 2024-05-30

### Added
- `ESP32-S3` stubs to select

### Changed
- Updated dependencies
- Upgraded to `pyboard-serial-com` `v3.0.8`
- Better support for pip not in PATH scenarios
- Uninstaller supports now new stubs path
- Simplified stubs selection
- Update VS Code minimum version to `v1.89.0`

## [3.7.6] - 2024-04-30

### Changed
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MicroPico Visual Studio Code Extension (aka Pico-W-Go)

**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._)
**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._)

**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.

Expand All @@ -11,7 +11,9 @@ Works with:
| :------- | :-: | :---: | :---: |
| Windows ||||
| macOS ||||
| Linux ||||
| Linux ||| ⚠️ |

> ⚠️ _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._
## Features

Expand Down
Loading

0 comments on commit c381d9f

Please sign in to comment.