netlink, examples: use 'ninafw' tag instead of individual board tags to simplify maintenence. Also see PR #4085 in the main TinyGo repo

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram
2024-01-15 21:06:14 +01:00
committed by Ron Evans
parent 0262122ccd
commit 3c5e17423a
17 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
// examples/net/webclient (for HTTP) // examples/net/webclient (for HTTP)
// examples/net/tlsclient (for HTTPS) // examples/net/tlsclient (for HTTPS)
//go:build pyportal || nano_rp2040 || metro_m4_airlift || arduino_mkrwifi1010 || matrixportal_m4 || wioterminal //go:build ninafw || wioterminal
package main package main
+1 -1
View File
@@ -9,7 +9,7 @@
// examples/net/webclient (for HTTP) // examples/net/webclient (for HTTP)
// examples/net/tlsclient (for HTTPS) // examples/net/tlsclient (for HTTPS)
//go:build pyportal || nano_rp2040 || metro_m4_airlift || arduino_mkrwifi1010 || matrixportal_m4 || wioterminal //go:build ninafw || wioterminal
package main package main
+1 -1
View File
@@ -9,7 +9,7 @@
// examples/net/webclient (for HTTP) // examples/net/webclient (for HTTP)
// examples/net/tlsclient (for HTTPS) // examples/net/tlsclient (for HTTPS)
//go:build pyportal || nano_rp2040 || metro_m4_airlift || arduino_mkrwifi1010 || matrixportal_m4 || wioterminal //go:build ninafw || wioterminal
package main package main
+1 -1
View File
@@ -9,7 +9,7 @@
// examples/net/webclient (for HTTP) // examples/net/webclient (for HTTP)
// examples/net/tlsclient (for HTTPS) // examples/net/tlsclient (for HTTPS)
//go:build pyportal || nano_rp2040 || metro_m4_airlift || arduino_mkrwifi1010 || matrixportal_m4 || wioterminal //go:build ninafw || wioterminal
package main package main
+1 -1
View File
@@ -4,7 +4,7 @@
// Note: It may be necessary to increase the stack size when using // Note: It may be necessary to increase the stack size when using
// paho.mqtt.golang. Use the -stack-size=4KB command line option. // paho.mqtt.golang. Use the -stack-size=4KB command line option.
//go:build pyportal || nano_rp2040 || metro_m4_airlift || arduino_mkrwifi1010 || matrixportal_m4 || wioterminal || challenger_rp2040 //go:build ninafw || wioterminal || challenger_rp2040
package main package main
+1 -1
View File
@@ -4,7 +4,7 @@
// Note: It may be necessary to increase the stack size when using // Note: It may be necessary to increase the stack size when using
// paho.mqtt.golang. Use the -stack-size=4KB command line option. // paho.mqtt.golang. Use the -stack-size=4KB command line option.
//go:build pyportal || nano_rp2040 || metro_m4_airlift || arduino_mkrwifi1010 || matrixportal_m4 || wioterminal || challenger_rp2040 //go:build ninafw || wioterminal || challenger_rp2040
package main package main
+1 -1
View File
@@ -3,7 +3,7 @@
// It creates a UDP connection to request the current time and parse the // It creates a UDP connection to request the current time and parse the
// response from a NTP server. The system time is set to NTP time. // response from a NTP server. The system time is set to NTP time.
//go:build pyportal || arduino_nano33 || nano_rp2040 || metro_m4_airlift || arduino_mkrwifi1010 || matrixportal_m4 || wioterminal || challenger_rp2040 //go:build ninafw || wioterminal || challenger_rp2040
package main package main
+1 -1
View File
@@ -4,7 +4,7 @@
// //
// nc -lk 8080 // nc -lk 8080
//go:build pyportal || arduino_nano33 || nano_rp2040 || metro_m4_airlift || arduino_mkrwifi1010 || matrixportal_m4 || wioterminal || challenger_rp2040 //go:build ninafw || wioterminal || challenger_rp2040
package main package main
+1 -1
View File
@@ -5,7 +5,7 @@
// //
// nc -lk 8080 // nc -lk 8080
//go:build pyportal || arduino_nano33 || nano_rp2040 || metro_m4_airlift || arduino_mkrwifi1010 || matrixportal_m4 || wioterminal || challenger_rp2040 || pico //go:build ninafw || wioterminal || challenger_rp2040 || pico
package main package main
+1 -1
View File
@@ -7,7 +7,7 @@
// //
// $ nc 10.0.0.2 8080 <file >copy ; cmp file copy // $ nc 10.0.0.2 8080 <file >copy ; cmp file copy
//go:build pyportal || arduino_nano33 || nano_rp2040 || metro_m4_airlift || arduino_mkrwifi1010 || matrixportal_m4 || wioterminal //go:build ninafw || wioterminal
package main package main
+1 -1
View File
@@ -5,7 +5,7 @@
// //
// https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Strict-Transport-Security // https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Strict-Transport-Security
//go:build pyportal || nano_rp2040 || metro_m4_airlift || arduino_mkrwifi1010 || matrixportal_m4 || wioterminal //go:build ninafw || wioterminal
package main package main
+1 -1
View File
@@ -17,7 +17,7 @@
// } // }
// --------------------------------------------------------------------------- // ---------------------------------------------------------------------------
//go:build pyportal || arduino_nano33 || nano_rp2040 || metro_m4_airlift || arduino_mkrwifi1010 || matrixportal_m4 || wioterminal //go:build ninafw || wioterminal
package main package main
+1 -1
View File
@@ -6,7 +6,7 @@
// Note: It may be necessary to increase the stack size when using "net/http". // Note: It may be necessary to increase the stack size when using "net/http".
// Use the -stack-size=4KB command line option. // Use the -stack-size=4KB command line option.
//go:build pyportal || nano_rp2040 || metro_m4_airlift || arduino_mkrwifi1010 || matrixportal_m4 || wioterminal //go:build ninafw || wioterminal
package main package main
+1 -1
View File
@@ -6,7 +6,7 @@
// Note: It may be necessary to increase the stack size when using // Note: It may be necessary to increase the stack size when using
// "golang.org/x/net/websocket". Use the -stack-size=4KB command line option. // "golang.org/x/net/websocket". Use the -stack-size=4KB command line option.
//go:build pyportal || nano_rp2040 || metro_m4_airlift || arduino_mkrwifi1010 || matrixportal_m4 || wioterminal //go:build ninafw || wioterminal
package main package main
+1 -1
View File
@@ -6,7 +6,7 @@
// Note: It may be necessary to increase the stack size when using // Note: It may be necessary to increase the stack size when using
// "golang.org/x/net/websocket". Use the -stack-size=4KB command line option. // "golang.org/x/net/websocket". Use the -stack-size=4KB command line option.
//go:build pyportal || nano_rp2040 || metro_m4_airlift || arduino_mkrwifi1010 || matrixportal_m4 || wioterminal //go:build ninafw || wioterminal
package main package main
+1 -1
View File
@@ -3,7 +3,7 @@
// Note: It may be necessary to increase the stack size when using "net/http". // Note: It may be necessary to increase the stack size when using "net/http".
// Use the -stack-size=4KB command line option. // Use the -stack-size=4KB command line option.
//go:build pyportal || nano_rp2040 || metro_m4_airlift || arduino_mkrwifi1010 || matrixportal_m4 || wioterminal //go:build ninafw || wioterminal
package main package main
+1 -1
View File
@@ -1,4 +1,4 @@
//go:build pyportal || arduino_nano33 || nano_rp2040 || metro_m4_airlift || matrixportal_m4 //go:build ninafw && !arduino_mkrwifi1010
package probe package probe