main: add cxp test

This commit is contained in:
morgan 2024-09-09 10:52:11 +08:00
parent cdbd6fec47
commit 8fa2824b5b

View File

@ -17,7 +17,7 @@ use libasync::task;
use libboard_artiq::drtio_eem;
#[cfg(feature = "target_kasli_soc")]
use libboard_artiq::io_expander;
use libboard_artiq::{identifier_read, logger, pl};
use libboard_artiq::{cxp, identifier_read, logger, pl};
use libboard_zynq::{gic, mpcore, timer::GlobalTimer};
use libconfig::Config;
use libcortex_a9::l2c::enable_l2_cache;
@ -150,5 +150,7 @@ pub fn main_core0() {
task::spawn(ksupport::report_async_rtio_errors());
cxp::setup(&mut timer);
comms::main(timer, cfg);
}