Crate hifive_inventor

Source
Expand description

Board file for BBC HiFive Inventor RISC-V development platform.

Modulesยง

io

Structsยง

HiFiveInventor ๐Ÿ”’
A structure representing this platform that holds references to all capsules for this platform. Weโ€™ve included an alarm and console.

Constantsยง

FAULT_RESPONSE ๐Ÿ”’
NUM_PROCS

Staticsยง

CHIP ๐Ÿ”’
PROCESSES ๐Ÿ”’
PROCESS_PRINTER ๐Ÿ”’
STACK_MEMORY
Dummy buffer that causes the linker to reserve enough space for the stack.

Functionsยง

mainโš 
Main function called after RAM initialized.
start ๐Ÿ”’ โš 
This is in a separate, inline(never) function so that its stack frame is removed when this function returns. Otherwise, the stack space used for these static_inits is wasted.