Commit graph

13 commits

Author SHA1 Message Date
Mirabellensaft 5be260503a rm unused imports and fix logging 2022-01-12 17:33:45 +01:00
Mirabellensaft ca262675e8 info! -> println! 2022-01-10 14:31:07 +01:00
Lotte Steenbrink 60dd65fa1f fix typo 2022-01-10 14:24:44 +01:00
Lotte Steenbrink 9c1a7e5ee1 finish advanced defmt port 2022-01-10 14:24:44 +01:00
Jorge Aparicio d202ff31d9 usb-4: simplify "how to switch parser" instructions 2021-01-29 13:18:13 +01:00
Jorge Aparicio 461a9b4d8e usb-4: add note on how to switch to participant's USB parser
the starter code uses the parser from the `usb2` crate because the code won't compile if it uses the
workshop's `usb` in its initial form
2021-01-29 13:11:08 +01:00
Rafael Bachmann b67660a753
Add logging from usb-4-solution.rs 2020-10-18 19:06:13 +02:00
Rafael Bachmann dfb8685d73
Reduce diff of usb-4.rs to usb-4-solution.rs
While comparing my solution to the given solution, I found the diff between the two files is larger than it should be. I believe the differences are completely unrelated to the usb-4 topics.
2020-10-18 18:45:49 +02:00
Jorge Aparicio 23ebeaf41a fix a warning 2020-07-10 11:15:58 +02:00
Lotte Steenbrink 6abc87a9cc advanced workshop material: extend README.md, add Mac OS specific information, extend hints inexample code 2020-07-09 11:23:52 +02:00
Lotte Steenbrink 88d713d65f usb-4.rs: unify 2020-07-03 16:27:48 +02:00
Lotte Steenbrink e5728a440f first sketch: pre-impl set_address to make ws work for mac os users (works; not ported, not cleaned up) 2020-07-02 18:07:16 +02:00
Jorge Aparicio 886487dee6 - spread out USB information
- add intermediate-step solutions
- add more hints
- refactor exercise & text to have the same amount of work on all OSes
- add `usb` parser solutions
- make `dk-run` less silent
- rename rtic binaries (shorter names)
- link to the main svd2rust API docs
2020-06-30 19:02:21 +02:00
Renamed from advanced/firmware/src/bin/rtic-usb-4.rs (Browse further)