Commit c8f4eb8
committed
version 1.0
- Add CHANGELOG file.
- Add AUTHOR file.
- The banner licence of each file has been changed to 'Copyright 2015-2024 cmsis-svd Authors'
- Add CMSIS SVD XML Schema Definition files for versions:
1.0, 1.1, 1.2, 1.3.1, 1.3.2, 1.3.3, 1.3.4, 1.3.5, 1.3.6, 1.3.7, 1.3.8, 1.3.9, 1.3.10, 1.3.11.
Schema 1.3.11 is unofficial for the moment, but officially in review by the svd spec maintainers,
and brings major fixes, see @ckudera PR in Open-CMSIS-Pack/svd-spec#14 .
- Add CMSIS SVD Python model XML serializer SVDXmlSerializer, which is a refactored
and modified version of the SVD XML serializer from the SVDSuite project.
- CMSIS SVD Python model improvements:
* CMSIS SVD spec support up to 1.3.11.
* Model classes are now based on Python dataclass.
* New SVD data types: SVDReadActionType, SVDModifiedWriteValuesType,
SVDEnumUsageType, SVDEndianType, SVDDataTypeType, SVDAddressBlockUsageType,
SVDAccessType, SVDSauAccessType, SVDProtectionType, SVDCPUNameType.
* Add XML serializer methods: to_xml(), to_xml_file(), to_xml_node().
* Add JSON serializer methods: to_json(), to_json_file().
* Add new methods to access to peripherals, registers and fields:
SVDDevice.get_peripherals(), SVDPeripheral.get_registers(), SVDRegister.get_fields()
* Python type hint and PEP8 review.
- CMSIS SVD Python parser improvements:
* Add method for standalone SVD XML validation via: validate_xml_tree(),
validate_xml_file() and validate_xml_str().
* Add flexible XML data validation to SVDParser.get_device() via xml_validation,
schema_version and schema_version_detection parameters.
* Add parsing for SVD XML device tag attributes: namespace and noNamespaceSchemaLocation
* Python type hint and PEP8 review.
- CMSIS SVD Python:
* Add pyproject.toml to avoid pip install deprecation warning.
* Replace Python dev-requirements.txt file by a DEV 'extras_require' in setup.py.
* Python README improvements.
* Move Python 'tests' and 'exemples' directories to the root of the Python package.
- Fix regex SyntaxWarning message during bitfield range parsing.
Reported by @brainstorm in #185 (comment)
- Fix incompatibility with the CMSIS-SVD schema for enumeratedValues in fieldType.
Reported by @gschwaer in #185 (comment)
- Fix improper register field filtering based on 'reserved' field name.
Reported by @BenBE in #185 (comment)
- Fix for path traversal (CWE-22 and related) in SVDParser.for_packaged_svd()
Reported by @BenBE in #185 (review)
Fix proposal by @ckudera in #185 (comment)1 parent 38d21d3 commit c8f4eb8
File tree
46 files changed
+154705
-86809
lines changed- .github/workflows
- python
- cmsis_svd
- examples
- serializers
- tests
- examples
- tests
- schemas
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
46 files changed
+154705
-86809
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 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 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
16 | | - | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
3 | 2 | | |
4 | | - | |
5 | | - | |
| 3 | + | |
| 4 | + | |
6 | 5 | | |
7 | 6 | | |
8 | | - | |
| 7 | + | |
| 8 | + | |
9 | 9 | | |
10 | | - | |
11 | | - | |
| 10 | + | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
15 | | - | |
| 14 | + | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
19 | | - | |
20 | | - | |
| 18 | + | |
21 | 19 | | |
22 | | - | |
23 | | - | |
| 20 | + | |
| 21 | + | |
24 | 22 | | |
25 | 23 | | |
26 | | - | |
27 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
31 | 30 | | |
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
35 | | - | |
36 | | - | |
37 | 34 | | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
| 35 | + | |
42 | 36 | | |
43 | | - | |
44 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
45 | 46 | | |
46 | | - | |
47 | 47 | | |
48 | | - | |
49 | | - | |
50 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
51 | 63 | | |
52 | 64 | | |
53 | | - | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
54 | 72 | | |
| 73 | + | |
| 74 | + | |
55 | 75 | | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
68 | 88 | | |
69 | 89 | | |
70 | 90 | | |
71 | | - | |
72 | | - | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
73 | 104 | | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
78 | 117 | | |
79 | | - | |
80 | | - | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
81 | 134 | | |
82 | | - | |
| 135 | + | |
| 136 | + | |
83 | 137 | | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
88 | 144 | | |
89 | 145 | | |
90 | | - | |
91 | | - | |
| 146 | + | |
92 | 147 | | |
93 | | - | |
94 | | - | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
95 | 151 | | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
| 152 | + | |
| 153 | + | |
100 | 154 | | |
101 | 155 | | |
102 | 156 | | |
103 | 157 | | |
104 | | - | |
| 158 | + | |
105 | 159 | | |
106 | 160 | | |
107 | 161 | | |
108 | | - | |
| 162 | + | |
109 | 163 | | |
110 | 164 | | |
111 | 165 | | |
112 | 166 | | |
113 | 167 | | |
114 | | - | |
115 | | - | |
| 168 | + | |
116 | 169 | | |
117 | | - | |
| 170 | + | |
0 commit comments