Ron Evans

Results 827 comments of Ron Evans

Just submitted PR https://github.com/tinygo-org/tinygo/pull/4011 What do we think is needed if anything to get this PR completed?

I did some testing last night. The good news is that with a couple small changes this branch worked to read/write data. The not as good news is that as...

Only for paying plans, not for free open source. :money_with_wings:

Now that the TinyGo PIO support landed in the main pico SDK repo I think we can close this issue. Thank you very much to @kenbell and @soypat for making...

Now that I look bit deeper, the bigger problem is likely to be not being able to generate the needed code for the target itself that it would be running...

> Is an interpreter not useful at all? I would be happy to get interpreter working, but not sure that will work either due to instruction set of target being...

> the interpreter should work regardless. OK, good to know. I will continue playing with it this weekend.

With my latest commits using a couple unmerged branches of tinygo, I am now getting this: ``` $ tinygo build -o wazero-micro.uf2 -target itsybitsy-m4 -stack-size 8kb -tags tinygo ./examples/basic/ tinygo:ld.lld:...

A couple fixes from @aykevl and I was able to at least compile: ``` $ tinygo build -size short -o wazero-micro.uf2 -target itsybitsy-m4 -stack-size 8kb -tags tinygo ./examples/basic/ code data...

Closing in favor of the @orsinium collection of PRs.