|
||
---|---|---|
.. | ||
README.md | ||
aarch64-vesper-metta.json | ||
bcm2710-rpi-3-b-plus.dtb | ||
bcm2711-rpi-4-b.dtb | ||
bcm2711-rpi-400.dtb |
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:
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.