//! Nordic YAML adapter used in BSP tests.
//!
//! Converts vendor-supplied YAML directly into the generic [`Ir`] structure
//! without additional processing. This demonstrates how non-STM32 boards can
//! feed the generator pipeline without vendor-specific tables.
use crateIr;
use Result;
/// Parse a YAML specification into [`Ir`].
///
/// # Errors
/// Returns any `serde_yaml` parsing failures.