Commit Graph

371 Commits

Author SHA1 Message Date
Andre Richter
e7bf7fab0e
Fix UART stats; Remove unneeded conversion. 2020-01-11 22:12:35 +01:00
Andre Richter
8083fdbb36
Use different symbol. Seems better supported 2020-01-09 22:27:24 +01:00
Andre Richter
7f29ee84bd
Refactor utils 2020-01-09 22:11:56 +01:00
Andre Richter
0e78932bf7
Treat clippy warnigs as error 2020-01-09 22:11:39 +01:00
Andre Richter
30bf170956
Add license badge 2020-01-04 23:46:04 +01:00
Andre Richter
f677e6d01f
Add one more test 2020-01-04 22:45:26 +01:00
Andre Richter
52d2799ee6
Some fixes/streamlining 2020-01-04 22:27:23 +01:00
Andre Richter
d410529fa7
RPi4: Make chainloader more robust.
Sometimes, the RPi4 would not send a correct "OK" sequence of characters when
using `print!()`. Two separate `write_char()` calls seem to improve this
situation.

Not yet sure what the exact reason is, though.
2020-01-04 22:00:00 +01:00
Andre Richter
c64dd1197a
For educational purposes, use own zero_bss(). 2020-01-04 18:15:43 +01:00
Andre Richter
a41190e298
Ensure kernel panic starts on newline 2020-01-04 00:59:37 +01:00
Andre Richter
666d349a51
Fix runner.rb not propagating QEMU exit status 2020-01-04 00:37:57 +01:00
Andre Richter
6d9641d05f
Fix possibility of (.bss size) mod 8 != 0 2020-01-03 21:11:25 +01:00
Andre Richter
573d43e530
Remove false comment 2020-01-03 01:03:38 +01:00
Andre Richter
e690f8e7e4
Copyright bump to 2020 🎆 2020-01-02 00:41:03 +01:00
Andre Richter
83264efc19
Fix github actions tty error 2020-01-02 00:18:56 +01:00
Andre Richter
cc9f7708c9
Add testing to workflows 2020-01-01 23:38:45 +01:00
Andre Richter
70989b963c
Add unit test check option 2020-01-01 23:37:39 +01:00
Andre Richter
9c1fc5fdbf
Simplify copyrighted check 2020-01-01 22:42:38 +01:00
Andre Richter
447b0aaa4e
Fix script generation in Makefile
This would fail if the target folder didnt exist already.
2020-01-01 22:34:45 +01:00
Andre Richter
1b164e50a1
Back to nightly for automations 2020-01-01 21:51:47 +01:00
Andre Richter
56dcfe8a92
typo 2019-12-31 12:26:33 +01:00
Andre Richter
b421c709a1
Update README.md 2019-12-31 12:23:27 +01:00
Andre Richter
23ab3e8d15
Minor corrections 2019-12-31 00:26:19 +01:00
Andre Richter
b160803dc1
Update README.md 2019-12-31 00:10:33 +01:00
Andre Richter
99daef4b23
Add tutorial 13 2019-12-31 00:06:49 +01:00
Andre Richter
f6832bec31
Add ToC 2019-12-31 00:00:09 +01:00
Andre Richter
823c1d368b
workflows: Use supplied toolchain version 2019-12-30 23:38:06 +01:00
Andre Richter
e5bfd30477
Utils fixes 2019-12-30 23:28:48 +01:00
Andre Richter
fad90e8bb1
Update/force explicit toolchain 2019-12-30 23:02:27 +01:00
Andre Richter
034e1f01d8
rename init() -> runtime_init() 2019-12-30 22:31:55 +01:00
Andre Richter
be88e5e283
Restructure Readme 2019-12-30 22:06:04 +01:00
Andre Richter
8d6ddfca24
Add VCS ref to docker image 2019-12-25 18:33:04 +01:00
Andre Richter
582d539212
Add console chars_read implementation 2019-12-25 17:29:51 +01:00
Andre Richter
f11a076c04
Docker: Bump to 19.10; Add ruby 2019-12-25 17:24:57 +01:00
Andre Richter
d43f70f92a
Abstract CPU privilege level 2019-12-19 14:55:24 +01:00
Andre Richter
a732ee399a
Delete stale files after update 2019-12-17 13:43:24 +01:00
Andre Richter
10090900cc
Add missing source comments 2019-12-17 13:42:20 +01:00
Andre Richter
e2e1c7d64c
Conditionally include extra folders in utils scripts 2019-12-17 13:40:09 +01:00
Andre Richter
2ce9a66aab
Update README.md 2019-12-08 12:16:53 +01:00
Andre Richter
821c7e2103
QEMU: Don't spawn a VNC session 2019-12-01 23:55:13 +01:00
Andre Richter
9d77f46759
Some Makefile tweaks 2019-12-01 22:19:29 +01:00
Andre Richter
d904486573
Add editorconfig 2019-11-26 08:46:13 +01:00
Andre Richter
7510058e3e
add rubocop linting 2019-11-26 08:43:49 +01:00
Andre Richter
fdc56309ea
Merge pull request #37 from rust-embedded/relicense
Relicense as dual MIT OR Apache-2.0
2019-11-26 08:34:59 +01:00
Andre Richter
54137e8b38
Relicense as dual MIT OR Apache-2.0 2019-11-25 19:54:05 +01:00
Andre Richter
69cd6032cd
Minor fixes 2019-11-25 08:51:56 +01:00
Andre Richter
2134146bb6
Clean up mmu.rs 2019-11-24 22:04:34 +01:00
Andre Richter
1280d3804c
Rename tutorial 2019-11-24 15:42:38 +01:00
Andre Richter
4098a749d1
Bump crate versions 2019-11-24 15:35:50 +01:00
Andre Richter
395cc3496f
Update README.md 2019-11-24 15:28:53 +01:00