Skip to content

Releases: zlosynth/daisy

v0.10.0

10 Jun 17:21
Compare
Choose a tag to compare
  • 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

16 Jan 18:06
Compare
Choose a tag to compare
  • 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

23 Sep 21:16
Compare
Choose a tag to compare
  • 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

02 Jan 19:14
Compare
Choose a tag to compare
  • Fix occasional stuckage of flash initialization.

v0.7.2

16 Dec 18:45
Compare
Choose a tag to compare
  • Set correct ADC/DAC format on Seed 1.1 and Patch SM to solve conversion issue.

v0.7.1

16 Dec 16:46
Compare
Choose a tag to compare
  • Fix audio input processing for Seed 1.1 and Patch SM.

v0.7.0

23 Oct 19:36
Compare
Choose a tag to compare
  • Breaking: Remove size parameter from SDRAM initialization.
  • Allow utilization of dcache.
  • Publish documentation under https://zlosynth.com/daisy.

v0.6.0

29 Aug 19:01
Compare
Choose a tag to compare
  • 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

15 May 20:25
Compare
Choose a tag to compare
  • Add an example of OLED display configuration.
  • Add an example of RTIC integration.
  • Configure clock to support displays connected via SPI.

v0.4.4

22 Apr 20:15
Compare
Choose a tag to compare
  • Implicitly use peripheral clock for ADC.
  • Fix ITM module.