Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wakaama-dev] Running Wakaama on MBED

Hi,

I managed to run wakaama on a MBED.org platform.

I use this target: http://mbed.org/platforms/mbed-LPC1768/

The code: https://github.com/jvermillard/Wakaama-mbed/

The only issues I had:

* sys/time.h is time.h on mbed
* mbed is C++ (wonder why again..) so I needed to 'extern "C"' the liblwm2m.h include
 maybe we could do it in the liblwm2m.h (#ifdef _cplusplus ..)
* LWM2M_EMBEDDED_MODE macro, what's the purpose?


Back to the top