cortex-ar 0.2.0

CPU support for AArch32 Arm Cortex-R and Arm Cortex-A
Documentation
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();
}