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