shuffle interface-reading code around to create InterfacesBase class
[pinmux.git] / src / bsv / interface_decl.py
2018-07-10 Luke Kenneth Casso... shuffle interface-reading code around to create Interfa...
2018-07-02 Luke Kenneth Casso... pep8 whitespace cleanup
2018-07-02 rishucodingchanging comment to docstring
2018-07-02 rishucodingAdding comments to interface_decl.py
2018-06-29 Luke Kenneth Casso... remove typo X
2018-06-27 Luke Kenneth Casso... remove print statements
2018-06-25 Luke Kenneth Casso... split out iocells to separate interface, just makes...
2018-06-25 Luke Kenneth Casso... rename ioN_inputval to ioN_cell_in
2018-06-25 Luke Kenneth Casso... remove GenericIOType and FunctionType for now
2018-06-25 Luke Kenneth Casso... change enabled mode, to look lke test output
2018-06-25 Luke Kenneth Casso... reformat declarations to look like test file, bit hacky...
2018-06-25 Luke Kenneth Casso... pep8 cleanup
2018-06-25 Luke Kenneth Casso... whoops use bsv comments not python comments!
2018-06-24 Luke Kenneth Casso... whoops accidentally removed all parameters not just...
2018-06-24 Luke Kenneth Casso... remove pullup and other pad characteristics as theyre...
2018-06-20 Luke Kenneth Casso... remove None from format functions
2018-06-13 Luke Kenneth Casso... use getifacetype to identify generation of xxxx_io...
2018-06-12 rishucodingreplace split from whitespace to tabspace
2018-05-31 Luke Kenneth Casso... autopep8 cleanup
2018-04-09 Luke Kenneth Casso... add busenable output
2018-03-31 Luke Kenneth Casso... big python3 interoperability update
2018-03-30 Luke Kenneth Casso... remove debug print statements
2018-03-30 Luke Kenneth Casso... autopep8 whitespace cleanup
2018-03-30 Luke Kenneth Casso... add a "single" mode to Interfaces, stops number being...
2018-03-29 Neelcell interface is now a single output method of Generic...
2018-03-28 Luke Kenneth Casso... remove manual dictionary, use interface txt file defini...
2018-03-23 Luke Kenneth Casso... move pinmux generator function to src/bsv directory