Skip to content

Fiit v0.3.0

Latest

Choose a tag to compare

@github-actions github-actions released this 25 Mar 00:01
· 1 commit to main since this release

Full Changelog: v0.2.0...v0.3.0

Added

  • Fiit Python package is now avalaible on PyPI - fiit-py
  • Add new debugger API for advanced debugger scripting in pure Python (7a86634)

Add machine, devices and cpu abstraction layer (676912e):

  • Add machine subpackage that provides an abstraction for machine, devices and cpu
  • Add dev subpackage that provides reusable devices over the machine abstraction
  • Add emunicorn subpackage that implements access to emulated Unicorn cpu
  • Provide reusable introspection tools over the machine abstraction
  • Add FiitCpuFactory interface to build configurable cpu instance
  • Add new plugin interface to build complex hardware and introspection scenario