Browse Source

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>
Thuận Nguyễn-Thái 1 week ago
parent
commit
5df267759c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      meta-oe/recipes-support/libserialmodule/libserialmodule_1.0.7.bb

+ 1 - 1
meta-oe/recipes-support/libserialmodule/libserialmodule_1.0.6.bb → meta-oe/recipes-support/libserialmodule/libserialmodule_1.0.7.bb

@@ -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"