Added uart submodule
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -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
|
||||
|
||||
@@ -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
1
uart
Submodule
Submodule uart added at 4d31f20714
Reference in New Issue
Block a user