Results 15 comments of ardnew

@deadprogram I'm not sure which commit would have addressed it, but I can test and verify it's resolved today and let you know. I began always using a _release version_...

Building `master@HEAD` from mainline Go, it will report a `devel` version number appended with a commit hash: ``` $ go version go version devel go1.19-0c6d8bb109 2022/04/15 12:17:18 darwin/amd64 ``` TinyGo...

### Bear with me, this is a rather long one... @deadprogram getting some help is necessary at this point — specifically due to my personal time available to work on...

Hi @deadprogram: Unfortunately I don't have a straightforward answer to that question because that interface hasn't been well-defined yet. The idea was that a well-defined interface would simply _reveal itself_...

@deadprogram There is actually a bug in `gen-device-svd`, preventing the register descriptions from compiling

How are you searching for these allocs? Just making a best-guess via source code inspection? Setting `-gc=none`? Or are you using the new `-print-allocs` flag?

I imagined removing all of the GDB init commands that are currently hard-coded in `main.go` (see `func FlashGDB`), and instead create equivalent _default init scripts_. These hard-coded commands vary based...

LGTM, I don't even remember adding them 🙃

> There's a bunch of 'allocs' in USB code - so I guess there. This was the single-most influential factor that drove the design of my USB package: ###     ...

> What does this code do? Is it using a standard SPI connection or is it doing something special? Which code are you referring to? If you're asking about all...