vexide-startup 0.4.1

Support code for V5 Brain user program booting
Documentation

vexide-startup

Startup primitives for the vexide runtime. This project provides a bare-metal entrypoint that freestanding Rust binaries can leverage to run on the VEX V5 Brain.

This includes:

  • Stack setup
  • Code signature/program header types
  • BSS section handling
  • Global allocator setup for vexide_core.
  • vexos background processing