vesper/targets
Berkus Decker f76fab3fff chore: ♻️ Use different DTB files for rpi3 and rpi4 2022-02-10 02:14:07 +02:00
..
README.md Add more information to READMEs 2020-10-21 05:52:08 +03:00
aarch64-vesper-metta.json build: 🛠 Support per-binary linker scripts 2022-02-10 02:14:07 +02:00
bcm2710-rpi-3-b-plus.dtb Add Raspberry Pi target configuration 2020-08-09 19:35:09 +03:00
bcm2711-rpi-4-b.dtb chore: ♻️ Use different DTB files for rpi3 and rpi4 2022-02-10 02:14:07 +02:00
bcm2711-rpi-400.dtb chore: ♻️ Use different DTB files for rpi3 and rpi4 2022-02-10 02:14:07 +02: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.