You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release mcan/0.5.0 (#48)
### Added
- Add safe way to shutdown the bus when actively transmitting/receiving
(#45)
- Add method to finalize configuration into initialization mode (#47)
### Changed
- *Breaking* Update the register mappings with svd2rust 0.30.2 and form
0.10.0 (#46)
Release mcan-core/0.2.2 (#30)
Version 0.2.1 did not include updated README.md. Now, both mcan/0.2.0
and mcan-core/0.2.2 should have the same welcome page on `crates.io`
Demand `Message RAM` pointer through `Dependencies` (#18)
MCAN uses 16-bit addressing internally. In order to validate the
correctness of the `Message RAM` placement, the target HAL has to
provide information about its absolute position in RAM.
Split `mcan` into two crates + `mcan-core` documentation (#6)
In order to simplify the integration process of `mcan` into target HALs,
it was split into a main crate (`mcan`) and a small integration layer crate
(`mcan-core`) that contains only traits relevant on the HAL level. Such a
split allows for easier maintenance and a faster pace of development as
`mcan` releases will be less dependent on the release pace of target
HALs.
This commit also provides complete documentation of `mcan-core`.