434 Commits (c8238de4e755e1ccc7eb29b85078926882707a2f)
 

Author SHA1 Message Date
Andre Richter c8238de4e7
Fix some old links 4 years ago
Andre Richter 089565762a
Makefiles: Docker USB passthrough in Linux only
Detect if we run on Linux. If so, dockerize Makefile targets that need access to
USB devices. If we run on anything else, attempt to execute natively.

This will enable non-Linux Unixes like macOS to run the chainboot target, given
they install the needed Ruby dependencies.
4 years ago
Andre Richter 3a794448ad
Set chainloader relocation address to 32 MiB
Apparently, this is needed according to #53 for compatibility to Pi3 A+ devices.

Fixes #53
4 years ago
Andre Richter 792b208643
Missed xdoc -> doc earlier 4 years ago
Andre Richter 9819b557fe
Add console symbol 4 years ago
Andre Richter 26b23eb486
Change chainloader relocation to 256 MiB
This should accommodate devices with less than 1 GiB.
4 years ago
Andre Richter ed5cada47e
Remove attributes ignored by rustfmt. 4 years ago
Andre Richter 1337092a2a
Format driver includes for better readability 4 years ago
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 1d34a4e42e
Add tutorial 14: Peripheral Interrupts 4 years ago
Andre Richter 890442e8f1
Fix typo 4 years ago
Andre Richter 1cba21bda1
Minor namespace adaptions 4 years ago
Andre Richter e9ff018c92
09: Adapt to filename changes 4 years ago
Andre Richter 9a5c9592f4
rename svg source file 4 years ago
Andre Richter 646a51d69f
13: remove now obsolte extern crate statement 4 years ago
Andre Richter 057be2f014
09: Provide High DPI version of gif 4 years ago
Andre Richter 8d2c4e10b3
Actions: Run clippy for both BSPs 4 years ago
Andre Richter 5742fe25f3
11: Provide High DPI version of image 4 years ago
Andre Richter 2a7ebe15eb
13: Change tests to new module structure 4 years ago
Andre Richter f7ffb4a612
Merge pull request #51 from rust-embedded/2020-03_refactor
Refactor for better modularity and more sensible namespaces
4 years ago
Andre Richter f0513a6b0c
Upgrade to Rust nightly-2020-03-19 4 years ago
Andre Richter 4cefe87082
Update README.md 4 years ago
Andre Richter 474f58ced0
Add README diffs 4 years ago
Andre Richter 18a7f225e6
Update README.md 4 years ago
Andre Richter 6c8e5488eb
Add make_doc to README 4 years ago
Andre Richter e591fff883
Add source code section dividers 4 years ago
Andre Richter a86f476160
Add before_we_start readme 4 years ago
Andre Richter 6588cd9be6
Refactor tutorial 01 4 years ago
Andre Richter e8d787f627
Refactor tutorial 02 4 years ago
Andre Richter 175d72ae8b
Refactor tutorial 03 4 years ago
Andre Richter 771dfbab7f
Refactor tutorial 04 4 years ago
Andre Richter 523af645cd
Refactor tutorial 05 4 years ago
Andre Richter 91575eaa2c
Refactor tutorial 06 4 years ago
Andre Richter c3632eeb3c
Refactor tutorial 07 4 years ago
Andre Richter 326b43b2be
Refactor tutorial X1 4 years ago
Andre Richter 48e4d135c2
Refactor tutorial 08 4 years ago
Andre Richter 7e583dc923
Refactor tutorial 09 4 years ago
Andre Richter 353cc4b6d5
Refactor tutorial 10 4 years ago
Andre Richter 13a59172a5
Refactor tutorial 11 4 years ago
Andre Richter 85b88788d0
Refactor tutorial 12 4 years ago
Andre Richter 1496e003d8
Refactor tutorial 13 4 years ago
Andre Richter c758875bbe
devtool: Skip Xtra crates on custom crate list 4 years ago
Andre Richter 7b48c3885a
Adapt actions to new devtool syntax 4 years ago
Andre Richter 56f990cbf9
devtool: Add support for optional folder list 4 years ago
Andre Richter 31582044c7
devtool: symlink + clippy for rpi4 4 years ago
Andre Richter 2c2997f50b
Don't diff CN READMEs 4 years ago
readlnh 7d822f372f update README.CN.md 4 years ago
Andre Richter 9a02e86960
Switch to rust-analyzer 4 years ago
Andre Richter 8b3cd1e2e0
Minipush: Load kernel binary on demand
Allows to keep Minipush running while compiling in parallel.
4 years ago
Andre Richter 7d86a1d6ab Change note about start4.elf file naming. 4 years ago