Skip to content

Releases: antoinevg/daisy_bsp

v0.5.1

23 Sep 09:30
9fd81cd
Compare
Choose a tag to compare
v0.5.1 Pre-release
Pre-release

Added

v0.4.2

01 Aug 12:22
9ab7f18
Compare
Choose a tag to compare
v0.4.2 Pre-release
Pre-release

Added

  • Expose the (Q)SPI pins to access flash memory (Tx @phoracek!)

v0.4.1

27 Apr 14:04
Compare
Choose a tag to compare
v0.4.1 Pre-release
Pre-release

Added

  • New feature: alloc

Changed

  • Dropped the Peripheral Access Crate implementation of the audio driver in favour of the embedded_hal
    implementation.
  • Refactored the crate to make the requirement for rust nightly and the alloc
    crate
    optional. See the audio_* examples for more details.
  • Refactored the crate to remove implicit definitions of #[interrupt] handlers in favour of explicit declaration
    in program code. See the audio_* examples for more details.

v0.3.2

01 Apr 15:46
Compare
Choose a tag to compare
v0.3.2 Pre-release
Pre-release

Changed

  • Changed license to MIT

v0.3.0

24 Mar 13:45
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

Added

  • New feature: log-itm
  • New example: itm

Changed

  • Refactored the structure of the crate to avoid the problem of the Board interface taking ownership of pac/hal
    singletons. Check out the examples/ directory for more information.
  • Modified the MIDI API to work with the Daisy Pod's MIDI pin numbers by default.
  • Updated stm32h7xx_hal to 0.9.0

v0.2.0

03 Feb 12:50
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Added

  • New examples: adc_hal, adc_bsp
  • New member for daisy::Board: board.peripheral
  • Set peripheral clock to: 4 MHz

v0.1.0

28 Nov 14:42
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Initial Release

Supported features are:

  • Default clock configuration @ 480 MHz
  • User LED
  • Audio
  • MIDI (via USART1)

Please note that this crate is still very much a work in progress and not suitable for production use.