Commit Graph

5 Commits (51f9a490bdae6b17612c690ede3224fbe7ace20e)

Author SHA1 Message Date
Daniel Egger 2b60666a31 Simplified examples a bit and fixed/added commentry
Signed-off-by: Daniel Egger <daniel@eggers-club.de>
5 years ago
David Sawatzke c8dd9b1f81 Add documentation and update a few examples
Also add the `Write` implementation for Serial
5 years ago
HarkonenBade 7ea2af8a74 Enforce better safety guarentees
* Makes use of Rcc parameters rather than making RCC pointers
* Applys CS parameters to GPIO functions that mutate the port non
atomically
* Cut down on build gating hell a bit
5 years ago
Daniel Egger 97128234d7 Applied a healthy dose of warning cleanup
Signed-off-by: Daniel Egger <daniel@eggers-club.de>
5 years ago
David Sawatzke 02c01cd7e0 Implement watchdog
With example and doc comments
5 years ago