jjy
a08cc2d70a
Fix typo
...
beteween -> between
2020-07-01 08:52:48 +02:00
Andre Richter
9cc0f4a5ef
Remove now obsolete const_if feature
2020-06-30 16:43:10 +02:00
Cola Chen
4e54cc0c93
Update README.CN.md ( #66 )
...
Update README.CN.md
2020-06-30 16:42:01 +02:00
Andre Richter
ee771e5ba6
Adapt image sizes where it makes sense
2020-06-29 22:50:49 +02:00
Andre Richter
f1c3366edd
Update contrib setup bundler commands
2020-06-29 22:32:41 +02:00
Andre Richter
cfc3bfc996
Switch to new Rust inline asm! syntax
2020-06-29 22:27:31 +02:00
Andre Richter
a1c2729f19
CI: bundler: Remove deprecated command
2020-06-29 22:17:24 +02:00
Andre Richter
bf39be0f96
Update README.md
2020-06-29 09:32:38 +02:00
Andre Richter
44beff8bc5
Use bundle config instead of deprecated --path
...
Closes #60
2020-06-29 09:04:12 +02:00
Andre Richter
ba6a514bf0
Box alignment
2020-06-28 15:00:01 +02:00
Andre Richter
b5fd8545d6
Add instructions for preexisting Rust installation
...
Closes #64
2020-06-28 14:02:14 +02:00
Andre Richter
b6d480d548
kernels: Update dependencies
2020-06-28 13:36:34 +02:00
Andre Richter
662b672e10
Adapt header image sizes to new GitHub layout
2020-06-27 23:32:42 +02:00
Andre Richter
8008cbfe7c
Update README.CN.md
2020-06-01 20:57:44 +02:00
readlnh
58178e40e8
update README.CN.md(commit
...
5a308d3
)
2020-06-01 20:55:27 +02:00
Andre Richter
16a903ad29
kernels: Update dependencies
2020-05-31 13:20:19 +02:00
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.
2020-05-31 12:53:27 +02:00
Andre Richter
5a308d326b
Mention Docker group in install instructions.
2020-05-30 22:45:10 +02:00
colachg
79d8a4b675
Add README.CN.md of 00_before_we_start
2020-05-22 21:05:07 +02:00
Andre Richter
1ba7330f9f
Bump qemu-exit to 0.1.1
2020-05-11 08:35:48 +02:00
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>
2020-05-07 22:39:12 +02:00
Andre Richter
ef919b0842
kernels: Update dependencies
2020-05-05 21:51:17 +02:00
Andre Richter
0b455bc011
Bump Rust toolchain
2020-05-05 21:50:10 +02:00
Andre Richter
d44bfbb434
X1: Fix deletion of non-existent file
2020-05-05 21:49:42 +02:00
Andre Richter
5ce23bc32b
devtool: Add cargo update
2020-05-05 21:48:56 +02:00
Andre Richter
63cc349379
docker: Upgrade to Ubuntu 20.04 and QEMU 5.0.0
2020-04-30 22:10:07 +02:00
Andre Richter
82f97c000b
Switch to llvm_asm! to avoid future breakage
2020-04-22 21:38:34 +02:00
Andre Richter
e26ed0ffde
devtool: Invoke Makefile's clean
2020-04-16 23:24:39 +02:00
Andre Richter
c5d0f63ede
Parallel jobs for container build
2020-04-16 23:13:17 +02:00
Andre Richter
681092829c
Bump to cortex-a 3.0.0
2020-04-16 22:54:08 +02:00
Andre Richter
98d5d79acf
Don't check in binaries anymore
2020-04-16 22:47:19 +02:00
Andre Richter
5a0d8de96b
Demangle in objdump
2020-04-15 23:38:44 +02:00
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
834b226f4e
Update README
2020-04-11 22:10:26 +02:00
Andre Richter
c8238de4e7
Fix some old links
2020-04-11 12:38:49 +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
3a794448ad
Set chainloader relocation address to 32 MiB
...
Apparently, this is needed according to #53 for compatibility to Pi3 A+ devices.
Fixes #53
2020-04-11 11:27:50 +02:00
Andre Richter
792b208643
Missed xdoc -> doc earlier
2020-04-09 21:27:14 +02:00
Andre Richter
9819b557fe
Add console symbol
2020-04-08 23:30:27 +02:00
Andre Richter
26b23eb486
Change chainloader relocation to 256 MiB
...
This should accommodate devices with less than 1 GiB.
2020-04-08 23:29:21 +02:00
Andre Richter
ed5cada47e
Remove attributes ignored by rustfmt.
2020-04-08 23:13:29 +02:00
Andre Richter
1337092a2a
Format driver includes for better readability
2020-04-07 23:39:36 +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
1d34a4e42e
Add tutorial 14: Peripheral Interrupts
2020-04-06 23:56:37 +02:00
Andre Richter
890442e8f1
Fix typo
2020-04-06 22:13:29 +02:00
Andre Richter
1cba21bda1
Minor namespace adaptions
2020-03-31 23:45:17 +02:00
Andre Richter
e9ff018c92
09: Adapt to filename changes
2020-03-29 13:19:59 +02:00