gausstop

Results 3 issues of gausstop

调试发现,mqtt_publish 返回的是MQTT_SEND_PACKET_ERROR. 但是查看 mqtt_yield_thread 函数 `rc = mqtt_yield(c, c->mqtt_cmd_timeout); if (MQTT_CLEAN_SESSION_ERROR == rc) { MQTT_LOG_W("%s:%d %s()..., mqtt clean session....", __FILE__, __LINE__, __FUNCTION__); network_disconnect(c->mqtt_network); mqtt_clean_session(c); goto exit; } else if (MQTT_RECONNECT_TIMEOUT_ERROR...

I have a custom stm32f407igt6 board with LAN8742A eth interface. I got a problem that i can get eth work in 10MBITS_HALFDUPLEX mode only. I have checked nx_stm32_phy_driver.c and nx_stm32_eth_driver.c,...

The package `anymap v1.0.0-beta.2` currently triggers the following future incompatibility lints: > warning: adding an auto trait `Send` to a trait object in a pointer cast may cause UB later...