drivers: modem: add modem receiver (tty) driver
Modem drivers need a fast buffer-based receiver for passing data back and forth from the UART to the driver. This provides an efficient configuarable driver which merely sends and receives but doesn't process the data, that's left up to the modem driver. Signed-off-by: Michael Scott <mike@foundries.io>
This commit is contained in:
parent
db577f00b1
commit
9182d2e59c
6 changed files with 300 additions and 0 deletions
|
@ -17,6 +17,7 @@ add_subdirectory_if_kconfig(ieee802154)
|
|||
add_subdirectory_if_kconfig(ipm)
|
||||
add_subdirectory_if_kconfig(led)
|
||||
add_subdirectory_if_kconfig(led_strip)
|
||||
add_subdirectory_if_kconfig(modem)
|
||||
add_subdirectory_if_kconfig(pci)
|
||||
add_subdirectory_if_kconfig(pinmux)
|
||||
add_subdirectory_if_kconfig(pwm)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue