8000 Tags · GrepitAB/mcan · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: GrepitAB/mcan

Tags

mcan/0.7.0

Toggle mcan/0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release mcan/0.7.0 (#57)

### Added
- Add method to query the Tx FIFO/Queue full status (#56)

mcan/0.6.0

Toggle mcan/0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release mcan/0.6.0 (#53)

### Added
- Add method to check if bus is dominant (#51)

mcan/0.5.0

Toggle mcan/0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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)

mcan/0.4.0

Toggle mcan/0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release mcan/0.4.0 (#44)

### Added
 - Add `Can::aux::initialization_mode` (#41)

### Changed
- Fix some issues with watermark sizes for Rx FIFOs and Tx Event FIFO
(#43)
 - Adhere to `filter_map_bool_then` clippy lint (#42)

mcan-core/0.2.2

Toggle mcan-core/0.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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`

mcan/0.2.0

Toggle mcan/0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release mcan/0.2.0 (#29)

The first actual release of the `mcan` crate.

mcan-core/0.2.1

Toggle mcan-core/0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Improve safety doc-string for `Dependencies` trait (#19)

Overlooked in #18.

mcan-core/0.2.0

Toggle mcan-core/0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.

mcan-core/0.1.1

Toggle mcan-core/0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release mcan-core/0.1.1 (#9)

Release contains:
- fix for previously missing `#![no_std]` attribute (#8)

mcan-core/0.1.0

Toggle mcan-core/0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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`.
0