Re: [riot-devel] Just another good reason not to implement printf() yourself

2016-03-01 Thread malo
Hello Oleg, that would be even better indeed. something like #define LOG_PRINTF(...) LOG(LOG_PRINTF, __VA_ARGS__) and to forbid to use printf? wbr malo On 1 March 2016 at 20:31, Oleg Hahm wrote: > Hey malo! > > On Tue, Mar 01, 2016 at 08:25:23PM +0100, malo wrote: >

[riot-devel] Travis Backlog

2016-03-01 Thread Cenk Gündogan
Dear Developers, This is a friendly reminder that we should take more care of our travis backlog. Everytime a pull request gets rebased/squashed/new commits travis will enqueue a new task. This enqueing takes up space in the travis backlog and hinders us from getting quick feedback about

Re: [riot-devel] Sample applications

2016-03-01 Thread Emmanuel Baccelli
Hi there, I think it would be great to have a RIOT tutorial space somewhere. Two comments: - Cenk also had some input on that at https://github.com/cgundogan/RIOT-Tutorial - maybe some stuff from Alex (e.g. his upcoming Bluetooth+802.15.4 border router) could belong into applications or even

Re: [riot-devel] Sample applications

2016-03-01 Thread Ludwig Knüpfer
Hi, Based on a quick scan this looks very good indeed and think we should incorporate it into the RIOT project space. Not sure where exactly though. Cheers, Ludwig Am 1. März 2016 11:48:19 MEZ, schrieb Alexandre Abadie : >Dear Rioters, > >I started to use riot-os a

[riot-devel] Opinion on ARM mbed

2016-03-01 Thread Daniel Nordahl
I'm currently working on a my Thesis where we are evaluating/comparing four lightweight IoT OS, and we will implement the two most promising ones on a use case provided by a company that develop IoT products. We are looking at mBed, RIOT, Contiki and Zephyr and right now it looks like mBed and

Re: [riot-devel] Just another good reason not to implement printf() yourself

2016-03-01 Thread Oleg Hahm
Hey malo! On Tue, Mar 01, 2016 at 08:25:23PM +0100, malo wrote: > what about to have at least "official" wrapper around printf? > > Im using tinyprintf already with riot and to have PRINTF macro defined > would make things much easier. > There are DEBUGs and LOGs together with printf-s sprinkled

Re: [riot-devel] Just another good reason not to implement printf() yourself

2016-03-01 Thread malo
Hello Oleg, what about to have at least "official" wrapper around printf? Im using tinyprintf already with riot and to have PRINTF macro defined would make things much easier. There are DEBUGs and LOGs together with printf-s sprinkled in the code. While DEBUG and LOG can be defined to custom

Re: [riot-devel] Opinion on ARM mbed

2016-03-01 Thread Oleg Hahm
Hi Baptiste! On Tue, Mar 01, 2016 at 07:14:50PM +0100, Baptiste Clenet wrote: > This is just to know your opinion about this OS: > https://www.mbed.com/en/ > Why RIOT is better than mbed (apart from being a multi thread OS)? It > seems to support lot of boards and has a rich network stack.

Re: [riot-devel] Interim Hack'n'ACK

2016-03-01 Thread Ludwig Knüpfer
Hi, On Tue, Mar 01, 2016 at 07:49:42PM +0100, Oleg Hahm wrote: > Hi! > > On Tue, Mar 01, 2016 at 07:23:26PM +0100, Ludwig Ortmann wrote: > > apparently there was a copy/paste error, the correct URL is: > > http://placecam.de/call.php?c=VBYEpXi43MZ2MOrV~pegsMm6Z7woUbw.VRY0Qxal2pE- > > Actually,

Re: [riot-devel] Interim Hack'n'ACK

2016-03-01 Thread Oleg Hahm
Hi! On Tue, Mar 01, 2016 at 07:23:26PM +0100, Ludwig Ortmann wrote: > apparently there was a copy/paste error, the correct URL is: > http://placecam.de/call.php?c=VBYEpXi43MZ2MOrV~pegsMm6Z7woUbw.VRY0Qxal2pE- Actually, I had to switch to a different machine and different user, correct URL is now

Re: [riot-devel] Interim Hack'n'ACK

2016-03-01 Thread Ludwig Ortmann
Hi, apparently there was a copy/paste error, the correct URL is: http://placecam.de/call.php?c=VBYEpXi43MZ2MOrV~pegsMm6Z7woUbw.VRY0Qxal2pE- See https://github.com/RIOT-OS/RIOT/wiki/Instructions-for-remote-participation for instructions on how to participate. Currently the session is not live

[riot-devel] Opinion on ARM mbed

2016-03-01 Thread Baptiste Clenet
Hi all, This is just to know your opinion about this OS: https://www.mbed.com/en/ Why RIOT is better than mbed (apart from being a multi thread OS)? It seems to support lot of boards and has a rich network stack. Cheers, -- Baptiste ___ devel mailing

Re: [riot-devel] Interim Hack'n'ACK

2016-03-01 Thread DipSwitch
Since the clock selection is an Hack 'n ACK candidate. I noticed that some STM discovery boards use the Stlink's MCO output as clock source. The code currently expects an external xtal to be connected. There should be a define to switch the clock input to bypass mode. Don't know if I can join

[riot-devel] Interim Hack'n'ACK

2016-03-01 Thread Oleg Hahm
Dear reviewing IOTlers, in Berlin we're having an interim Hack'n'ACK session tonight. If someone wants to join us remotely, you can do so at http://placecam.de/call.php?c=3DVBYEpXi43MZ2MOrV~pegsMm6Z7woUbw.VRY0Qxal2pE- Cheers, Oleg -- /* We are root, all done! */ RIOT/sys/net/rpl/rpl.c

[riot-devel] Sample applications

2016-03-01 Thread Alexandre Abadie
Dear Rioters, I started to use riot-os a few weeks ago now and I'd like to tell you that your project is totally awesome and quite well documented. I first began to write some sample applications with in mind the idea of providing some easy to use/understand starter tutorials showing the