boost-sml: upgrade 1.1.12 -> 1.1.13

Changelog:
============
- Anonymous transitions in composition
- Prevent compiler options propagating to projects using SML
- Handle anonymous events with process_internal_events
- Update initial submachines of composite states upon re-entry
- zephyr: Add files to support using with zephyr RTOS
- fix typo in README
- Fallback to any_state when state-specific guard fails

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Wang Mingyu 2025-12-09 17:55:15 +08:00 committed by Khem Raj
parent 658639ca5b
commit e1ffeefbff
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -8,8 +8,8 @@ LIC_FILES_CHKSUM = "file://LICENSE.md;md5=e4224ccaecb14d942c71d31bef20d78c"
DEPENDS += "boost qemu-native"
SRC_URI = "git://github.com/boost-ext/sml.git;protocol=https;branch=master"
SRCREV = "cd3ef80206b71463de96d6b682cfdc99703ec147"
SRC_URI = "git://github.com/boost-ext/sml.git;protocol=https;branch=master;tag=v${PV}"
SRCREV = "8015e095dab82c03eb2277258645956bcd84cbcb"
inherit cmake