Re: [riot-devel] RIOT on Arduino UNO

2014-12-22 Thread Ludwig Ortmann
Hi, On Mon, Dec 22, 2014 at 08:44:55AM +0100, Martine Lenders wrote: > 2014-12-21 21:13 GMT+01:00 eric fleury : > > On 21 déc. 2014, at 20:15, Sudarshan S > > wrote: > > I would like to understand the following: > > 1) I believe there are ways to expand RAM in Arduino UNO, using SRAM ICs > > and

[riot-devel] Example Application for testing microcoap in RIOT?

2014-12-22 Thread Islam Hasan
Hi, I have included microcoap as an external pkg in RIOT OS, but getting some frustrating warnings from RIOT as the followings: /RIOT/pkg/microcoap/microcoap/coap.c:68:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if (4 + hdr->tkl > buflen) /

Re: [riot-devel] Example Application for testing microcoap in RIOT?

2014-12-22 Thread Martine Lenders
Hi Hasan, can you open a Pull Request on GitHub, so we can review and discuss your port there? 2014-12-22 10:41 GMT+01:00 Islam Hasan : > Hi, > > I have included microcoap as an external pkg in RIOT OS, but getting some > frustrating warnings from RIOT as the followings: > > /RIOT/pkg/microcoap/m