Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2df67d2

Browse files
committed
Fixed 'cansocket' test. Updated CHANGELOG
1 parentef03a48 commit2df67d2

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

‎CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33
The change log for the Rust[socketcan](https://crates.io/crates/socketcan) library.
44

5+
##Unreleased in this branch
6+
7+
- Added a 'CanId' type with more flexibility than embedded_can::Id
8+
- Moved from UD utility functions and types from frame module to id
9+
- InterfaceCanParams now has all items as Option<>. Can be used to get or set multiple options.
10+
-[#58](https://github.com/socketcan-rs/socketcan-rs/pull/58) Add new API to enumerate available SocketCAN interfaces
11+
-[#60](https://github.com/socketcan-rs/socketcan-rs/pull/60) Make`CanState` public
12+
-[#61](https://github.com/socketcan-rs/socketcan-rs/pull/61)`CanFdSocket` read_frame crash fix
13+
-[#64](https://github.com/socketcan-rs/socketcan-rs/pull/64) Make termination u16 and add`set_termination`
14+
-[#65](https://github.com/socketcan-rs/socketcan-rs/pull/65) Dump parsing also optionally trims off CR at the line end
15+
-[#66](https://github.com/socketcan-rs/socketcan-rs/pull/66) 1CanInterface1: add 1set_can_params1 method to set multiple parameters
16+
-[#67](https://github.com/socketcan-rs/socketcan-rs/pull/67) Improved tokio async implementation
17+
-[#68](https://github.com/socketcan-rs/socketcan-rs/pull/68) remove unnecessary qualifications
18+
-[#73](https://github.com/socketcan-rs/socketcan-rs/pull/73) Update some dependencies
19+
-`itertools` to v0.13,`nix` to v0.29,`bitflags` to v2.6,`mio` to v1
20+
-[#75](https://github.com/socketcan-rs/socketcan-rs/pull/75) Fix DLC and add padding for CANFD frames
21+
-[#76](https://github.com/socketcan-rs/socketcan-rs/pull/76) Add CanCtrlModes::has_mode(mode: CanCtrlMode)
22+
-[#80](https://github.com/socketcan-rs/socketcan-rs/pull/80) Friendly non-Linux compilation error
23+
- Remove unused byte_conv dependency
24+
25+
526
##[Version 3.3.0](https://github.com/socketcan-rs/socketcan-rs/compare/v3.2.0..v3.3.0) (2023-10-27)
627

728
-[#53](https://github.com/socketcan-rs/socketcan-rs/pull/53) Added CanFD support for tokio

‎tests/cansocket.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
#[cfg(feature ="vcan_tests")]
1313
use socketcan::{
14-
frame::{ERR_MASK_ALL,ERR_MASK_NONE},
14+
id::{ERR_MASK_ALL,ERR_MASK_NONE},
1515
CanFrame,CanSocket,EmbeddedFrame,ShouldRetry,Socket,SocketOptions,StandardId,
1616
};
1717

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp