Skip to content

Latest commit

 

History

History
75 lines (45 loc) · 3.72 KB

CHANGELOG.md

File metadata and controls

75 lines (45 loc) · 3.72 KB

Change Log

[v1.7.0] - 2025-03-31

New Features

Bug Fixes

  • #29: Tooltip formatting after introduction of new UI library. (Haydar Metin)
  • #54: Regression (v1.6.0) - View actions only work during first debug connection after IDE launch. (Haydar Metin)

[v1.6.0] - 2025-02-06

New Features

  • Allow use of Peripheral Inspector in SSH remote scenario. (Rob Moran).
  • Updated Peripheral Inspector to use Ant Design React UI library (Haydar Metin, Martin Fleck, and others)
  • Added Export Registers functionality (QuocTrung76)
  • Added Search functionality (Martin Fleck)
  • Added Peripheral-inspector: Ignore Peripherals extension setting to hide peripherals and skip reading their registers. Also added context menu entries to add and clear the setting on workspace level from the Peripheral Inspector view (Haydar Metin)

Other Changes

  • Updated extension logo.

Known Issue

  • As a side effect of moving to a custom Webview implementation, the Peripheral Inspector may show the following message when launched after update from a previous version:
    There is no data provider registered that can provide view data.
    Solution: Please restart your IDE after the update installation to overcome this problem. Restarting the extension may not be sufficient.

[v1.5.1] - 2023-12-13

Bug Fixes

[v1.5.0] - 2023-12-09

New Features

  • Added support for non-svd peripheral definition files (Asim Gunes)

[v1.4.0] - 2023-11-27

New Features

  • Renamed to peripheral-inspector

[v1.3.0] - 2023-10-21

New Features

  • Synced with peripheral-viewer

[v1.1.1] - 2023-01-30

New Features

[v1.0.4] - 2022-09-05

New Features

  • Initial standalone release (Rob Moran)
  • Browser support (Rob Moran)
  • Support any debug adapter (using readMemory and writeMemory DAP commands) (Rob Moran)