Andre Richter
bf8e6c36c7
Analyzer: Invoke cargo check through Makefile
2020-04-15 23:00:21 +02:00
Andre Richter
0a1616d8b2
Let cargo track changed files
...
This should enable incremental compilation monitored by cargo.
2020-04-14 23:16:35 +02:00
Andre Richter
a4266ba978
More Makefile fixes
2020-04-12 22:22:29 +02:00
Andre Richter
6eb9613ba2
Fix objcopy invocation
2020-04-12 11:54:13 +02:00
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.
2020-04-11 12:22:52 +02:00
Andre Richter
792b208643
Missed xdoc -> doc earlier
2020-04-09 21:27:14 +02:00
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.
2020-04-07 23:17:48 +02:00
Andre Richter
f0513a6b0c
Upgrade to Rust nightly-2020-03-19
2020-03-28 16:19:10 +01:00
Andre Richter
6588cd9be6
Refactor tutorial 01
2020-03-28 13:27:39 +01:00
Andre Richter
9a02e86960
Switch to rust-analyzer
2020-03-10 23:40:04 +01:00
readlnh
2acb4152e5
Add Chinese translation of tutorial 01 ( #44 )
...
Add Chinese translation of Tutorial 01
Co-authored-by: Cola Chen <colachg@gmail.com>
2020-02-11 09:05:25 +01:00
Andre Richter
bb78c779ca
Introducing Minipush, a raspbootcom replacement.
...
Gets rid of compiled C++, uses Ruby 💎
2020-01-14 20:45:41 +01:00
Andre Richter
0e78932bf7
Treat clippy warnigs as error
2020-01-09 22:11:39 +01:00
Andre Richter
e690f8e7e4
Copyright bump to 2020 🎆
2020-01-02 00:41:03 +01:00
Andre Richter
f6832bec31
Add ToC
2019-12-31 00:00:09 +01:00
Andre Richter
fad90e8bb1
Update/force explicit toolchain
2019-12-30 23:02:27 +01:00
Andre Richter
9d77f46759
Some Makefile tweaks
2019-12-01 22:19:29 +01:00
Andre Richter
54137e8b38
Relicense as dual MIT OR Apache-2.0
2019-11-25 19:54:05 +01:00
Andre Richter
79a2a202b2
Make println! raw and an info! having the timestamp.
2019-11-13 09:11:05 +01:00
Andre Richter
1cc034b364
Makefile changes
2019-11-13 08:40:23 +01:00
Andre Richter
8c2b18e8ce
More robust, self-contained UART printing in panic!
2019-11-06 22:45:29 +01:00
Andre Richter
6cab68ec3a
Built with new compiler version
2019-11-01 23:21:57 +01:00
Andre Richter
6119cf88b1
Actions: Add RPi4 build
2019-10-29 22:34:20 +01:00
Andre Richter
9bebad4765
Misspell run
2019-10-29 08:54:03 +01:00
Andre Richter
6787f4b02c
Update README.md
2019-10-27 23:12:36 +01:00
Andre Richter
eb5e0f0ae9
Update README.md
2019-10-27 23:12:29 +01:00
Andre Richter
2fe2dcba6d
Add support for Raspberry Pi 4 🎉
2019-10-27 23:12:26 +01:00
Andre Richter
2933bcf162
Separate init from main
2019-10-27 23:12:23 +01:00
Andre Richter
56a650397d
Having a little code formatting party
2019-10-27 23:12:20 +01:00
Andre Richter
29d992615d
Adapt tooling settings
2019-10-27 23:12:19 +01:00
Andre Richter
0ca114b408
Streamlining
2019-10-27 23:12:16 +01:00
Andre Richter
28bd523851
Update README.md
2019-10-27 23:12:04 +01:00
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.
2019-10-27 23:11:52 +01:00
Andre Richter
be787f967c
Tiny rustfmt and vscode changes
2019-10-27 23:11:51 +01:00
Andre Richter
8d29a14023
Add rustfmt.toml
2019-10-27 23:10:53 +01:00
Andre Richter
70f82ccce4
Add vscode settings
2019-10-27 23:10:49 +01:00
Andre Richter
294538e323
Change to new aarch64-unknown-none-softfloat target
2019-10-27 23:10:45 +01:00
Andre Richter
dd4a132259
Change linker scripts
2019-10-27 23:10:42 +01:00
Andre Richter
651097d55e
Add first bunch of README stubs
2019-10-27 23:10:39 +01:00
Andre Richter
8b6a4f1819
Add Rust embedded logo for docs
2019-10-27 23:09:41 +01:00
Andre Richter
cb78e1c7cc
Add code for tutorial 01
2019-10-27 23:09:35 +01:00