sago35

Results 47 issues of sago35

@aykevl @deadprogram refs #2634 Unlike #2634, I was able to build `tinygo-org/drivers/examples/ili9341/pyportal_boing`. Perhaps we are proceeding correctly. The entire device repository is over 500MB and cannot `go get`. For this...

GOARM is 6 when run on ubuntu and 7 on windows. Is this as intended? ``` # ubuntu 20.04 $ ./bin/tinygo version tinygo version 0.25.0-dev-7b1e5f6 linux/amd64 (using go version go1.17.6...

https://github.com/raspberrypi/pico-sdk/blob/master/src/rp2_common/pico_fix/rp2040_usb_device_enumeration/rp2040_usb_device_enumeration.c

``` $ tinygo run ./src/examples/serial ld.lld: warning: duplicate /export option: hypot ld.lld: warning: duplicate /export option: nextafter hello world! hello world! hello world! hello world! $ tinygo version tinygo version...

wontfix
windows

#1330 I created a PR to make it easier to check the CI results. There is no plan to merge it for now.

#1330 I created a PR to make it easier to check the CI results. There is no plan to merge it for now.

This PR is for confirmation purposes only. Although the following is written in the source code, it may be possible to run it parrallel in practice. > // Due to...

I made the call to SetupDMA() to use DMA to send. If no call is made, send it without DMA. At the moment, it is wioterminal-only and most of the...

#944 * http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ddi0439b/BEHBJHIG.html * https://github.com/tinygo-org/tinygo/issues/944#issuecomment-625485947 * http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ddi0439b/BABCIIIA.html

I moved the files under device/ to a different location. For testing purposes, I've put it at github.com/sago35/device, but will eventually put it at tinygo.org/x/device. This PR is related to...