[][src]Function cntrlr_build::configure_board

pub fn configure_board() -> Option<Board>

Set up the rust build environment for the selected board.

Based on the CNTRLR_BOARD environment variable, this function will set the board= and mcu= rust configurations, which can be used to customize your application behavior based on the target environment. It also returns information about the selected board.