Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 722 Bytes

CHANGELOG.md

File metadata and controls

27 lines (16 loc) · 722 Bytes

Changelog

Unreleased (2020-09-04)

⚠ BREAKING CHANGE

  • makefile: make embed has been removed in favor of make run.

Features

  • Adopt RTIC. 7b1604d
  • board: Initialize monotonic timer and cycle counter. 9586ed1
  • logging: Use tracing-serde to output JSON logs. 4146157
  • makefile: Adopted probe-run as the runner. 87e73e1
  • logging: Minimal tracing support. 4d053c7
  • makefile: README.md generation is automatic now. 4674135
  • makefile: Documentation generation enabled. 9bbeb7d
  • Remove training wheels! d18cc8d

v0.1.0 (2020-07-26)

Features

  • init: Initialize repository. 8fd263d