bd82bedfd1
Give this package some love and update to the newest version. There are no released versions, though. Therefore, use the latest commit. Notable changes: - RS485 support fixes and features - internal loopback support Signed-off-by: Michael Walle <michael@walle.cc> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
13 lines
455 B
Makefile
13 lines
455 B
Makefile
################################################################################
|
|
#
|
|
# linux-serial-test
|
|
#
|
|
################################################################################
|
|
|
|
LINUX_SERIAL_TEST_VERSION = bf865c37ccf9cbb1826ada61037c036dc1990b7b
|
|
LINUX_SERIAL_TEST_SITE = $(call github,cbrake,linux-serial-test,$(LINUX_SERIAL_TEST_VERSION))
|
|
LINUX_SERIAL_TEST_LICENSE = MIT
|
|
LINUX_SERIAL_TEST_LICENSE_FILES = LICENSES/MIT
|
|
|
|
$(eval $(cmake-package))
|