#
d641c086 |
| 31-Jan-2018 |
Brad Bishop <bradleyb@fuzziesquirrel.com> |
Revert "Port obmc to python3.5"
Parse error with this change: TypeError: iter() returned non-iterator of type 'PathTreeItemIterator'
This reverts commit f99783be6592130bbad2d0f69ada2b7ac61618f3.
C
Revert "Port obmc to python3.5"
Parse error with this change: TypeError: iter() returned non-iterator of type 'PathTreeItemIterator'
This reverts commit f99783be6592130bbad2d0f69ada2b7ac61618f3.
Change-Id: Id2b7f4af5284d25d59e19905c7b873726b02f700 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
show more ...
|
#
e2b65e90 |
| 01-Apr-2016 |
Brad Bishop <bradleyb@us.ibm.com> |
Added python to dts encoder
This is a rudimentary python to device tree encoder.
It supports nested nodes and, cell, cell array, string, string array, and mixed array properties. At the moment ther
Added python to dts encoder
This is a rudimentary python to device tree encoder.
It supports nested nodes and, cell, cell array, string, string array, and mixed array properties. At the moment there is no support for binary properties.
show more ...
|