Skip to content

Commit

Permalink
Merge pull request #242 from paulober/develop
Browse files Browse the repository at this point in the history
Patch v3.8.3
  • Loading branch information
paulober authored Aug 28, 2024
2 parents 3a24bca + 4037025 commit ccacc7d
Show file tree
Hide file tree
Showing 6 changed files with 430 additions and 378 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Setup Node v20.9.x
- name: Setup Node v20.14.x
uses: actions/setup-node@v4
with:
node-version: "20.9.x"
node-version: "20.14.x"
registry-url: "https://npm.pkg.github.com"
scope: "@paulober"
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup Node v20.9.x
uses: actions/setup-node@v4
with:
node-version: '20.9.x'
node-version: '20.14.x'
registry-url: "https://npm.pkg.github.com"
scope: "@paulober"
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,18 @@ All notable changes to the "MicroPico" extension will be documented in this file

---

## [3.8.3] - 2024-08-28

### Added

- Eperimental support for `ESP32-S3-Pico`

### Changed

- Upraded to `pyboard-serial-com` `v3.1.1`
- Updated dependencies
- Ignore `.idea` by default (Thanks to @Finnomator for #237)

## [3.8.0] / [3.8.1] / [3.8.2] - 2024-06-22

### Added
Expand Down
4 changes: 2 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`, `ESP32-S3` 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`, `ESP32-S3-Pico` 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 @@ -23,7 +23,7 @@ Works with:
- Built-in virtual-workspace provider for Raspberry Pi `Pico (W)` boards (does disable Pylance auto-completion)
- Switch between auto-completion and IntelliSense for MicroPython ports `RPi Pico`, `RPi Pico (W)` and `ESP32` (requires pip installed an in PATH)
- Device Manager UI for managing wifi connection and installing mip packages (only on `Pico-W`; experimental)
- `ESP32-WROOM-32`, `ESP32-C3` and `Teensy 4.0` support (experimental)
- `ESP32-WROOM-32`, `ESP32-C3`, `ESP32-S3`, `ESP32-S3-Pico` and `Teensy 4.0` support (experimental)

![Preview](images/preview.gif)

Expand Down
Loading

0 comments on commit ccacc7d

Please sign in to comment.