net-wiznet: add HIL test using w5100s.

This commit is contained in:
Dario Nieuwenhuis
2023-08-16 17:51:47 +02:00
parent f26dd54f63
commit 8a9f49c163
21 changed files with 271 additions and 38 deletions

View File

@ -1,8 +1,7 @@
#![no_std]
#![no_main]
#![feature(type_alias_impl_trait)]
#[path = "../common.rs"]
mod common;
teleprobe_meta::target!(b"rpi-pico");
use defmt::{info, unwrap};
use embassy_executor::Executor;