rp-hal-boards/CHANGELOG.md
2021-10-01 08:50:18 +02:00

1.1 KiB

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.

Unreleased

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

0.1.0

  • Initial release