//! Nordic nRF BSP generator vendor path.
//!
//! Nordic nRF chips use a PSEL-based pin routing model and shared
//! peripheral instance slots that require a vendor-specific IR distinct
//! from both the STM32 generic [`crate::ir::Ir`] and the Espressif
//! [`crate::bsp::espressif::EspIr`].
//!
//! The pipeline reads YAML chip/board specs from `rlvgl-chips-nrf`,
//! validates and merges them into [`NrfIr`], then renders PAC-level
//! init code via MiniJinja templates.
pub use ;
pub use ;
pub use ;