lab11 / signpost

Exploring what happens when you put computers on sign posts.
Apache License 2.0
90 stars 7 forks source link

Bump tock to latest master #61

Closed ppannuto closed 7 years ago

ppannuto commented 7 years ago

Everything compile-tested. Print energy app verified on controller/debug_backplane

ppannuto commented 7 years ago

This should be good to go.

Caveat: There's a known issue that crops up as a symptom of the nightly bump that you may encounter. This is a one-off that you'll only need to handle once, but if you encounter errors regarding duplicate definition of slice (or some such) in the registry in the core, you'll need to:

  1. make clean (or just rm -r target/ for this board)
  2. Clean out the cargo "registry" (its cache of packages / built objects): rm -rf ~/.cargo/registry ~/.cargo/git