//! Espressif BSP generator vendor path.
//!
//! Espressif chips carry a richer pin/clock model than the STM32-shaped
//! generic [`crate::ir::Ir`] can express (four-slot IO MUX, GPIO matrix
//! signal routing, `SYSTEM`/`PCR` peripheral gates rather than RCC). To
//! keep the STM32 path untouched while still supporting esp-pac targets,
//! this module carries its own intermediate representation and loader
//! that reads YAML chip/board specs from the `rlvgl-chips-esp` chipdb
//! crate.
//!
//! The rendering pipeline (`render_esp_pac`) lives alongside in a future
//! `render.rs` submodule; this initial landing only covers the IR types
//! and load path.
pub use ;
pub use ;
pub use ;