#![no_std] use cortex_m as _; pub use imxrt1170_flash_algos::flash::issi::Is25xP128 as Flash; pub type Algorithm = imxrt1170_flash_algos::Algorithm;