Releases: antoinevg/daisy_bsp
Releases · antoinevg/daisy_bsp
v0.5.1
v0.4.2
v0.4.1
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 theaudio_*
examples for more details. - Refactored the crate to remove implicit definitions of
#[interrupt]
handlers in favour of explicit declaration
in program code. See theaudio_*
examples for more details.
v0.3.2
v0.3.0
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 theexamples/
directory for more information. - Modified the MIDI API to work with the Daisy Pod's MIDI pin numbers by default.
- Updated
stm32h7xx_hal
to0.9.0