Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.12 KB

CHANGELOG.md

File metadata and controls

43 lines (29 loc) · 1.12 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.

Added

  • implement rng_core::RngCore for RingOscillator

Changed

  • Modified PIO API for better ergonomics

0.3.0 - 2021-09-20

Added

  • peripheral drivers: Timer(counter) with EH traits, USB, PIO
  • examples: Watchdog, GPIO, ADC, i2c, rtic blinky, usb (serial echo, mouse)
  • docs: Watchdog
  • bsps: adafruit feather
  • bsp examples: sparkfun pro micro PIO RGB rainbow LED

Changed

  • i2c fixes
  • spi fixes
  • pwm fixes

0.2.0 - 2021-08-14

Added

  • Initial version with support for Rosc, Xosc, Plls, Watchdog, Clocks, Gpio, Pwm, Adc, Spi, I2C, Resets, Uart
  • Initial release