Skip to content

Releases: sifive/pydevicetree

pydevicetree v0.0.12

13 Jan 19:00
b876edb
Compare
Choose a tag to compare
pydevicetree v0.0.12 Pre-release
Pre-release

Release notes for pydevicetree v0.0.12

Statistics since v0.0.11

  • 9 commits
  • 6 files changed, 43 insertions(+), 3 deletions(-)

Authors

Nathaniel Graff

Merge history

b876edb Bump version to 0.0.12
ecdef2e Make sure new children are reparented when merging
eaa1d57 Require DCO signoffs in commit messages
8c4eb0f Run mypy on the entire pydevicetree package

pydevicetree v0.0.11

04 Dec 18:54
8140d58
Compare
Choose a tag to compare
pydevicetree v0.0.11 Pre-release
Pre-release

Release notes for pydevicetree v0.0.11

Statistics since v0.0.10

  • 7 commits
  • 7 files changed, 768 insertions(+), 6 deletions(-)

Authors

Nathaniel Graff

Merge history

8140d58 Bump version to 0.0.11
cb0d078 Add HiFive board Devicetrees to integration tests

pydevicetree v0.0.10

03 Dec 18:00
e4fc07f
Compare
Choose a tag to compare
pydevicetree v0.0.10 Pre-release
Pre-release

Release notes for pydevicetree v0.0.10

Statistics since v0.0.9

  • 4 commits
  • 5 files changed, 19 insertions(+), 20 deletions(-)

Authors

Nathaniel Graff

Merge history

e4fc07f Bump version to 0.0.10
83db23c Allow paths to include multiple nodes with unit addresses

pydevicetree v0.0.9

02 Dec 19:46
0b1b91d
Compare
Choose a tag to compare
pydevicetree v0.0.9 Pre-release
Pre-release

Release notes for pydevicetree v0.0.9

Statistics since v0.0.8

  • 10 commits
  • 8 files changed, 31 insertions(+), 24 deletions(-)

Authors

Nathaniel Graff

Merge history

0b1b91d Bump version to 0.0.9
3c495e6 Test against latest dependencies in CI
ee5f156 Fixes to includes and include directives

pydevicetree v0.0.8

27 Nov 19:01
f81dcce
Compare
Choose a tag to compare
pydevicetree v0.0.8 Pre-release
Pre-release

Release notes for pydevicetree v0.0.8

Statistics since v0.0.7

  • 4 commits
  • 4 files changed, 24 insertions(+), 21 deletions(-)

Authors

Nathaniel Graff

Merge history

f81dcce Bump version to 0.0.8
0aca758 Fix interpretation of the ranges property

pydevicetree v0.0.7

26 Nov 18:49
55584b3
Compare
Choose a tag to compare
pydevicetree v0.0.7 Pre-release
Pre-release

Release notes for pydevicetree v0.0.7

Statistics since v0.0.6

  • 10 commits
  • 5 files changed, 74 insertions(+), 14 deletions(-)

Authors

Nathaniel Graff

Merge history

55584b3 Bump version to 0.0.7
886800a Improve get reg and readme
696f982 Add NodeReference.to_dts()

pydevicetree v0.0.6

25 Nov 22:13
b1c4dc0
Compare
Choose a tag to compare
pydevicetree v0.0.6 Pre-release
Pre-release

Release notes for pydevicetree v0.0.6

Statistics since v0.0.5

  • 9 commits
  • 6 files changed, 241 insertions(+), 33 deletions(-)

Authors

Nathaniel Graff

Merge history

b1c4dc0 Bump version to 0.0.6
e3cf8bf Create RegArray and RangeArray classes to encode the reg and ranges properties
3abf78e Add a Node.filter() method for generically filtering for nodes
893d9b4 Add support for aliases

pydevicetree v0.0.5

14 Nov 17:31
18582d4
Compare
Choose a tag to compare
pydevicetree v0.0.5 Pre-release
Pre-release

Release notes for pydevicetree v0.0.5

Statistics since v0.0.4

  • 13 commits
  • 16 files changed, 327 insertions(+), 130 deletions(-)

Authors

Nathaniel Graff

Merge history

476e1b0 Fix mypy type annotations
2874cdb Describe labels, paths, and references with classes
4c55ef5 from_dts() methods raise ParseExceptions on bad input
ce0db32 Create full Devicetrees and Properties from strings
1de15ae Chosen lives within the root node

pydevicetree v0.0.4

08 Nov 18:40
9102de4
Compare
Choose a tag to compare
pydevicetree v0.0.4 Pre-release
Pre-release

Release notes for pydevicetree v0.0.4

Statistics since v0.0.3

  • 21 commits
  • 14 files changed, 708 insertions(+), 454 deletions(-)

Authors

Nathaniel Graff

Merge history

9102de4 Bump version to v0.0.4
3bca450 Create node from string
062d733 Improve structure and documentation
e10cf0b Split up the pydevicetree.ast module for maintainability
1d27842 Fix typo in README
6a367ab Fix make upload

pydevicetree v0.0.3

07 Nov 18:24
d937bc0
Compare
Choose a tag to compare
pydevicetree v0.0.3 Pre-release
Pre-release

Release notes for pydevicetree v0.0.3

Statistics since v0.0.2

  • 14 commits
  • 6 files changed, 130 insertions(+), 3 deletions(-)

Authors

Nathaniel Graff

Merge history

d937bc0 Bump version to v0.0.3
502c424 Add small tutorial to README
baffea0 Set up CODEOWNERS to automatically get review requests
d874c87 Improvements to Makefile
9eccec7 Import important classes into the top-level pydevicetree module
5b89c95 Define a make target for uploading to PyPI