vesper/targets
Berkus Decker 6c5d7a13fc Add more information to READMEs
https://scarfolk.blogspot.com/
2020-10-21 05:52:08 +03:00
..
README.md Add more information to READMEs 2020-10-21 05:52:08 +03:00
aarch64-vesper-metta.json Add Raspberry Pi target configuration 2020-08-09 19:35:09 +03:00
bcm2710-rpi-3-b-plus.dtb Add Raspberry Pi target configuration 2020-08-09 19:35:09 +03:00

README.md

vesper-targets

These are target specifications suitable for cross-compiling Rust crates for Vesper.

They are very much based on Robigalia's sel4-targets.

Status

Complete for aarch64. Untested for anything else.

Generating target specifications:

See description in rust docs.

To generate a target specification json template, run

rustc +nightly -Z unstable-options --target=<your target name> --print target-spec-json

To do

"panic-strategy": "abort" is ok for baremetal targets, but not for -metta, right? Will rework for userspace targets when we have unwinding.


For more information please re-read.