Skip to content

Latest commit

 

History

History
108 lines (63 loc) · 5.65 KB

File metadata and controls

108 lines (63 loc) · 5.65 KB

Change Log

[v1.9.0] - 2026-03-25

New Features

  • Extension API allows to get interrupt tables from SVD files. (#76, Jens Reinecke)

Bug Fixes

Other Changes

  • chore: Dependency updates

[v1.8.1] - 2025-07-09

Bug Fixes

  • #68: No peripheral updates on 'stopped' event if using debug-tracker-vscode. (Jens Reinecke)

[v1.8.0] - 2025-05-26

Bug Fixes

  • Partly addresses #16: Refine register range calculations and change peripheral-inspector.svdAddrGapThreshold default from 16 to 0. (Thorsten de Buhr)
  • #63: Peripheral Inspector does not clear on disconnect if using debug-tracker-vscode. (Jens Reinecke)

Other Changes

[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)