Daniel Beer
Daniel Beer
On Thu, Oct 19, 2017 at 02:32:26PM +0000, Tweepy wrote: > I'm trying to use the new MSP-FET (black usb box), with the msp430.dll compiled from source available on TI....
Hi Jazz, From bash you'll want to set the path with something like: export PATH=$PATH:/path/to/dir1:/path/to/dir2 Substituting the paths as appropriate. I've never used bash on Windows with MSYS, so I'm...
On Wed, Apr 29, 2020 at 11:31:37PM -0700, Ken Carpenter wrote: > I got quirc running on a small embedded target quite easily (nice job on the example code!), but...
On Thu, Apr 30, 2020 at 05:32:12AM -0700, Alexandre Perrin wrote: > I also believe it would be a useful addition. I would rather see this feature implemented as a...
On Fri, May 01, 2020 at 06:44:21AM -0700, Alexandre Perrin wrote: > The right time is an implementation detail of the library > (`quirc_destroy` is obvious, `quirc_resize` less so). If...
On Tue, May 05, 2020 at 11:28:52PM -0700, Ken Carpenter wrote: > My proposal is the following: > > - Create a new function `quirc_init_with_image(q,w,h,image)` (open to name suggestions). >...
On Mon, May 11, 2020 at 02:06:37AM -0700, Alexandre Perrin wrote: > Hi @FoundationKen, > > Couple of comments: > > * I don't think we need to use void...
On Mon, May 11, 2020 at 12:14:05PM -0700, Ken Carpenter wrote: > @dlbeer Are you OK with exposing `struct quirc` and `quirc_pixel_t`? If so, I'll revise and submit a PR...
On Sun, May 17, 2020 at 05:23:36PM -0700, Ken Carpenter wrote: > Maybe I'm still missing something, but the API for `quirc_init()` in > this PR doesn't care if you...
On Wed, Jul 08, 2015 at 05:43:52PM -0700, Sai Kalidindi wrote: > The target MCU is an MSP4305989, which does not appear to be in the `fet_olimex_db.c` file. Hi Sai,...