fix(iomux): Fix port signal length (given mux size non-power of 2)
[pinmux.git] / src / spec / stage2.py
2022-09-27 Andrey Miroshnikovfeat(stage2): Moved up a directory to work with the...
2022-09-27 Andrey Miroshnikovfeat(stage2): extracting bank and pin information from...
2022-09-21 Andrey Miroshnikovfeat(stage2): Added PinSpec testing, not used yet
2022-09-21 Andrey Miroshnikovfeat(stage2): Added iotypes in
2022-09-17 Andrey Miroshnikovfeat(stage2.py): Added extra 2 gpios to match the dummy...
2022-09-14 Andrey Miroshnikovfeat(stage2.py): Starting to automate the tests to run
2022-09-14 Andrey Miroshnikovfeat(stage2.py): Added the GTKWave doc generator func
2022-09-13 Andrey Miroshnikovfeat(stage2.py): Clean up and made sure ports are yield'd
2022-09-13 Andrey Miroshnikovfeat(stage2.py): Converted iomux pad/perith connections...
2022-09-10 Andrey Miroshnikovfeat(stage2.py): iomux blocks added to parametrisable...
2022-09-10 Andrey Miroshnikovfeat(stage2.py): Added peripheral Rec/Sig declaration...
2022-09-09 Andrey Miroshnikovfeat(stage2.py): Added I2C back in
2022-09-07 Andrey Miroshnikovfeat(stage2.py): Added new pads now tested with uart
2022-09-07 Andrey Miroshnikovfeat(stage2.py): Moved peripherals into the 'pins'...
2022-09-03 Andrey Miroshnikovfeat: I2C demo test now loopback
2022-09-03 Andrey Miroshnikovfeat(stage2.py): Changed UART test to loopback config.
2022-09-01 Andrey MiroshnikovAdded gpio demo, parametrised pads
2022-09-01 Andrey MiroshnikovAdded i2c demo
2022-08-31 Andrey MiroshnikovImproved bit-bang UART test func for demo
2022-08-30 Andrey MiroshnikovAdding first manual mux experiment
2022-08-18 Andrey MiroshnikovAdding stage2 file for auto-gen of the pinmux block...