Commit Graph

10 Commits

Author SHA1 Message Date
Sean Cross
0955f4031c riscv-rust-blink: fix compatibility with nightly rust
When using Nightly, the compiler uses inline ASM. However, the ASM
syntax changed (nightly is, after all, unstable).

As a result, dependent crates no longer built.

Furthermore, dependent crates (notably `vexriscv`) changed their
behavior.

This fixes all of that by bumping version numbers as necessary.

Signed-off-by: Sean Cross <sean@xobs.io>
2020-08-04 18:17:36 +08:00
Sean Cross
59f5d813f3 riscv-rust-blink: update fomu-rt to fix build size
The build size blew up, because the stack was getting included in the
output binary resulting in a 256 MB binary.

Update to fomu-rt v0.0.5 which should fix this problem.

Signed-off-by: Sean Cross <sean@xobs.io>
2020-08-04 10:03:37 +08:00
Sean Cross
2423bc106d rust: fix build warnings in rgb.rs
Rust doesn't like supurfluous parens.

Signed-off-by: Sean Cross <sean@xobs.io>
2020-08-04 09:24:56 +08:00
David Sawatzke
2bdabec379 Update to v0.0.3 of fomu-pac 2020-01-03 15:23:02 +01:00
Dominik Boehi
a376c84c82 Remove flash_release.sh to make code consistent with the documentation 2020-01-02 15:38:05 +01:00
Dominik Boehi
f3277c7999 Use fixed fomu-rt version 0.0.4 2020-01-02 15:29:38 +01:00
Dominik Boehi
7f584960ae Use fomu-rt with fixed linker script 2020-01-02 15:29:38 +01:00
Dominik Boehi
6192ecd432 Working Rust example with new bootloader 2020-01-02 15:29:38 +01:00
Dominik
27864a45f9 Fix timer configuration 2020-01-02 15:29:38 +01:00
Dominik
f177fad5ac Add Rust example 2020-01-02 15:29:38 +01:00