Robert Hartung

Results 21 comments of Robert Hartung

@walac great! Let me know what you think about the design and I can make changes and make a new pull request if necessary!

@walac Any news on this?

Just uploaded a fix for user_data. See #160

@leileigong Just merge PR #160 into your fork/branch. It works :-)

Addition: It looks like a problem with the timezone. The exDate is correctly in timezone 'Z' with utcOffset 0. In contrast, the `startDate` I get from the iterator for the...

@PeterKietzmann Nevermind, it was 1 second, not two. But still, we're off the same factor!

> Whoops, yes. It helps if you can read... nono, it was wrong in the issue/my code. You didnt do any mistake :D I edited the issue sneaky beaky like...

@PeterKietzmann Good question. Have to test again!

@MichelRottleuthner Tested again with a simple xtimer_sleep(n), n \in {1,2,4}: ``` #include #include "xtimer.h" int main(void) { while (1) { printf("sleeping 1\r\n"); xtimer_sleep(1); printf("done.\r\n"); printf("sleeping 2\r\n"); xtimer_sleep(2); printf("done.\r\n"); printf("sleeping 4\r\n");...

I don't think there is an external crystal available on these boards.