Skip to content
Snippets Groups Projects
Select Git revision
  • 2249985e8179b50e98254459663a49a3b63e6a36
  • master default protected
  • klee
  • exam
  • exper
  • simple
  • v0.3.1
  • v0.3.0
  • v0.2.2
  • v0.2.1
  • v0.2.0
  • v0.1.1
  • v0.1.0
13 results

CHANGELOG.md

Blame
  • Forked from KLEE / cortex-m-rtfm-klee
    12 commits behind the upstream repository.
    user avatar
    Jorge Aparicio authored
    948e1fd0
    History
    To find the state of this project's repository at the time of any of these versions, check out the tags.

    Change Log

    All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

    Unreleased

    v0.2.2 - 2017-11-22

    Added

    • Support for runtime initialized resources ("late" resources).

    v0.2.1 - 2017-07-29

    Fixed

    • Link to app! macro documentation.

    v0.2.0 - 2017-07-29

    Added

    • The app! macro, a macro to declare the tasks and resources of an application.

    • The Resource trait, which is used to write generic code that deals with resources.

    • Support for system handlers like SYS_TICK.

    Changed

    • [breaking-change] The signature of the atomic function has changed.

    • [breaking-change] The threshold token has become a concrete type and lost its raise method.

    Removed

    • [breaking-change] The tasks! and peripherals! macros.

    • [breaking-change] The ceiling and priority tokens.

    • [breaking-change] The Local, Resource and Peripheral structs.

    • [breaking-change] The traits related to type level integers.

    v0.1.1 - 2017-06-05

    Changed

    • peripherals!: The register_block field is now optional

    v0.1.0 - 2017-05-09

    • Initial release