1 2 3 4 5 6 7 8 9
//! # Build script for the Cortex-R library //! //! This script only executes when using `cargo` to build the project. //! //! Copyright (c) Ferrous Systems, 2025 fn main() { arm_targets::process(); }