Daniel Garcia

Results 10 comments of Daniel Garcia

Fastled hasn’t been ported to the nrf52 yet - i don’t have a timeframe for that happening at the moment.

not yet, no - i haven’t had the time to do any major platform work - what time i do have right now is focused on getting the rgbw/16-bit rewrite...

When I get back to working on library stuff it will get fixed.

Unfortunately, because of problems in how the particle folks do libraries, pulling over 3.1 will take more than a moment (and since i'm in the middle of some major library...

By the way - this https://community.particle.io/t/library-import-flattens-directory-structure-workaround/9915/25 - is the reason why there's a separately versioned repo for particle than FastLED proper (and yes, the version numbers are out of sync...

I'm not convinced the problem is ctags. With this code - https://gist.github.com/focalintent/9cb049195962b677b375 - the hourly build from a few hours ago fails to compile and make prototypes. However, here's the...

Pull request #117 is an attempt to fix this particular issue (unless @cmaglie's drop in ctags replacement will flatten multi-line prototypes into the `/^...$/` block, the problem in this issue...

Yeah - I went the asm route because I didn't want to be at the mercy of the compiler deciding to optimize things, or a compiler rev doing something like...

That’s actually accounted for by the one cycle to load the count into the register, so no need to nop afterwards. Also - a lot of those things are merely...