mirror of
https://github.com/italicsjenga/rp-hal-boards.git
synced 2024-12-24 05:01:31 +11:00
d93c4fc4c8
Implement rand_core::RngCore for RingOscillator from the get_random_bit function. This is not suitable for security purposes so rand_core::CryptoRng has not been implemented.
1.1 KiB
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
forRingOscillator
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