Crate mips_rt

source ·
Expand description

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

Functions§

  • Returns a pointer to the start of the heap

Attribute Macros§

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