Skip to content

v1.14.4

Latest

Choose a tag to compare

@github-actions github-actions released this 28 Dec 21:48

[1.14.4] - 2025-12-28

Added

  • Added livePeripheral configuration option for automatic peripheral register updates while program is running. When enabled, peripheral registers will be refreshed automatically at a configurable rate. Can be used independently from liveWatch. Dynamic peripheral register updates work with embedd-peripheral-viewer version 1.7.1 or higher. In your launch.json add an object property called livePeripheral:
    "livePeripheral": {
        "enabled": true,
        "samplesPerSecond": 4
    }
  • Added live memory write support - peripheral register values can now be modified while the program is running (when liveWatch or livePeripheral is enabled).
  • Added "Refresh" button to Live Watch panel for manual refresh when live mode is disabled or program is stopped.