Releases: zlosynth/daisy
Releases · zlosynth/daisy
v0.10.0
- Bump STM32H7 HAL to version 0.16.
- Introduce
probe-rs
to the project.
- Illustrate use of
defmt
in examples.
- Introduce support for Daisy Seed 1.2.
v0.9.0
- Breaking Fix issue where left/right audio channels were swapped.
- Allow audio sampling rate of 96 kHz.
- Bump STM32H7 HAL to version 0.15.
v0.8.0
- Breaking Remove logging abstractions from the crate.
- Breaking The crate no longer re-exports
embedded_hal
.
- Breaking Remove
Led
trait.
- Bump STM32H7 HAL to version 0.14.
- Improve style and documentation of examples.
- Introduce RTIC example of audio processing.
- Introduce example of SD card interaction.
v0.7.3
- Fix occasional stuckage of flash initialization.
v0.7.2
- Set correct ADC/DAC format on Seed 1.1 and Patch SM to solve conversion issue.
v0.7.1
- Fix audio input processing for Seed 1.1 and Patch SM.
v0.7.0
- Breaking: Remove
size
parameter from SDRAM initialization.
- Allow utilization of dcache.
- Publish documentation under https://zlosynth.com/daisy.
v0.6.0
- Introduce an interface to access SDRAM.
- Breaking: Audio processing callback is now passed to
handle_interrupt_dma1_str1
instead of spawn
.
- Breaking: Rename
FMCPins
to FlashPins
.
v0.5.0
- Add an example of OLED display configuration.
- Add an example of RTIC integration.
- Configure clock to support displays connected via SPI.
v0.4.4
- Implicitly use peripheral clock for ADC.
- Fix ITM module.