John Holman
John Holman
Just hit the same segfault problem with openocd so tried the build offered by @liamfraser. I got the same messages as above, but when I pulled out the USB connection...
I had the same problem as yaskad, and the solution was the same: if you are using the zigbee add-in you have to change "ezsp" to "ember" in the add-in...
Rob - my earlier message was about flushing the transmit buffer, but later realised that function is already there and you are talking about flushing the receive buffer. So I...
Rob - your analysis suggests to me that the race condition is harmless in the default case of 256 byte buffers, so protection isn't needed here. To support larger buffers...
Drat - I did it again, confusing transmit and receive buffers. But an RX_BUFFER_ATOMIC macro similar to the TX_BUFFER_ATOMIC macro that applies a guard only when the *receive* buffer is...
There are indeed. Those are addressed in PR arduino/Arduino#5 in the AVR core repository (which also defines the RX_BUFFER_ATOMIC macro suggested above). That PR hasn't received much interest - perhaps...
Agree there is a big gap between info and debug. I miss seeing the MQTT publish messages at info level, and debug is far too much for routine troubleshooting. Perhaps...
Just tried to use this to show only z2m: MQTT messages in the debug log. This involves a double negative, i.e. ignore everything except messages beginning z2m: MQTT, which is...
Thanks, I see. Sounds like you can't use this to get just the MQTT publish messages then. However ^(?!z2m) does seem to work to show *only* messages in the z2m...
Yes, this is infuriating. It's very hard to discover that you have to place mouse outside the window (in fact has to be to the left) before releasing the mouse...