Added uart submodule

This commit is contained in:
BlackMark 2020-02-01 15:44:30 +01:00
parent e4ee634f6a
commit aaef1588f7
3 changed files with 7 additions and 3 deletions

3
.gitmodules vendored
View File

@ -1,3 +1,6 @@
[submodule "io"]
path = io
url = git@git.blackmark.me:avr/io.git
[submodule "uart"]
path = uart
url = git@git.blackmark.me:avr/uart.git

View File

@ -52,12 +52,12 @@ The PWM mode of the hardware timer can also be used. Additionally, if PWM is nee
- [ ] Support all hardware provided configuration options
- [ ] Compile-time check for correct hardware configuration
- UART
- [ ] Separation of interface and backend-driver
- [x] Separation of interface and backend-driver
- [ ] Support all hardware provided configuration options
- [ ] Compile-time check for correct hardware configuration
- [ ] Software backend driver
- [ ] Blocking hardware backend
- [ ] Interrupt driven hardware backend
- [x] Blocking hardware backend
- [x] Interrupt driven hardware backend
- [ ] Type-safe convenience functions for writing and reading basic data types
- SPI
- [ ] Separation of interface and backend-driver

1
uart Submodule

@ -0,0 +1 @@
Subproject commit 4d31f20714b53a6868059dfa3928b9da12bf4156