Re: [riot-devel] Regarding RIOT OS

2015-10-09 Thread Emmanuel Baccelli
Hi Hari, welcome to RIOT! for a porting guide, please refer to https://github.com/RIOT-OS/RIOT/wiki/Porting-Guide It's not entirely up to date, but it gives a start, if you have specific question after that, come back to us on this mailing list. To have a rough idea of what boards can be support

[riot-devel] Best time to visit RIOT meetings in coming weeks?

2015-10-09 Thread David Lyon
Hello Rioter's, I'm just looking to visit Berlin in the coming weeks and wondering if there was a 'best' time. I'm from Australia and made it into the JiC StarCube IoT Incubator in the Czech-Republic. It's just a 3-month duration program and I'll be finished in December. So before I finish

[riot-devel] Include in Makefile

2015-10-09 Thread Baptiste Clenet
Hi all, I'm building an example (let's called it "app") for RIOT with the following structure: app/*.c app/include/*.h app/thingA/*.c app/thingA/include*.h app/thingB/*.c app/thingB/include*.h How to add the required path in the Makefile? Should I add Makefile.base in each folder or is there anot