Commit Graph

37 Commits

Author SHA1 Message Date
Andre Richter
e690f8e7e4
Copyright bump to 2020 🎆 2020-01-02 00:41:03 +01:00
Andre Richter
cc9f7708c9
Add testing to workflows 2020-01-01 23:38:45 +01:00
Andre Richter
9c1fc5fdbf
Simplify copyrighted check 2020-01-01 22:42:38 +01:00
Andre Richter
e5bfd30477
Utils fixes 2019-12-30 23:28:48 +01:00
Andre Richter
e2e1c7d64c
Conditionally include extra folders in utils scripts 2019-12-17 13:40:09 +01:00
Andre Richter
7510058e3e
add rubocop linting 2019-11-26 08:43:49 +01:00
Andre Richter
54137e8b38
Relicense as dual MIT OR Apache-2.0 2019-11-25 19:54:05 +01:00
Andre Richter
4098a749d1
Bump crate versions 2019-11-24 15:35:50 +01:00
Andre Richter
3dc450bb44
Util script cleanup; Enable pre-commit hook 2019-11-10 23:00:53 +01:00
Andre Richter
b363bc0917
Fix return code propagation of checks 2019-11-05 21:29:15 +01:00
Andre Richter
434ac5851d
Add misspell check 2019-11-01 23:22:04 +01:00
Andre Richter
6119cf88b1
Actions: Add RPi4 build 2019-10-29 22:34:20 +01:00
Andre Richter
7ddc189816
Add check option to fmt_all 2019-10-28 23:26:44 +01:00
Andre Richter
9547bf77af
Fix diff script
Closes #32
2019-10-27 23:12:47 +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
9a06e1ad95
Clean at the end 2019-10-27 23:11:57 +01:00
Andre Richter
d729888049
Forgot renaming 2019-10-27 23:10:54 +01:00
Andre Richter
4a58672d4d
Update utils 2019-10-27 23:10:50 +01:00
Andre Richter
678bec0eca
Various fixes
- Make cortex-a crate an optional dependecy of the rpi3 bsp
- Introduce wildcards for dependencies
- Change readme diff generation
2019-10-27 23:10:46 +01:00
Andre Richter
f9020bbb03
Add script for diffing two tutorial sources 2019-10-27 23:10:38 +01:00
Andre Richter
35e6bc5be6
Update clean utility 2019-10-27 23:10:37 +01:00
Andre Richter
784756eb04
Update utils 2019-10-27 23:09:38 +01:00
Andre Richter
70bfa885d7
Add universal raspboot script 2019-10-27 23:09:31 +01:00
Andre Richter
2a97946f92
Initial preparations for rewrite 2019-10-27 23:09:23 +01:00
Andre Richter
ecafec1d05
Add copyright year checks. Ran Rubocop as well. 2019-01-12 21:55:18 +01:00
Andre Richter
0824b0ecaa
Rework utils 2018-12-31 01:18:54 +01:00
Andre Richter
83fdecc647
Add simple soft-panic test 2018-11-01 22:44:44 +01:00
Andre Richter
c19993934c
Use cargo-xbuild
Also, have a config where the individual projects can reuse the same
sysroot.
2018-08-21 21:22:50 +02:00
Andre Richter
0bd363f375
Sync with the newest Embedonomicon
https://github.com/rust-embedded/embedonomicon

Closes #3
2018-08-12 16:41:45 +02:00
Andre Richter
323a346b07
Use llvm objcopy from rust toolchain 🎉
Its the last missing util we needed to be a rust-toolchain-only project.

https://github.com/rust-lang/rust/pull/50336
https://github.com/japaric/cargo-binutils
2018-06-29 19:48:42 +02:00
Andre Richter
69d9890c4a
Update #[lang = "panic_fmt"] -> #[panic_implementation]
More info: https://users.rust-lang.org/t/psa-breaking-change-panic-fmt-language-item-removed-in-favor-of-panic-implementation/17875
2018-06-17 13:40:30 +02:00
Andre Richter
8a3f6f5f15
utils: Exit early on build failure 2018-06-17 13:20:25 +02:00
Andre Richter
99f4dc24b3
Change dockcross path to newest upstream release 2018-06-17 13:14:03 +02:00
Andre Richter
e6f823a224 Add timer tutorial
- Also, upgrade to new `cortex-a` 0.1.3 implementation.
2018-04-19 18:46:24 +02:00
Andre Richter
395d82908f Add some utility scripts 2018-04-13 22:07:30 +02:00