File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
libraries/tock-register-interface Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## master
4
4
5
+ ## v0.7
6
+
7
+ - #2642 : Rename ` IntLike ` to ` UIntLike ` to match semantics
8
+ - #2618 : Reorganize, document, and feature-gate modules and exports
9
+ - #2589 : Upgrade nightly for ` const_fn ` -> ` const_fn_trait_bound `
10
+ - #2517 : Use traits for accessing / manipulating registers
11
+ - #2512 : Fix ` Copy ` and ` Clone ` implementation on ` Field `
12
+ - #2300 : Add support for ` usize `
13
+ - #2220 : Remove duplicate code, make local register copy read-write
14
+ - #2210 : Add ` u128 ` to ` IntLike `
15
+ - #2197 : Accept trailing comma in bitfields and bitmasks
16
+
5
17
## v0.6
6
18
7
19
- #2095 : Fix syntax errors and inconsistencies in documentation
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " tock-registers"
3
- version = " 0.6 .0"
3
+ version = " 0.7 .0"
4
4
authors = [" Tock Project Developers <tock-dev@googlegroups.com>" ]
5
5
description = " Memory-Mapped I/O and register interface developed for Tock."
6
6
homepage = " https://www.tockos.org/"
You can’t perform that action at this time.
0 commit comments