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
|
- [ ] Provide an example showcasing the usage and possibilities
|
||||||
- UART
|
- UART
|
||||||
- [x] Separation of interface and backend-driver
|
- [x] Separation of interface and backend-driver
|
||||||
- [ ] Support all hardware provided configuration options
|
- [x] Support common usage with easy extendability
|
||||||
- [ ] Compile-time check for correct hardware configuration
|
- [x] Compile-time check for correct hardware configuration
|
||||||
- [ ] Software backend driver
|
|
||||||
- [x] Blocking hardware backend
|
- [x] Blocking hardware backend
|
||||||
- [x] Interrupt driven hardware backend
|
- [x] Interrupt driven hardware backend
|
||||||
- [ ] Type-safe convenience functions for writing and reading basic data types
|
- [x] Type-safe convenience functions for writing basic data types
|
||||||
- [ ] Provide an example showcasing the usage and possibilities
|
- [x] Provide an example showcasing the usage and possibilities
|
||||||
- SPI
|
- SPI
|
||||||
- [x] Separation of interface and backend-driver
|
- [x] Separation of interface and backend-driver
|
||||||
- [x] Support all hardware provided configuration options
|
- [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