Commit Graph

274 Commits

Author SHA1 Message Date
Andre Richter
ebebf23851
Update README.md 2019-10-27 23:12:32 +01:00
Andre Richter
a507bba9da
Update README.md 2019-10-27 23:12:31 +01:00
Andre Richter
f9ff346c9e
Update README.md 2019-10-27 23:12:30 +01:00
Andre Richter
eb5e0f0ae9
Update README.md 2019-10-27 23:12:29 +01:00
Andre Richter
0019e6a732
Update README.md 2019-10-27 23:12:27 +01:00
Andre Richter
2fe2dcba6d
Add support for Raspberry Pi 4 🎉 2019-10-27 23:12:26 +01:00
Andre Richter
219493242c
Add code for tutorial 08 2019-10-27 23:12:24 +01:00
Andre Richter
2933bcf162
Separate init from main 2019-10-27 23:12:23 +01:00
Andre Richter
16381c4db8
Put back accidentally removed code 2019-10-27 23:12:22 +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
257aefea2c
typo 2019-10-27 23:12:18 +01:00
Andre Richter
0ca114b408
Streamlining 2019-10-27 23:12:16 +01:00
Andre Richter
228428c2ca
Add code for tutorial 07 2019-10-27 23:12:14 +01:00
Andre Richter
059b77fa36
Rustup 1.20 searches for components itself 🎉 2019-10-27 23:12:13 +01:00
Andre Richter
53f6b02787
Remove obsolete #[no_mange] 2019-10-27 23:12:11 +01:00
Andre Richter
063051391f
Add write_char() function early 2019-10-27 23:12:09 +01:00
Andre Richter
40d08d5f7d
Update README.md 2019-10-27 23:12:08 +01:00
Andre Richter
c6fe921ca8
Update README.md 2019-10-27 23:12:06 +01:00
Andre Richter
548d3796fc
Update README.md 2019-10-27 23:12:05 +01:00
Andre Richter
28bd523851
Update README.md 2019-10-27 23:12:04 +01:00
Andre Richter
34fb040c1b
Update README.md 2019-10-27 23:12:02 +01:00
Andre Richter
63958e6fb7
Update README.md 2019-10-27 23:12:01 +01:00
Andre Richter
e7cd63ce4c
Make 06 more SD card boot friendly 2019-10-27 23:12:00 +01:00
Andre Richter
18c49eb59f
Update README.md 2019-10-27 23:11:59 +01:00
Andre Richter
9a06e1ad95
Clean at the end 2019-10-27 23:11:57 +01:00
Andre Richter
7ae5063553
Defer BSP driver init to BSP code 2019-10-27 23:11:56 +01:00
Andre Richter
d57cf418bf
Add arch use clause 2019-10-27 23:11:55 +01:00
Andre Richter
7cb4b92402
Update README.md 2019-10-27 23:11:54 +01:00
Andre Richter
038c558ac8
Big restructuring for more modularity
- Make architecture code separate from BSP code
- Make BSPs pull in drivers from a generic folder
    - Enables reuse of drivers between different BSPs.
2019-10-27 23:11:52 +01:00
Andre Richter
be787f967c
Tiny rustfmt and vscode changes 2019-10-27 23:11:51 +01:00
Andre Richter
1ded3fb42a
Change some more license headers to SPDX 2019-10-27 23:11:50 +01:00
Andre Richter
76e183266f
Update README.md 2019-10-27 23:11:49 +01:00
Andre Richter
fd27e039a4
Update README.md 2019-10-27 23:11:46 +01:00
Andre Richter
6cfd5ccada
Add code for tutorial 06 2019-10-27 23:10:59 +01:00
Andre Richter
4ac92b45dc
Add code for tutorial 05 2019-10-27 23:10:58 +01:00
Andre Richter
e7ae509376
minor streamlining 2019-10-27 23:10:57 +01:00
Andre Richter
595f416305
remove duplicate code 2019-10-27 23:10:55 +01:00
Andre Richter
d729888049
Forgot renaming 2019-10-27 23:10:54 +01:00
Andre Richter
8d29a14023
Add rustfmt.toml 2019-10-27 23:10:53 +01:00
Andre Richter
515a96925d
Minor adaptions 2019-10-27 23:10:51 +01:00
Andre Richter
4a58672d4d
Update utils 2019-10-27 23:10:50 +01:00
Andre Richter
70f82ccce4
Add vscode settings 2019-10-27 23:10:49 +01:00
Andre Richter
de3957009b
Use distinct path for interfaces 2019-10-27 23:10:47 +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
294538e323
Change to new aarch64-unknown-none-softfloat target 2019-10-27 23:10:45 +01:00
Andre Richter
a851959f89
Add code for tutorial 04 2019-10-27 23:10:44 +01:00
Andre Richter
dd4a132259
Change linker scripts 2019-10-27 23:10:42 +01:00
Andre Richter
9cd0f6e6a8
Update README.md 2019-10-27 23:10:41 +01:00
Andre Richter
651097d55e
Add first bunch of README stubs 2019-10-27 23:10:39 +01:00