chipsalliance / caliptra-sw

Caliptra software (ROM, FMC, runtime firmware), and libraries/tools needed to build and test
Apache License 2.0
96 stars 44 forks source link

emulator: Tock registers update #1771

Closed swenson closed 1 week ago

swenson commented 3 weeks ago

MCU will be running the Caliptra emulator but also has other Tock libraries. The version of tock-registers is currently out of date, and the latest published crate is as well, so we use the git commit dependency as MCU will be using.

This only affects the emulator.

swenson commented 1 week ago

Thanks!