Make it possible to adjust the type of pad controls used,
authorMegan Wachs <megan@sifive.com>
Tue, 18 Jul 2017 17:58:04 +0000 (10:58 -0700)
committerMegan Wachs <megan@sifive.com>
Wed, 19 Jul 2017 15:01:42 +0000 (08:01 -0700)
commit4d74e8f67f871df93f7bb2dfb2fa8bffb641fc4a
tree5532a1f4c6b1c07623f2c1065ca3adfbb57ac41e
parentfb9dd313741196a062e6a0f6462cf3a2bce710a9
Make it possible to adjust the type of pad controls used,
and seperate out some of the "GPIO Peripheral" from "Pin Control"
src/main/scala/devices/gpio/GPIO.scala
src/main/scala/devices/gpio/JTAG.scala
src/main/scala/devices/i2c/I2C.scala
src/main/scala/devices/i2c/I2CPeriphery.scala
src/main/scala/devices/i2c/I2CPins.scala
src/main/scala/devices/mockaon/MockAONWrapper.scala
src/main/scala/devices/pinctrl/PinCtrl.scala [new file with mode: 0644]
src/main/scala/devices/pwm/PWMPeriphery.scala
src/main/scala/devices/spi/SPIPeriphery.scala
src/main/scala/devices/spi/SPIPins.scala
src/main/scala/devices/uart/UARTPeriphery.scala