programming/rust.org
... ...
@@ -12,4 +12,11 @@ It only allows you to write a placeholder for some types that are unrepresentabl
12 12
13 13
* Embedded Rust
14 14
** General Reminders
15
+
15 16
Implementing traits for all peripheral 'kinds' (as in peripherals that have the same function but different hardware implementations) eases migrating in the future from one implementation to the next and also allows you to implement virtual peripherals for testing without the real hardware.
17
+
18
+* On creating config files
19
+:PROPERTIES:
20
+:CREATED: [2024-05-09 Thu 22:57]
21
+:END:
22
+