You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+33-17Lines changed: 33 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Raspberry Pi Pico Visual Studio Code extension
2
2
3
-
> NOTE: The extension is currently under development.
3
+
> **Note: The extension is currently under development.**
4
4
5
5
This is the official Visual Studio Code extension for Raspberry Pi Pico development. This extension equips you with a suite of tools designed to streamline your Pico projects using Visual Studio Code and the official [Pico SDK](https://github.com/raspberrypi/pico-sdk).
6
6
@@ -10,18 +10,34 @@ For comprehensive setup instructions, refer to the [Getting Started guide](https
10
10
11
11
## Features
12
12
13
-
- Project Generator: Easily create new projects targeting the Ninja build system.
14
-
- Automatic CMake Configuration: Automatically configures CMake when loading a project.
15
-
- Version Switching: Seamlessly switch between different versions of the Pico SDK and tools.
16
-
- No Manual Setup Required: The extension handles environment variables, toolchain, SDK, and tool management for you.
17
-
- One-Click Compilation: Compile projects directly from the status bar with your selected SDK and tools.
- Quick Project Setup: Quickly create new Pico projects from the Explorer view when no workspace is open.
20
-
- Includes an Uninstaller: Easily remove the extension along with all automatically installed tools and SDKs.
13
+
### Project Setup and Management
14
+
15
+
-**Project Generator**: Easily create and configure new projects with support for advanced Pico features like I2C and PIO. The generator targets the Ninja build system and allows customization during project creation.
16
+
-**Quick Project Setup**: Initiate new Pico projects directly from the Explorer view, when no workspace is open.
17
+
-**MicroPython Support**: Create and develop MicroPython-based Pico projects with support provided through the [MicroPico](https://github.com/paulober/MicroPico) extension.
18
+
19
+
### Configuration and Tool Management
20
+
21
+
-**Automatic CMake Configuration**: Automatically configures CMake when loading a project.
22
+
-**Version Switching**: Seamlessly switch between different versions of the Pico SDK and tools.
0 commit comments