17 Commits (4ecddb20deb50cd6e9c338dd6dfdeb6a6974d9ed)

Author SHA1 Message Date
Andre Richter 90d88f65b6
Streamlining, cleanup, and minor fixes. 6 years ago
Andre Richter 3e10cd52a1
Add nm target 6 years ago
Andre Richter 2046da5eab
Add objdump target 6 years ago
Andre Richter 6d135ee441
Makefile: Don't delete kernel8 6 years ago
Andre Richter c19993934c
Use cargo-xbuild
Also, have a config where the individual projects can reuse the same
sysroot.
6 years ago
Andre Richter 0d75a8eaf3
Use aarch64-unknown-none target in nightly 🎉
We have a generic target for writing bare-metal code
for 64-bit ARM architectures in upstream Rust now.

Use it to get rid of the fully custom target spec.

\o/
6 years ago
Andre Richter c5981b6ccd
Don't invoke clippy via xargo
Despite invoking clippy with xargo, it wasnt actually using the custom
target, so we don't need xargo here for now...

The target argument was missing anyways. Using it throws an error.
Needs some more investigation.
6 years ago
Andre Richter 323a346b07
Use llvm objcopy from rust toolchain 🎉
Its the last missing util we needed to be a rust-toolchain-only project.

https://github.com/rust-lang/rust/pull/50336
https://github.com/japaric/cargo-binutils
6 years ago
Andre Richter 99f4dc24b3
Change dockcross path to newest upstream release 6 years ago
Andre Richter 27a5f64156
Dockcross binaries path changed 6 years ago
Andre Richter fd4c62f9e8
Fix strange dockcross path changes
There were some strange changes to the aarch64 dockross image lately.
Looks like unintentional path changes. I'll adapt for now, but
hopefully this gets reverted to a sane state soon.

Referenece:
https://github.com/dockcross/dockcross/pull/221#issuecomment-387188681
6 years ago
Andre Richter eb59646733 Fix clippy targets 6 years ago
Andre Richter 7273745da6 Add raspbootin64 tutorial and reshuffle order 6 years ago
Andre Richter 857568009e Lazily generate dockcross runscript 6 years ago
Andre Richter b42c922012 Add clippy targets 6 years ago
Andre Richter b3c9e041e6 Add UART0 Hello World 6 years ago
bzt 7ace64ba9f Initial commit 7 years ago