EduardShaid
EduardShaid
Is there a possibility in the development plans for the introduction into this project of the simplest internal mock MQTT broker, for which the transport level between tasks would be...
it would be good to do on top of your RTOS shell POSIX for example, to make pthread_mutex_lock () as the: pthread_create (...) { ... nOS_ThreadCreate(...); ... }; pthread_mutex_lock (...)...
Is Lapis appears to LUA 5.3 ?
I changed the file "test_do.c": ``` int main(void) { struct ufsm_machine *m = get_StateMachine1(); test_init(m); ufsm_init_machine(m); assert(flag_final && flag_dA_stop); flag_final = false; call_cb = false; flag_dA_stop = false; ufsm_reset_machine(m); ufsm_init_machine(m);...
Could you please give your assessment to the "state-machine-cat" project https://github.com/sverweij/state-machine-cat, which recently implemented support for the XMI format ? Sharing this project and your "ufsm" project would be very...
Can you put the ufsmimport.exe file for Win in the releases ? Thanks.
Will there be support for SCXML in the future?
Import StarUML is working with errors. Can you recommend another environment in which you can work with XMI ?
And the project scm under the language LUA do not plan to do?
Does RKH supports the standard SCXML ?