| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-09-29 | Test with GNU ld in CI | Ian McIntyre | |
| Ensure that we can use GCC's linker to generate our Rust firmware. This is useful for exploring mixed-language firmware builds. | |||
| 2022-12-01 | Explicitly match family variants in host impl | Ian McIntyre | |
| Might help the next person who wants to add a new family. There's a way to defeat this lint when the enum is (Partial)Eq: use if / else to emulate a fallthrough. I can't find _another_ lint that would prevent that pattern, so I'll try to be vigilent here. | |||
| 2022-12-01 | First commit | Ian McIntyre | |
