Add sha3 repo and config, bump tools for xcustom fix

This commit is contained in:
Colin Schmidt
2019-08-25 08:22:41 -07:00
parent 520de19f86
commit a494f88af0
5 changed files with 14 additions and 2 deletions

View File

@@ -27,6 +27,10 @@ class RoccRocketConfig extends Config(
new WithRoccExample ++
new DefaultRocketConfig)
class Sha3RocketConfig extends Config(
new sha3.WithSha3Accel ++
new DefaultRocketConfig)
class PWMRocketConfig extends Config(
new WithPWMBoomRocketTop ++
new BaseRocketConfig)