Commit Graph

20 Commits

Author SHA1 Message Date
Andre Richter
840c72d11b
Bump UART to 230400 Baud 2020-01-14 21:53:28 +01:00
Andre Richter
e7bf7fab0e
Fix UART stats; Remove unneeded conversion. 2020-01-11 22:12:35 +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
fad90e8bb1
Update/force explicit toolchain 2019-12-30 23:02:27 +01:00
Andre Richter
582d539212
Add console chars_read implementation 2019-12-25 17:29:51 +01:00
Andre Richter
10090900cc
Add missing source comments 2019-12-17 13:42:20 +01:00
Andre Richter
4098a749d1
Bump crate versions 2019-11-24 15:35:50 +01:00
Andre Richter
d31c17d914
More idiomatic register-rs use 2019-11-16 00:01:52 +01:00
Andre Richter
79a2a202b2
Make println! raw and an info! having the timestamp. 2019-11-13 09:11:05 +01:00
Andre Richter
b2219ca520
Housekeeping 2019-11-07 22:40:08 +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
9bebad4765
Misspell run 2019-10-29 08:54:03 +01:00
Andre Richter
dea5017128
move gpio funtion out of inner 2019-10-27 23:12:45 +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
228428c2ca
Add code for tutorial 07 2019-10-27 23:12:14 +01:00