Commit Graph

78 Commits

Author SHA1 Message Date
Andre Richter
431b18d17b
Improve some func/var naming 2021-11-13 12:24:52 +01:00
Andre Richter
57c6f72936
Make address translation a feature of the tables 2021-11-13 12:07:47 +01:00
lightning1141
02937e8033 docs: Remove pl011_uart duplicate comments. 2021-11-08 10:29:28 +01:00
Andre Richter
b1c438dc66
Remove unused external symbols 2021-10-31 20:10:45 +01:00
Andre Richter
920af57ab4
Refactor parts of exception handling 2021-10-27 20:40:38 +02:00
Andre Richter
ddb4f54e49
Fix typo 2021-10-22 18:57:05 +02:00
Andre Richter
fb4a30f64c
Upgrade to Rust 2021 edition 2021-10-13 08:19:06 +02:00
Andre Richter
41cd775c96
Bump dependencies 2021-10-13 08:18:28 +02:00
Andre Richter
909b05b23f
Bump compiler version 2021-10-13 08:17:25 +02:00
Andre Richter
c435dd6034
Update dependencies 2021-07-12 22:40:48 +02:00
Andre Richter
de3ba3e871 Refactor Tests and Makefile
- Carve out common files for tests
- Add boot tests starting tutorial 3
- Overhaul the Makefile for more structure
2021-07-12 22:27:32 +02:00
Andre Richter
b23c4318f2 Switch to tock-registers: Documentation and misc updates 2021-07-06 23:22:56 +02:00
Andre Richter
7c0272c365 Switch to tock-registers: Sources for tutorial 14 2021-07-06 23:22:56 +02:00
Andre Richter
8c2cec00be
Assembly: Use local label syntax for named labels
This prevents that they show up in the symbol table.
2021-07-04 15:50:46 +02:00
Andre Richter
5d6b68d710
rust-analyzer: Fix error with recent version 2021-07-04 15:27:34 +02:00
Andre Richter
7f666000ce
Init DRAM in assembly instead of Rust
See https://github.com/rust-embedded/cortex-m-rt/issues/300
2021-07-02 23:14:35 +02:00
Andre Richter
80c88e4d6b
Bump toolchain version; Fix clippy warnings 2021-04-29 23:35:23 +02:00
Andre Richter
f6f668c781
Fix misspelled clippy lint 2021-04-29 23:08:49 +02:00
Andre Richter
07fb63ae5f
Fix wrong order of range in comment 2021-04-05 15:16:06 +02:00
Andre Richter
29a58d7d51
Next attempt at integration test fix 2021-04-04 23:35:35 +02:00
Andre Richter
b418651798
Update dependencies 2021-04-04 23:02:48 +02:00
Andre Richter
d296ad4aa4
Minor fixes 2021-04-04 22:41:55 +02:00
Andre Richter
9f1920c2c6
Give the project a name
🦩
2021-04-04 22:30:40 +02:00
Andre Richter
d6e4a03189
Add missing cfg for test 2021-03-30 23:14:09 +02:00
Andre Richter
7c9b472e1e
Update readme 2021-03-30 22:13:18 +02:00
Andre Richter
c0da8ab1b7
Remove confusing statement 2021-03-24 00:00:21 +01:00
Andre Richter
b4ed84dd77
Replace ldr pseudo-instruction with adrp/add 2021-03-22 22:54:08 +01:00
Andre Richter
f81eb7428d
Adapt tutorial numbers 2021-03-20 10:47:39 +01:00