Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 828 Bytes

CHANGELOG.md

File metadata and controls

27 lines (17 loc) · 828 Bytes

Change Log

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.

v0.1.1 - 2016-11-13

Fixed

  • Some SVD files specify that two registers exist at the same address. svd2rust didn't handle this case and panicked. A proper solution to handle this case will require unions but those have not been stabilized. For now, svd2rust will simply pick one of the two or more registers that overlap and ignore the rest.

v0.1.0 - 2016-10-15

Added

  • Initial version of the svd2rust tool