Daniel Beer
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 Sat, Jun 05, 2021 at 09:18:11AM -0700, Zhao Lei wrote: > > You can view, comment on, or merge this pull request online at: > > https://github.com/dlbeer/mspdebug/pull/105 > >...
Hi Zhao, Sorry, I didn't get a notification when you'd changed the message, so I didn't notice that you'd done it! The explanation is good, but if you could format...
Ok, thank you for your work on this. If you let me know when you think you have something ready, I'll merge. Let me know if you need any information...
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...