use imxrt_rt::Family; fn main() { imxrt_rt::RuntimeBuilder::from_ram(Family::Imxrt1010) .device_script_name("imxrt1010.x") .build() .unwrap(); }