Crate mips_rt

Source
Expand description

Startup code and minimal runtime for MIPS microcontrollers targets a MIPS microcontroller.

Functions§

heap_start
Returns a pointer to the start of the heap

Attribute Macros§

entry
Attribute to declare the entry point of the program
exception
Attribute to declare an exception handler and setting up respective symbols for linking
interrupt
Attribute to declare an Interrupt Service Routine (ISR)
pre_init
Attribute to declare a pre_init hook function