Results 120 comments of Daniel Beer

On Thu, Sep 01, 2016 at 03:53:52PM -0700, Rick Kimball wrote: > Close but no cigar, and the delays from the original is 50ms vs 1ms > > ``` >...

It looks like this code assumes that quirc_pixel_t is uint8_t? It may be different depending on compile-time options, so that needs to be taken into account in any allocations, and...

On Fri, Oct 20, 2017 at 03:17:22PM +0000, chaisme wrote: > I am trying to run RIOT-OS on MSP430 and am using mspdebug to program on Ubuntu 16.04 . It...

On Mon, Aug 31, 2020 at 02:32:53AM -0700, Francesco Pretto wrote: > For software selection purposes, can you be a little bit more specific > in the README.md about what...

Taking a photo of a backlit LCD screen is unlikely to give you a suitable image for scanning, especially of a large code. If you zoom in on the image...

Yes, it is necessary to do this yourself. Many ECC chips will handle it for you in hardware. If you need a software implementation, there's example code provided for BCH...

On Thu, Sep 12, 2019 at 11:30:46PM -0700, Freddie Chopin wrote: > Compiling the code with `-fstack-usage` shows that some of the functions use a lot of stack - for...