-
Notifications
You must be signed in to change notification settings - Fork 3
/
RELEASE_NOTES.txt
43 lines (37 loc) · 1.63 KB
/
RELEASE_NOTES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
1.1.0 (regbits) 0.1.4 (svd2regbits.py) 2021 Feb 02
-----------------------------------------------------
* svd2regbits.py: Support multiple "<interrupt>" tags in "<peripheral>"
* regbits.hxx: (no changes)
1.1.0 (regbits) 0.1.3 (svd2regbits.py) 2021 Jan 13
-----------------------------------------------------
* svd2regbits.py:
* Removed nested arm namespace in .hxx output
* Fix <enumeratedValues> for <register><fields><field derivedFrom=...>
* regbits.hxx: (no changes)
1.1.0 (regbits) 0.1.2 (svd2regbits.py) 2021 Jan 07
-----------------------------------------------------
* svd2regbits.py: Handle "<dimIncrement>" for clusters
* regbits.hxx: (no changes)
1.1.0 (regbits) 0.1.1 (svd2regbits.py) 2020 Dec 27
-----------------------------------------------------
* svd2regbits.py: Handle "<enumeratedValues derivedFrom=...>"
* regbits.hxx: (no changes)
1.1.0 2020 Dec 23
-------------------
* Added REGBITS_MSKD_UNSGN for WORD sizes wider than unsigned
* Small fix to REGBITS_ARRAY_RANGE constexpr static_assert
* New svd2regbits.py utility, and README_svd2regbits.md
1.0.2 2020 Nov 10
-------------------
* Minor change in regbits.hxx (Reg::zero constexpr)
* Major rewrite of unittest build system:
- top-level Makefile with make/cleanbin/clean targets
- bad/{arm,linux} makefiles build both pass and intentional fail tests
- rework capture of arm subdirs compilation results
1.0.1 2020 Jan 19
-------------------
* Reg extractors return Bits or Mskd instead of Reg
* Added bool Reg::all(Bits mask, Bits bits)
* Added "explicit" keyword to additional constructors
* "= default" copy constructors (required for GCC 9)
* Version numbering