Commit Graph

29 Commits

Author SHA1 Message Date
Andre Richter
27a1d10cc3
Remove UB in linker script symbol <-> Rust handover 2020-10-05 23:47:18 +02:00
Andre Richter
677b274a1f
Add a panic version of the GPIO to panic!() 2020-09-30 21:51:31 +02:00
Andre Richter
22faff5229
Various finetunings 2020-09-29 21:43:31 +02:00
Andre Richter
37b9d1435e
Move anything wrt linker symbols to bsp::memory
Also, some rewording of data types.
2020-09-28 21:45:38 +02:00
Andre Richter
b585f64e30
Shuffle constant to more fitting module 2020-07-30 22:59:24 +02:00
Carl Fredrik Samson
0afffdeac7 Added short explanation of the BRD calculations for setting up UART re #70 2020-07-15 23:21:03 +02:00
Andre Richter
87e74f62cd
UART: Fix FBRD
Closes #70

Co-authored-by: Carl Fredrik Samson <cfsamson@users.noreply.github.com>
2020-07-13 21:55:37 +02:00
Andre Richter
3a0b676402
Use MMIODerefWrapper everywhere 2020-07-12 12:44:03 +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
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
1cba21bda1
Minor namespace adaptions 2020-03-31 23:45:17 +02:00
Andre Richter
c3632eeb3c
Refactor tutorial 07 2020-03-28 13:26:27 +01:00
Andre Richter
72a4d28fc1
Bump to register 0.5.x 2020-01-16 22:06:43 +01:00
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
6d9641d05f
Fix possibility of (.bss size) mod 8 != 0 2020-01-03 21:11:25 +01:00
Andre Richter
e690f8e7e4
Copyright bump to 2020 🎆 2020-01-02 00:41:03 +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
54137e8b38
Relicense as dual MIT OR Apache-2.0 2019-11-25 19:54:05 +01:00
Andre Richter
d31c17d914
More idiomatic register-rs use 2019-11-16 00:01:52 +01:00
Andre Richter
1cc8152fa1
Use register 0.4.x register_structs macro 2019-11-14 08:44:21 +01:00
Andre Richter
8c2b18e8ce
More robust, self-contained UART printing in panic! 2019-11-06 22:45:29 +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