[update] update ax_msp kconfig bsp version,pzmq add NotAction dec,static_lib add libfmt

This commit is contained in:
dianjixz
2025-11-10 19:02:00 +08:00
parent 07c964cf2d
commit bd14152dbd
4 changed files with 15 additions and 8 deletions
+1 -1
View File
@@ -382,7 +382,7 @@ public:
std::unique_lock<std::mutex> lock(zmq_fun_mtx_);
retval = zmq_fun_.at(msg_ptr->string())(this, msg1_ptr);
} catch (...) {
retval = "NotAction";
retval = msg_ptr->string() + " NotAction";
}
zmq_send(zmq_socket_, retval.c_str(), retval.length(), 0);
msg1_ptr.reset();
+12 -6
View File
@@ -25,17 +25,23 @@ menuconfig AX_MSP_ENABLED
choice
prompt "choice common version"
default MSP_V2_0_0_ENABLED
depends on AX_MSP_ENABLED
config MSP_V3_6_2_ENABLED
bool "enable v3.6.2 bsp"
help
build by m5stack!
depends on AX_MSP_ENABLED && AX_620E_MSP_ENABLED
config MSP_V2_0_0_ENABLED
bool "enable v2.0.0 bsp"
help
build by m5stack!
endchoice
choice
prompt "choice common version"
default MSP_V3_6_2_ENABLED
depends on AX_MSP_ENABLED && AX_650C_MSP_ENABLED
config MSP_V3_6_2_ENABLED
bool "enable v3.6.2 bsp"
help
build by m5stack!
endchoice
config SAMPLE_COMMON_ENABLED
bool "Enable sample common"
default n
+1 -1
View File
@@ -5,7 +5,7 @@ import shutil
os.environ['SDK_PATH'] = os.path.normpath(str(Path(os.getcwd())/'..'/'..'/'SDK'))
os.environ['EXT_COMPONENTS_PATH'] = os.path.normpath(str(Path(os.getcwd())/'..'/'..'/'ext_components'))
version = 'v0.1.1'
version = 'v0.1.2'
static_lib = 'static_lib'
update = False
@@ -23,3 +23,4 @@ CONFIG_SINGLE_HEADER_LIBS_ENABLED=y
CONFIG_AX_SAMPLES_ENABLED=y
CONFIG_SIMDJSON_COMPENENT_ENABLED=y
CONFIG_SAMPLE_COMMON_ENABLED=y
CONFIG_MODBUS_ENABLED=y