Skip to content

Latest commit

 

History

History
65 lines (38 loc) · 1.5 KB

CHANGELOG.md

File metadata and controls

65 lines (38 loc) · 1.5 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.2.2 - 2024-06-29

Fixed

  • Fix race condition in EEPROM emulation

0.2.1 - 2024-06-29

Added

  • Add EEPROM emulation

Fixed

  • Fix GPIO emulation bug

0.2.0 - 2023-03-20

Added

  • Add GRISP 2 support

Changed

0.1.2 - 2020-07-02

Fixed

  • Fixed emulation of PmodGYRO to match the latest implementation in the GRiSP runtime (grisp/#76)

0.1.1 - 2020-03-03

Fixed

  • Add missing indices to the emulation GPIO driver (#1)

0.1.0 - 2019-03-21

Added

  • Initial release