Re: [riot-devel] CC1200 Sub-GHz Transceiver

2017-01-09 Thread Antonio Linan
Hello Anon! If you need help (as in devices with the CC1200 on board) drop me a line Cheers, --Antonio > Hi Anon, > > it seems no one is working on this driver so please go ahead :-)! As > long as the CC1200 is not part of the CC2538 I agree with you the the > driver should be implemented

Re: [riot-devel] Strange errors

2017-01-09 Thread Ilias Seitanidis
Dear all, thank you very much for your fast reply. Best, Ilias ___ devel mailing list devel@riot-os.org https://lists.riot-os.org/mailman/listinfo/devel

Re: [riot-devel] Stacksize optimization

2017-01-09 Thread Oleg Hahm
Hi! On Mon, Jan 09, 2017 at 02:01:04PM +0100, Baptiste Clenet wrote: > In order to optimize the statcksize of a thread, I would like to know > when the thread uses the maximum of its stack (maximum can be 3/4 of > the stack for instance) > How can I find this "time"? Sounds like a case for

Re: [riot-devel] Stacksize optimization

2017-01-09 Thread Alexander Aring
Hi, On 01/09/2017 02:01 PM, Baptiste Clenet wrote: > Hi, > > In order to optimize the statcksize of a thread, I would like to know > when the thread uses the maximum of its stack (maximum can be 3/4 of > the stack for instance) > How can I find this "time"? > In my opinion: Welcome to the

[riot-devel] Stacksize optimization

2017-01-09 Thread Baptiste Clenet
Hi, In order to optimize the statcksize of a thread, I would like to know when the thread uses the maximum of its stack (maximum can be 3/4 of the stack for instance) How can I find this "time"? Cheers, -- Baptiste ___ devel mailing list

[riot-devel] Riot commerical support Request

2017-01-09 Thread Atif Shabbir
Hello RIOT OS Developers, we are interested to use the RIOT OS in our product. We are looking for some support our goal is to use the RIOT OS in visualgdb. We are interested in the RPL

Re: [riot-devel] Strange errors

2017-01-09 Thread Oleg Hahm
Hi Ilias! On Mon, Jan 09, 2017 at 11:54:46AM +0100, Ilias Seitanidis wrote: > Today I came up with some strange errors while creating a new project. > The first one is "'CREATE_STACKTEST' undeclared (first use in this function) > THREAD_PRIORITY_MAIN - 1,

Re: [riot-devel] Strange errors

2017-01-09 Thread Kaspar Schleiser
Hi Ilias, happy new year to you! On 01/09/2017 11:54 AM, Ilias Seitanidis wrote: > The first one is "'CREATE_STACKTEST' undeclared (first use in this function) > > -I used the same code ~7 months ago and it was working. The define has been renamed, it is now called "THREAD_CREATE_STACKTEST".