Finished UART library
This commit is contained in:
parent
f70f63ae3c
commit
b758b9a090
@ -55,13 +55,12 @@ The PWM mode of the hardware timer can also be used. Additionally, if PWM is nee
|
||||
- [ ] Provide an example showcasing the usage and possibilities
|
||||
- UART
|
||||
- [x] Separation of interface and backend-driver
|
||||
- [ ] Support all hardware provided configuration options
|
||||
- [ ] Compile-time check for correct hardware configuration
|
||||
- [ ] Software backend driver
|
||||
- [x] Support common usage with easy extendability
|
||||
- [x] Compile-time check for correct hardware configuration
|
||||
- [x] Blocking hardware backend
|
||||
- [x] Interrupt driven hardware backend
|
||||
- [ ] Type-safe convenience functions for writing and reading basic data types
|
||||
- [ ] Provide an example showcasing the usage and possibilities
|
||||
- [x] Type-safe convenience functions for writing basic data types
|
||||
- [x] Provide an example showcasing the usage and possibilities
|
||||
- SPI
|
||||
- [x] Separation of interface and backend-driver
|
||||
- [x] Support all hardware provided configuration options
|
||||
|
2
uart
2
uart
@ -1 +1 @@
|
||||
Subproject commit 4d31f20714b53a6868059dfa3928b9da12bf4156
|
||||
Subproject commit 991a67bd8643ec67ff525638150938958ea929ef
|
Loading…
Reference in New Issue
Block a user