Skip to content

Releases: zlosynth/daisy

v0.4.3

22 Apr 18:50
Compare
Choose a tag to compare
  • Fix mapping of pins B5, B6 and D10.

v0.4.2

22 Apr 17:30
Compare
Choose a tag to compare
  • Fix ADC pins C6-C9 mapping.

v0.4.1

21 Apr 17:15
Compare
Choose a tag to compare
  • Fix noise in Patch SM audio interface by switching to I2S.

v0.4.0

20 Apr 20:35
Compare
Choose a tag to compare
  • Fix macros so they respect the feature set on the depedency.
  • Introduce a macro to instantiate flash abstraction.
  • Update to stm32h7xx HAL 0.12.1.

v0.3.0

20 Apr 19:09
Compare
Choose a tag to compare
  • Introduce support for Daisy Patch SM, with PCM3060 codec.
  • Move general purpose pins under a sub-structure. e.g. SEED_PIN_1 to
    GPIO.PIN_1.
  • Rename seed_1_0 feature to seed.
  • Remove unneeded cty dependency.

v0.2.0

19 Apr 20:19
Compare
Choose a tag to compare
  • Update to stm32h7xx HAL 0.12.
  • Introduce support for Daisy Seed 1.1, with WM8731 codec.

v0.1.0

18 Apr 13:45
Compare
Choose a tag to compare
  • Initial fork from antoinevg/daisy_bsp.
  • Added flash memory access interface.
  • Define razor guiding what goes into the library and what not.
  • Introduce CI.
  • Add SRAM to memory layout.