Skip to content

Commit c74fc2c

Browse files
committed
Beta release 0.17.7
Signed-off-by: William Vinnicombe <[email protected]>
1 parent 348f676 commit c74fc2c

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,22 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
88

99
- Release 1
1010

11+
## [0.17.7] - 2025-07-25
12+
13+
### Added
14+
- Full support for x86_64 MacOS with OpenOCD and natively compiled RISC-V toolchain (Fixes #126)
15+
- More examples support (#195)
16+
- New RISC-V toolchain and updated OpenOCD
17+
- `updateOpenOCD` command for updating OpenOCD installations
18+
19+
### Fixed
20+
- Occasional race condition with the CMake Tools extension at activation
21+
- Project name handling for cyw43 architecture examples
22+
23+
### Changed
24+
- Enhanced debugging configuration with Rescue Reset and RISC-V Reset tasks
25+
- Removed C++ Debugger from debugging setup
26+
1127
## [0.17.6] - 2025-06-02
1228

1329
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "raspberry-pi-pico",
33
"displayName": "Raspberry Pi Pico",
44
"description": "The official VS Code extension for Raspberry Pi Pico development. It includes several features to simplify project creation and deployment. (Single folder workspaces only)",
5-
"version": "0.17.6",
5+
"version": "0.17.7",
66
"author": "paulober",
77
"publisher": "raspberry-pi",
88
"icon": "./images/extension-icon.png",

0 commit comments

Comments
 (0)