vesper/targets
Berkus Decker c618cc18d4 [wip:explore/dtb] Add more dtbs for the boards I have 2021-07-11 22:32:46 +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
bcm2708-rpi-zero-w.dtb [wip:explore/dtb] Add more dtbs for the boards I have 2021-07-11 22:32:46 +03:00
bcm2710-rpi-3-b-plus.dtb [wip:explore/dtb] Add more dtbs for the boards I have 2021-07-11 22:32:46 +03:00
bcm2711-rpi-4-b.dtb [wip:explore/dtb] Add more dtbs for the boards I have 2021-07-11 22:32:46 +03:00
bcm2711-rpi-400.dtb [wip:explore/dtb] Add more dtbs for the boards I have 2021-07-11 22:32:46 +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.