758 Commits (master)
 

Author SHA1 Message Date
Andre Richter 8008cbfe7c
Update README.CN.md 4 years ago
readlnh 58178e40e8 update README.CN.md(commit
5a308d3)
4 years ago
Andre Richter 16a903ad29
kernels: Update dependencies 4 years ago
Andre Richter 812ba841f3
Revert to Ubuntu 19.10
20.04 comes with Ruby 2.7, which emits some annoying deprecation warnigs that
can't be silenced even when using the RUBYOPT variables suggested for doing so.

Work around that for now by reverting to Ubuntu 19.10 which still uses 2.5 and
does not have this bug.
4 years ago
Andre Richter 5a308d326b
Mention Docker group in install instructions. 4 years ago
colachg 79d8a4b675 Add README.CN.md of 00_before_we_start 4 years ago
Andre Richter 1ba7330f9f
Bump qemu-exit to 0.1.1 4 years ago
Douglas Urner 48b769bd19
Update README.md (#54)
* Update README.md

* Apply suggestions from code review

Co-authored-by: Andre Richter <andre-richter@users.noreply.github.com>
4 years ago
Andre Richter ef919b0842
kernels: Update dependencies 4 years ago
Andre Richter 0b455bc011
Bump Rust toolchain 4 years ago
Andre Richter d44bfbb434
X1: Fix deletion of non-existent file 4 years ago
Andre Richter 5ce23bc32b
devtool: Add cargo update 4 years ago
Andre Richter 63cc349379
docker: Upgrade to Ubuntu 20.04 and QEMU 5.0.0 4 years ago
Andre Richter 82f97c000b
Switch to llvm_asm! to avoid future breakage 4 years ago
Andre Richter e26ed0ffde
devtool: Invoke Makefile's clean 4 years ago
Andre Richter c5d0f63ede
Parallel jobs for container build 4 years ago
Andre Richter 681092829c
Bump to cortex-a 3.0.0 4 years ago
Andre Richter 98d5d79acf
Don't check in binaries anymore 4 years ago
Andre Richter 5a0d8de96b
Demangle in objdump 4 years ago
Andre Richter bf8e6c36c7
Analyzer: Invoke cargo check through Makefile 4 years ago
Andre Richter 0a1616d8b2
Let cargo track changed files
This should enable incremental compilation monitored by cargo.
4 years ago
Andre Richter a4266ba978
More Makefile fixes 4 years ago
Andre Richter 6eb9613ba2
Fix objcopy invocation 4 years ago
Andre Richter 834b226f4e
Update README 4 years ago
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