[][src]Crate hifive1

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::RED;
pub use led::GREEN;
pub use led::BLUE;
pub use led::rgb;
pub use led::Led;
pub use stdout::configure as configure_stdout;

Modules

clock

Board-specific clock configuration

led

On-board user LEDs

stdout

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

Macros

sprint

Macro for printing to the serial standard output

sprintln

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