libserialmodule: v1.0.6 -> v1.0.7

1. Fix/check "DSR" is connected before writing.
2. Add "spsr_err_txt" to get text of error code.

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-23 10:31:55 +07:00 committed by Khem Raj
parent 643751548d
commit 5df267759c
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -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 = "975a95d38ba6bd4ae214567ed2bacd4b3e9f0268"
SRCREV = "b5a5a436900d0bd69f990ca062de916c65f7e2e0"
S = "${WORKDIR}/git"
inherit cmake
EXTRA_OECMAKE = "-DUNIX_LINUX=1 -DMETA_OPENEMBEDDED=1"