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