Commit Graph

35 Commits

Author SHA1 Message Date
jameszow
89ca6cc5f6 fix rb file i.to_s and code style 2023-09-13 11:33:41 +08:00
Andre Richter
2e72a8408f
Rework driver subsystem
This update significantly decouples the generic kernel code
from the BSP code.
Prior to this patch, the BSP had way too much business logic
that should have always been the generic kernel's concern.
2022-10-23 17:40:04 +02:00
Andre Richter
b7b2d31c24
Rewrite timer subsystem 2022-09-23 22:38:10 +02:00
Andre Richter
fec4f9b6f2
Rework driver subsystem
- Remove the panic version of the GPIO and UART driver. While they were a neat
  idea, it proved tedious to drag them along different tutorials where the
  virtual memory situation kept on changing. Actually, not much is lost, since
  the benefit was only of theoretical nature until now, since everything is
  still single-threaded with NullLocks. It is still possible to re-introduce
  them later.

- Refactor driver bringup starting with tutorial 14. Instantiating the drivers
  only when we are already capable of using the remapped MMIO address makes the
  kernel a lot more robust, and the drivers need not care whether their MMIO
  addresses are good to use already or not.

- Use console and irq_manager references from the generic kernel code. This
  improves decoupling from the BSP, and is needed as a basis for tutorial 14.
2022-05-16 21:55:17 +02:00
Andre Richter
8c661977b8
Use a virtual manifest starting tutorial 12
This is finally possible since the new feature resolver.

For reference:
https://github.com/rust-lang/rust-analyzer/issues/6197#issuecomment-827564835
2022-04-19 22:44:01 +02:00
Andre Richter
70f1ced57b
Fix various clippy warnings 2022-04-19 09:11:12 +02:00
Andre Richter
5d746828ad
Remove relative path import from test scripts 2022-04-19 09:10:36 +02:00
Andre Richter
353d92b1df
Revert "Move test-features activation to Cargo.toml"
This reverts commit 0b449706f3.

Also moves the feature addition before the if/else
2022-04-19 09:10:06 +02:00
Andre Richter
b7cecafa1e
Non-phony kernel targets
Saves time on various targets that depend on the kernel ELF because calling
cargo can be completely skipped if nothing changed.
2022-04-12 21:54:53 +02:00
Andre Richter
cb4ae40ac2
Linker: Provide LD script folder via cmdline
This enables shorter relative paths for ld-internal INCLUDE, which adds more
flexibility wrt to directory structure.
2022-04-11 22:24:18 +02:00
Andre Richter
0b449706f3
Move test-features activation to Cargo.toml 2022-04-10 22:08:43 +02:00
Andre Richter
ad5a96db4c
Bump compiler version 2022-04-10 12:18:11 +02:00
Andre Richter
1581b26995
Panic: Print location 2022-04-08 22:24:56 +02:00
Andre Richter
68b81aa6a0
Panic: Guard against infinite panic loops 2022-04-08 22:24:12 +02:00
Andre Richter
7d374adad2
Tests: Exception restore sanity 2022-04-05 23:08:19 +02:00
Andre Richter
722e8b7232
Print a timestamp on panic 2022-03-31 22:19:13 +02:00
Andre Richter
819f62d51b
Refactor tests for more synergy 2022-03-14 21:57:58 +01:00
Andre Richter
d901ae6cfe
Update copyright 2022-01-15 21:50:11 +01:00
Andre Richter
7d02537515
Bump toolchain 2021-12-20 00:01:38 +01:00
Andre Richter
dee575bb18
Bump QEMU to 6.1; Tag Docker images from now on 2021-11-13 13:12:10 +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
909b05b23f
Bump compiler version 2021-10-13 08:17:25 +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
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
f6f668c781
Fix misspelled clippy lint 2021-04-29 23:08:49 +02:00
Andre Richter
29a58d7d51
Next attempt at integration test fix 2021-04-04 23:35:35 +02:00
Andre Richter
86c041a41f
Fix integration test fail 2021-04-04 23:24:44 +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
02602a00df
Update readmes 2021-03-30 22:12:14 +02:00
Andre Richter
f81eb7428d
Adapt tutorial numbers 2021-03-20 10:47:39 +01:00