Re: [PATCH v3] score: Fix simple timecounter support

2016-01-14 Thread Martin Galvan
Thanks a lot for this patch. We've tested it and so far it's working fine. However we have a couple of questions: 1) Is there a reason why you're using the ARMV7M_Timecounter struct instead of simply having a global boolean like we did in our patch? That pointer casting trick seems a bit unsafe.

Re: [PATCH v3] score: Fix simple timecounter support

2016-01-14 Thread Sebastian Huber
On 14/01/16 14:44, Martin Galvan wrote: Thanks a lot for this patch. We've tested it and so far it's working fine. Ok, I have to build all BSPs before I can check it in. However we have a couple of questions: 1) Is there a reason why you're using the ARMV7M_Timecounter struct instead of si