libserialmodule: v1.0.7 -> v1.0.8

- Backward compatibility with older versions.
- Supports both full-duplex and half-duplex modes (e.g., RS-485, Modbus).

Signed-off-by: Thuan Nguyen Thai <nguyenthaithuanalg@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Thuận Nguyễn-Thái
2025-05-31 16:23:16 +07:00
committed by Khem Raj
parent 81958300f2
commit 0c4f09f725
@@ -6,7 +6,7 @@ LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=22cdd382a6275cb4c2e75c517952ac7c"
DEPENDS = "libsimplelog"
SRC_URI = "git://git@github.com/thuanalg/libserialmodule.git;branch=main;protocol=https;tag=v${PV}"
SRCREV = "b5a5a436900d0bd69f990ca062de916c65f7e2e0"
SRCREV = "f89f98ff0c9d0aaee2624d40addb0687a74c5d81"
S = "${WORKDIR}/git"
inherit cmake
EXTRA_OECMAKE = "-DUNIX_LINUX=1 -DMETA_OPENEMBEDDED=1"