net-enc28j60: add HIL test.

This commit is contained in:
Dario Nieuwenhuis
2023-08-18 16:11:18 +02:00
parent 73942f50cb
commit 7f97efd922
7 changed files with 256 additions and 12 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"nrf52840-dk");
use defmt::{assert, info};
use embassy_executor::Spawner;