Skip to content

Commit 7c80378

Browse files
authored
Merge pull request #152 from paulober/develop
Patch v3.4.1
2 parents 5afd207 + 57ee9c5 commit 7c80378

File tree

6 files changed

+162
-153
lines changed

6 files changed

+162
-153
lines changed

CHANGELOG.md

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

1111
---
1212

13+
## [3.4.1] - 2023-10-19
14+
15+
# Changed
16+
- Upgraded to `pyboard-serial-com` `v2.0.3` (Fixes #144)
17+
- Updated stubs to MicroPython v1.21.0 stable
18+
- Updated dependencies
19+
- Adds back linux `armhf` support
20+
1321
## [3.4.0] - 2023-10-18
1422

1523
# Changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@
22

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

5-
> __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)__
6-
> NOTE: Support for MPY v1.21.0 will be added in the next few days.
5+
> __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)__
76
87
Works with:
9-
| Platform | x64 | arm64 |
10-
| :------- | :-: | :---: |
11-
| Windows |||
12-
| macOS |||
13-
| Linux |||
8+
| Platform | x64 | arm64 | armhf |
9+
| :------- | :-: | :---: | :---: |
10+
| Windows ||||
11+
| macOS ||||
12+
| Linux ||||
1413

1514
## Features
1615

0 commit comments

Comments
 (0)