feat(iomux, pinmux, stage2): Change terminology from 'bank' to 'mux'/'port'
authorAndrey Miroshnikov <andrey@technepisteme.xyz>
Sat, 1 Oct 2022 08:42:55 +0000 (08:42 +0000)
committerAndrey Miroshnikov <andrey@technepisteme.xyz>
Sat, 1 Oct 2022 08:42:55 +0000 (08:42 +0000)
commitc4534b6fb37e1b11b33da03c6ce7e556096a89bd
tree1c4893f0c3e8a829a9d1fa8cbe14abb649d88bad
parentb42bd1363750d42fc0f6f0e4b4b51a44fc01a0fb
feat(iomux, pinmux, stage2): Change terminology from 'bank' to 'mux'/'port'

To improve clarity, the word 'bank' has been reserved for banks of pins on the
chip. Thus peripherals are now connected to different 'ports' of the mux,
and have a 'mux' setting.
src/spec/iomux.py
src/spec/pinmux.py
src/stage2.py