From aaef1588f7b78102e614e0cb2a42b4681290883f Mon Sep 17 00:00:00 2001 From: BlackMark Date: Sat, 1 Feb 2020 15:44:30 +0100 Subject: [PATCH] Added uart submodule --- .gitmodules | 3 +++ README.md | 6 +++--- uart | 1 + 3 files changed, 7 insertions(+), 3 deletions(-) create mode 160000 uart diff --git a/.gitmodules b/.gitmodules index 53bf3a4..68f665a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/README.md b/README.md index 46d97f7..256ad3f 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/uart b/uart new file mode 160000 index 0000000..4d31f20 --- /dev/null +++ b/uart @@ -0,0 +1 @@ +Subproject commit 4d31f20714b53a6868059dfa3928b9da12bf4156