aboutsummaryrefslogtreecommitdiff
path: root/examples/nrf52840/src/bin/ethernet_enc28j60.rs
Commit message (Collapse)AuthorAgeFilesLines
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
|
* feat(nrf/spim): erase Instance type from SpimAbraham Hamidi2025-09-241-1/+1
|
* executor: return error when creating the spawntoken, not when spawning.Dario Nieuwenhuis2025-08-291-1/+1
|
* net: refactor to simplify lifetimes/generics.Dario Nieuwenhuis2024-09-161-8/+6
|
* examples: ensure at least 3 sockets to avoid running out (DHCP, DNS, the user's)Dario Nieuwenhuis2024-08-071-7/+2
|
* nrf/gpio: remove generics.Dario Nieuwenhuis2024-01-221-10/+2
|
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-211-1/+0
|
* chore: replace make_static! macro usage with non-macro versionUlf Lilleengen2023-12-211-4/+13
|
* net-enc28j60: add example.Dario Nieuwenhuis2023-08-151-0/+124