Closed datdenkikniet closed 2 years ago
I think this is as good as it is going to get for now. Haven't been able to actually test any of the rewritten examples yet. Once I get around to that (and it works, which is what I expect them to do), this will be merged
Add docs to everything and
#[deny(missing_docs)]
Update the docs on how to run the examples.
Convert all examples to use
defmt
for logging.Update the examples so all of them can run on all supported MCUs
Remove the
arp-smoltcp
example because it does the exact same thing as thearp
example, but in a more roundabout manner that doesn't provide a neccessarily useful example. Usingsmoltcp
in the presented manner is not very common.Update the CI so that all examples are tested for one MCU for each family.
Add
CHANGELOG.md
.Makes
ieee802_3_miim
an unconditional dependencyTODO: