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/
2018-08-19 23:42:24 +02:00
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.
2018-08-19 00:42:36 +02:00
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
2018-06-29 19:48:42 +02:00
Andre Richter
99f4dc24b3
Change dockcross path to newest upstream release
2018-06-17 13:14:03 +02:00
Andre Richter
27a5f64156
Dockcross binaries path changed
2018-05-16 00:28:21 +02:00
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
2018-05-07 22:44:44 +02:00
Andre Richter
eb59646733
Fix clippy targets
2018-04-09 22:18:27 +02:00
Andre Richter
7273745da6
Add raspbootin64 tutorial and reshuffle order
2018-04-08 19:56:26 +02:00
Andre Richter
857568009e
Lazily generate dockcross runscript
2018-04-07 13:13:56 +02:00
Andre Richter
b2f5da7184
Add tutorial 02_multicore_rust
2018-04-03 22:56:54 +02:00