David Antliff

Results 115 comments of David Antliff

Which compiler version (`gcc --version`) and ESP-IDF version are you using?

Thanks for the report, I will look into this when time permits. On the face of it, It's probably a portability issue.

I also see this with a Sparkfun M0 board (Razor M0, based on the SparkFun SAMD21 Mini Breakout board definition .json): ``` Compiling .pio/build/sparkfun_9dof_razor_imu_m0/src/Compass.cpp.o In file included from /home/david/.platformio/packages/framework-arduinosam/cores/samd/Arduino.h:81:0, from...

LWM2M requires both client and server to agree on object definition at all times, so it would be unwise to consider this as part of dynamic operation. However when considered...

I was one of the lead developers on this project. After Imagination Technologies announced the dismissal of everyone involved in this project, we worked hard to open-source it and make...

Yes, it's a PUT = replace issue I think. It does sound like it needs a bit more work. The problem is that with a replace, missing resources should probably...

Would be a good issue for @datachi7d to think about.

FWIW, I don't think the delete should be removed. The original design allows for the client to discriminate between a partial update and a replace, as information is contained in...