Finished UART library

This commit is contained in:
BlackMark 2020-02-21 17:50:36 +01:00
parent f70f63ae3c
commit b758b9a090
2 changed files with 5 additions and 6 deletions

View File

@ -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

@ -1 +1 @@
Subproject commit 4d31f20714b53a6868059dfa3928b9da12bf4156 Subproject commit 991a67bd8643ec67ff525638150938958ea929ef