Skip to content

Commit

Permalink
Merge pull request #152 from paulober/develop
Browse files Browse the repository at this point in the history
Patch v3.4.1
  • Loading branch information
paulober authored Oct 19, 2023
2 parents 5afd207 + 57ee9c5 commit 7c80378
Show file tree
Hide file tree
Showing 6 changed files with 162 additions and 153 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ All notable changes to the "MicroPico" extension will be documented in this file

---

## [3.4.1] - 2023-10-19

# Changed
- Upgraded to `pyboard-serial-com` `v2.0.3` (Fixes #144)
- Updated stubs to MicroPython v1.21.0 stable
- Updated dependencies
- Adds back linux `armhf` support

## [3.4.0] - 2023-10-18

# Changed
Expand Down
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@

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

> __Auto-completion based on Raspberry Pi Pico W MicroPython firmware: [RPI_PICO_W-20230426-v1.20.0.uf2](https://micropython.org/resources/firmware/RPI_PICO_W-20230426-v1.20.0.uf2) from the [micropython-stubs project](https://github.com/Josverl/micropython-stubs)__
> NOTE: Support for MPY v1.21.0 will be added in the next few days.
> __Auto-completion based on Raspberry Pi Pico W MicroPython firmware: [RPI_PICO_W-20231005-v1.21.0.uf2](https://micropython.org/resources/firmware/RPI_PICO_W-20231005-v1.21.0.uf2) from the [micropython-stubs project](https://github.com/Josverl/micropython-stubs)__
Works with:
| Platform | x64 | arm64 |
| :------- | :-: | :---: |
| Windows |||
| macOS |||
| Linux |||
| Platform | x64 | arm64 | armhf |
| :------- | :-: | :---: | :---: |
| Windows ||||
| macOS ||||
| Linux ||||

## Features

Expand Down
Loading

0 comments on commit 7c80378

Please sign in to comment.