Added networking stack (mostly copied from pico-weather) and added NTP sync
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2026-09-07 18:01:31 -04:00
parent b9195b33bc
commit a0b8906d63
4 changed files with 383 additions and 17 deletions
+8 -1
View File
@@ -3,8 +3,15 @@ module git.metaunix.net/bitgoblin/pico-time
go 1.25.2
require (
github.com/soypat/cyw43439 v0.1.1
github.com/soypat/lneto v0.3.2
tinygo.org/x/drivers v0.36.0
tinygo.org/x/tinyfont v0.7.0
)
require github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
require (
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
github.com/soypat/seqs v0.0.0-20250124201400-0d65bc7c1710 // indirect
github.com/tinygo-org/pio v0.3.0 // indirect
golang.org/x/exp v0.0.0-20241204233417-43b7b7cde48d // indirect
)