mirror of
https://github.com/m5stack/StackFlow.git
synced 2026-05-20 11:32:11 -07:00
[update] update ax_msp kconfig bsp version,pzmq add NotAction dec,static_lib add libfmt
This commit is contained in:
@@ -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();
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user