Max Prokhorov
Max Prokhorov
BTW, should the 'lock' be on and for the structure itself, not the global system level for every allocator ctx? Thinking on it again, might not be the best idea...
Yes, but that is not related to the global wrappers for the malloc. Ignoring those completely would be the goal, explicitly using the specific region in a container / object...
Sorry for the delay, just going over the main thwarts a) it would be nice to have function to request specific callocation context, using either ctx or its tag. the...
What is the exact error message you are seeing, and what is the example code that triggers the error? We are allowed to return the pointer, but yes we can't...
There's also another approach - just use compiler built-ins to implement overloading, as floats also include things like `inf` and `nan`. https://gist.github.com/mcspr/8b9a317b1cbe27085c63a1e7a885902e (and pretty much re-implement std::abs, so c macro...
> @mcspr This is not as much about a more perfect ab() function, as it is about being Arduino-alike. then, I'd agree with the comment above - no point in...
I'd wager IDE developers would know more about this, plus it is still a beta and it would be better to report this issue at the arduino/arduino-ide or forums instead...
Fixed in https://github.com/arduino/arduino-ide/pull/1335
All updaters use TCP to actually upload the firmware. Which UDP usage you want us to mention? There are at least two: - ArduinoOTA initial connection happens using UDP, and...