Skip to content

Latest commit

 

History

History
52 lines (31 loc) · 1.45 KB

CHANGELOG.md

File metadata and controls

52 lines (31 loc) · 1.45 KB

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.2.0 - 2023-07-20

  • #6: Update dependencies and release v0.2.0
  • #4: Derive Copy+Clone for Interrupt

v0.1.3 - 2018-10-30

Fixed

  • #3: thumbv6m-none-eabi support. When compiled for that target this crate will only expose 32 interrupts, which is the maximum number of interrupts that cortex-m-rt allows for the ARMv6-M architecture.

v0.1.2 - 2018-10-30

Changed

v0.1.1 - 2018-10-24

Added

  • #2: Ship a memory.x file describing the memory layout of the LM3S6965.

v0.1.0 - 2018-10-24

Initial release