vexide-startup 0.4.1

Support code for V5 Brain user program booting
Documentation
1
2
3
4
5
6
7
8
9
10
# vexide-startup

Startup primitives for the [vexide runtime](https://vexide.dev/). 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`]https://crates.io/crates/vexide_core.
- vexos background processing