85 Commits (cc09970b2d1d0dfa5517824b365c24a83e8dbae5)

Author SHA1 Message Date
Andre Richter c4f9432e13
Remove xbuild. Use upstream aarch64 rust-std 🎉 🦀
`rustup target add aarch64-unknown-none-softfloat` is now a thing.
It is no longer required to build rust-std on-demand with `xbuild`.

This reduces compile-times significantly.
4 years ago
Andre Richter f0513a6b0c
Upgrade to Rust nightly-2020-03-19 4 years ago
Andre Richter 6588cd9be6
Refactor tutorial 01 4 years ago
Andre Richter 9a02e86960
Switch to rust-analyzer 4 years ago
readlnh 2acb4152e5
Add Chinese translation of tutorial 01 (#44)
Add Chinese translation of Tutorial 01

Co-authored-by: Cola Chen <colachg@gmail.com>
4 years ago
Andre Richter bb78c779ca
Introducing Minipush, a raspbootcom replacement.
Gets rid of compiled C++, uses Ruby 💎
4 years ago
Andre Richter 0e78932bf7
Treat clippy warnigs as error 5 years ago
Andre Richter e690f8e7e4
Copyright bump to 2020 🎆 5 years ago
Andre Richter f6832bec31
Add ToC 5 years ago
Andre Richter fad90e8bb1
Update/force explicit toolchain 5 years ago
Andre Richter 9d77f46759
Some Makefile tweaks 5 years ago
Andre Richter 54137e8b38
Relicense as dual MIT OR Apache-2.0 5 years ago
Andre Richter 79a2a202b2
Make println! raw and an info! having the timestamp. 5 years ago
Andre Richter 1cc034b364
Makefile changes 5 years ago
Andre Richter 8c2b18e8ce
More robust, self-contained UART printing in panic! 5 years ago
Andre Richter 6cab68ec3a
Built with new compiler version 5 years ago
Andre Richter 6119cf88b1
Actions: Add RPi4 build 5 years ago
Andre Richter 9bebad4765
Misspell run 5 years ago
Andre Richter 6787f4b02c
Update README.md 5 years ago
Andre Richter eb5e0f0ae9
Update README.md 5 years ago
Andre Richter 2fe2dcba6d
Add support for Raspberry Pi 4 🎉 5 years ago
Andre Richter 2933bcf162
Separate init from main 5 years ago
Andre Richter 56a650397d
Having a little code formatting party 5 years ago
Andre Richter 29d992615d
Adapt tooling settings 5 years ago
Andre Richter 0ca114b408
Streamlining 5 years ago
Andre Richter 28bd523851
Update README.md 5 years ago
Andre Richter 038c558ac8
Big restructuring for more modularity
- Make architecture code separate from BSP code
- Make BSPs pull in drivers from a generic folder
    - Enables reuse of drivers between different BSPs.
5 years ago
Andre Richter be787f967c
Tiny rustfmt and vscode changes 5 years ago
Andre Richter 8d29a14023
Add rustfmt.toml 5 years ago
Andre Richter 70f82ccce4
Add vscode settings 5 years ago
Andre Richter 294538e323
Change to new aarch64-unknown-none-softfloat target 5 years ago
Andre Richter dd4a132259
Change linker scripts 5 years ago
Andre Richter 651097d55e
Add first bunch of README stubs 5 years ago
Andre Richter 8b6a4f1819
Add Rust embedded logo for docs 5 years ago
Andre Richter cb78e1c7cc
Add code for tutorial 01 5 years ago