Crate hifive1[][src]

Expand description

Board support crate for HiFive1 and LoFive boards

Re-exports

pub use e310x_hal as hal;
pub use clock::configure as configure_clocks;
pub use led::rgb;
pub use led::Led;
pub use led::BLUE;
pub use led::GREEN;
pub use led::RED;
pub use stdout::configure as configure_stdout;

Modules

Board-specific clock configuration

On-board SPI Flash

On-board user LEDs

Stdout based on the UART hooked up to FTDI or J-Link

Macros

Returns single pin for given gpio object mapped accordingly

Returns tuple of pins for given gpio object mapped accordingly

Macro for printing to the serial standard output

Macro for printing to the serial standard output, with a newline.