mirror of
https://github.com/olofk/serv.git
synced 2026-02-15 03:35:57 +00:00
14 lines
312 B
Plaintext
14 lines
312 B
Plaintext
# Copyright (c) 2020 Olof Kindgren <olof.kindgren@gmail.com>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if SERIAL
|
|
|
|
menuconfig UART_BITBANG
|
|
bool "SERV bitbang serial driver"
|
|
select SERIAL_HAS_DRIVER
|
|
help
|
|
Enables the SERV bitbang serial driver.
|
|
Hardcoded to send at ~57600 baud rate with a 16MHz clock
|
|
|
|
endif
|