Skip to content

rust-console/rrt0

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rrt0

Simple cross-platform runtime / startup (like crt0).

Supported platforms

Primary goals

  • Create a sane, platform-specific runtime environment
    • Set the stack pointer
    • Clear the .bss section (uninitialized static data)
    • Minimal hardware initialization (e.g. configuring the FPU)
    • Panic handler
  • Provide basic I/O primitives
    • stdout and stderr with configurable streams

About

A simple cross-platform runtime / startup for Rust on embedded devices.

Resources

License

Stars

Watchers

Forks

Packages

No packages published