signal name for pwm0 is pwm, so variables should change to pwm0_pwm and likewise
[pinmux.git] / src / actual_pinmux.py
2018-03-22 Neelsignal name for pwm0 is pwm, so variables should change...
2018-03-22 Luke Kenneth Casso... convert to classes (or functions)
2018-03-22 Luke Kenneth Casso... whitespace, autopep8
2018-03-22 Luke Kenneth Casso... rename cell mux to consistent naming scheme
2018-03-20 Neelswitching to python2 and added pep8 auto-sorter to...
2018-03-19 Neeladding support for PWM.
2018-03-13 Neeladding support for interface of SD/MMC.
2018-03-13 Neelrenaming params.py to parse.py. Adding checks on input
2018-03-13 Neelmaintaining distinct arrays for muxed and dedicated...
2018-03-13 Neelfull support for dedicated pins.
2018-03-12 Neelcode clean using pep8 and autopep8.
2018-03-12 Neelpartial support for dedicated pins
2018-03-12 Neeladdeds i2c (twi) interface and also support for inouts
2018-03-12 NeelMerge remote-tracking branch 'origin/master'
2018-03-12 Neelsyntax upgrades for python3 and above
2018-03-11 Neelchange rule names to allow implicit scheduling
2018-03-11 Neelautomated the pinumxing logic
2018-03-10 Neelinitial commit with minimal templates