rp-hal-boards/CHANGELOG.md
9names b0c15ccc77
Update changelog and bump verson for hal release 0.3.0 (#121)
* Update CHANGELOG.md and Cargo.toml for release 0.3.0

* Bump BSP hal dep version
2021-09-22 20:43:30 +10:00

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

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