Scott Feldman

Results 9 issues of Scott Feldman

Hi, I'd like to present an RFC for a network device driver model for Tinygo I've been working on. I call it netdev. It incorporates a socket-like API idea from...

enhancement
next-release

Running examples/wifinina/http-get example on Arduino Nano33 IoT. Example fails with this error: ``` slice out of range : use http.SetBuf() to change the allocation to 1036 bytes or more ```...

next-release

In testing the wioterminal webserver example I bumped into a bug. `tinygo flash -target wioterminal -serial usb examples/rtl8720dn/webserver/main.go` The test is to repeatedly make an HTTP request for /hello. The...

Several folks on the Slack TinyGo channel reported in-frequent compile failures with 0.31.2. Here's some I've captured in my build logs. I would estimate it happens 1/40 compiles. A re-compile...

bug
core

In an effort to get drivers/examples/net example apps to run against cyw43439 + seqs/stack, implement Netlinker interface on cyw43439. Implement enough to get link UP and get a DHCP IP...

Running examples/tcpserver/main.go in soypat/cyw43439, I get a Wifi connection to my test router TP-Link AC1750, but no DHCP IP is given. ``` sfeldma@nuc:~/work/cyw43439$ tinygo flash -target=pico -opt=1 -stack-size=32kb -size=short -monitor...

[This is a resurrection of #4187, which I accidentally closed by deleting the fork it was based on.] This PR is WIP to port the full Go "net" package to...

[First PR to project] Export sendNotificationToAllClients so it can be called from the MCP server to send unsolicited notifications to all clients (sessions). I have a use-case for my MCP...

With v0.36.0, my program will not fit in flash, which is no problem, except I can't see what to trim because the -size full dump doesn't get printed. ``` $...