Results 81 comments of Elara

I believe this is the same error as the one I reported in #202. It looks to be caused by a change in the newest version of TinyGo.

It's in the godoc documentation: https://pkg.go.dev/github.com/bytesparadise/[email protected]/pkg/configuration#Configuration

I've already opened an issue for this: waydroid/waydroid#291

This is currently blocking [Arsen6331/itd#22](https://gitea.arsenm.dev/Arsen6331/itd/issues/22)

I have edited my post to use the new template, but I am unable to reopen the issue.

> What does the target use? I don't know what you mean by this. I am using the `pico` target. > What are the results of tinygo version? Before update:...

I'm using nonstandard UART pins, so I had to make a simple program instead of using `examples/serial`. Here is what I used: ```go package main import ( "io" "machine" "time"...

I can use `--serial uart` for now, but it is interesting why USB output isn't working.

It could be the USB hub actually, I'll try connecting it directly to the computer and see if it works.

It still doesn't work even if directly connected to the computer. I checked dmesg, and I seem to be having the same problem as #3012 ``` [38414.028032] usb 7-2: new...