vexide-startup

Crates.iovexide-startup
lib.rsvexide-startup
version0.3.2
sourcesrc
created_at2024-05-11 02:43:43.582554
updated_at2024-10-16 01:40:41.718307
descriptionSupport code for V5 Brain user program booting
homepage
repositoryhttps://github.com/vexide/vexide
max_upload_size
id1236556
size538,693
Gavin (Gavin-Niederman)

documentation

README

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
Commit count: 1638

cargo fmt