Skip to content

Commit 8b3075f

Browse files
deadprogrambgould
authored andcommitted
build: remove older format build tags
Signed-off-by: deadprogram <[email protected]>
1 parent 7d58709 commit 8b3075f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+0
-81
lines changed

apds9960/apds9960_generic.go

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build !nano_33_ble
2-
// +build !nano_33_ble
32

43
package apds9960
54

apds9960/apds9960_nano_33_ble.go

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build nano_33_ble
2-
// +build nano_33_ble
32

43
package apds9960
54

dht/constants.go

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build tinygo
2-
// +build tinygo
32

43
// Package dht provides a driver for DHTXX family temperature and humidity sensors.
54
//

dht/highfreq.go

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build mimxrt1062 || stm32f405 || atsamd51 || stm32f103xx || k210 || stm32f407
2-
// +build mimxrt1062 stm32f405 atsamd51 stm32f103xx k210 stm32f407
32

43
package dht // import "tinygo.org/x/drivers/dht"
54

dht/lowfreq.go

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build !mimxrt1062 && !stm32f405 && !atsamd51 && !stm32f103xx && !k210 && !stm32f407
2-
// +build !mimxrt1062,!stm32f405,!atsamd51,!stm32f103xx,!k210,!stm32f407
32

43
package dht // import "tinygo.org/x/drivers/dht"
54

dht/thermometer.go

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build tinygo
2-
// +build tinygo
32

43
// Package dht provides a driver for DHTXX family temperature and humidity sensors.
54
//

dht/timesafethermometer.go

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build tinygo
2-
// +build tinygo
32

43
// Package dht provides a driver for DHTXX family temperature and humidity sensors.
54
//

dht/util.go

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build tinygo
2-
// +build tinygo
32

43
package dht // import "tinygo.org/x/drivers/dht"
54

examples/ft6336/basic/m5stack_core2.go

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build m5stack_core2
2-
// +build m5stack_core2
32

43
package main
54

examples/ft6336/touchpaint/m5stack_core2.go

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build m5stack_core2
2-
// +build m5stack_core2
32

43
package main
54

examples/ili9341/initdisplay/atsamd21.go

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build atsamd21
2-
// +build atsamd21
32

43
package initdisplay
54

examples/ili9341/initdisplay/feather.go

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build feather_m0 || feather_m4 || feather_m4_can || feather_nrf52840 || feather_nrf52840_sense || feather_stm32f405 || feather_rp2040
2-
// +build feather_m0 feather_m4 feather_m4_can feather_nrf52840 feather_nrf52840_sense feather_stm32f405 feather_rp2040
32

43
package initdisplay
54

examples/ili9341/initdisplay/m5stack.go

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build m5stack
2-
// +build m5stack
32

43
package initdisplay
54

examples/ili9341/initdisplay/m5stack_core2.go

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build m5stack_core2
2-
// +build m5stack_core2
32

43
package initdisplay
54

examples/ili9341/initdisplay/pyportal.go

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build pyportal
2-
// +build pyportal
32

43
package initdisplay
54

examples/ili9341/initdisplay/wioterminal.go

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build wioterminal
2-
// +build wioterminal
32

43
package initdisplay
54

examples/sdcard/console/feather-m4.go

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build feather_m4 || feather_m4_can || feather_nrf52840
2-
// +build feather_m4 feather_m4_can feather_nrf52840
32

43
package main
54

examples/sdcard/console/grandcentral-m4.go

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build grandcentral_m4
2-
// +build grandcentral_m4
32

43
package main
54

examples/sdcard/console/m0.go

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build atsamd21 && !p1am_100
2-
// +build atsamd21,!p1am_100
32

43
package main
54

examples/sdcard/console/p1am-100.go

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build p1am_100
2-
// +build p1am_100
32

43
package main
54

examples/sdcard/console/pygamer.go

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build pygamer
2-
// +build pygamer
32

43
package main
54

examples/sdcard/console/pyportal.go

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build pyportal
2-
// +build pyportal
32

43
package main
54

examples/sdcard/console/thingplus-rp2040.go

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build thingplus_rp2040
2-
// +build thingplus_rp2040
32

43
package main
54

examples/sdcard/console/wioterminal.go

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build wioterminal
2-
// +build wioterminal
32

43
package main
54

examples/sdcard/tinyfs/console/console.go

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build tinygo
2-
// +build tinygo
32

43
package console
54

examples/sdcard/tinyfs/feather-m4.go

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build feather_m4 || feather_m4_can || feather_nrf52840
2-
// +build feather_m4 feather_m4_can feather_nrf52840
32

43
package main
54

examples/sdcard/tinyfs/grandcentral-m4.go

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build grandcentral_m4
2-
// +build grandcentral_m4
32

43
package main
54

examples/sdcard/tinyfs/m0.go

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build atsamd21 && !p1am_100
2-
// +build atsamd21,!p1am_100
32

43
package main
54

examples/sdcard/tinyfs/p1am-100.go

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build p1am_100
2-
// +build p1am_100
32

43
package main
54

examples/sdcard/tinyfs/pygamer.go

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build pygamer
2-
// +build pygamer
32

43
package main
54

examples/sdcard/tinyfs/pyportal.go

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build pyportal
2-
// +build pyportal
32

43
package main
54

examples/sdcard/tinyfs/thingplus-rp2040.go

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build thingplus_rp2040
2-
// +build thingplus_rp2040
32

43
package main
54

examples/sdcard/tinyfs/wioterminal.go

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build wioterminal
2-
// +build wioterminal
32

43
package main
54

examples/sx126x/rfswitch/gnse.go

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build gnse
2-
// +build gnse
32

43
/*
54
Generic Node Sensor Edition

examples/sx126x/rfswitch/lorae5.go

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build lorae5
2-
// +build lorae5
32

43
package radio
54

examples/sx126x/rfswitch/wl55jc.go

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build nucleowl55jc
2-
// +build nucleowl55jc
32

43
/*
54
Nucleo WL55JC1

examples/wifi/tcpclient/espat.go

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build espat
2-
// +build espat
32

43
package main
54

examples/wifi/tcpclient/rtl8720dn.go

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build rtl8720dn
2-
// +build rtl8720dn
32

43
package main
54

examples/wifi/tcpclient/wifinina.go

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build wifinina
2-
// +build wifinina
32

43
package main
54

examples/wifinina/pins/main.go

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build nano_rp2040
2-
// +build nano_rp2040
32

43
// This examples shows how to control RGB LED connected to
54
// NINA-W102 chip on Arduino Nano RP2040 Connect board

examples/ws2812/arduino.go

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build arduino
2-
// +build arduino
32

43
package main
54

examples/ws2812/digispark.go

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build digispark
2-
// +build digispark
32

43
package main
54

examples/ws2812/others.go

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build !digispark && !arduino && !qtpy && !m5stamp_c3 && !thingplus_rp2040
2-
// +build !digispark,!arduino,!qtpy,!m5stamp_c3,!thingplus_rp2040
32

43
package main
54

examples/ws2812/others_wo_led.go

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build qtpy || m5stamp_c3
2-
// +build qtpy m5stamp_c3
32

43
package main
54

examples/ws2812/qtpy.go

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build qtpy
2-
// +build qtpy
32

43
package main
54

examples/ws2812/thingplus-rp2040.go

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build thingplus_rp2040
2-
// +build thingplus_rp2040
32

43
package main
54

flash/transport_qspi_samd.go

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build atsamd51
2-
// +build atsamd51
32

43
package flash
54

hts221/hts221_generic.go

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build !nano_33_ble
2-
// +build !nano_33_ble
32

43
package hts221
54

hts221/hts221_nano_33_ble.go

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build nano_33_ble
2-
// +build nano_33_ble
32

43
package hts221
54

i2csoft/i2csoft_atsamd51.go

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build atsamd51 || atsame5x
2-
// +build atsamd51 atsame5x
32

43
package i2csoft
54

i2csoft/i2csoft_esp32.go

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build esp32
2-
// +build esp32
32

43
package i2csoft
54

i2csoft/i2csoft_nrf52840.go

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build nrf52840
2-
// +build nrf52840
32

43
package i2csoft
54

i2csoft/i2csoft_other.go

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build !esp32 && !atsamd51 && !atsame5x && !stm32f4 && !rp2040 && !nrf52840
2-
// +build !esp32,!atsamd51,!atsame5x,!stm32f4,!rp2040,!nrf52840
32

43
package i2csoft
54

i2csoft/i2csoft_rp2040.go

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build rp2040
2-
// +build rp2040
32

43
package i2csoft
54

i2csoft/i2csoft_stm32f4.go

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build stm32f4
2-
// +build stm32f4
32

43
package i2csoft
54

ili9341/parallel_atsamd51.go

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build atsamd51
2-
// +build atsamd51
32

43
package ili9341
54

ili9341/spi.go

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build !atsamd51 && !atsame5x && !atsamd21
2-
// +build !atsamd51,!atsame5x,!atsamd21
32

43
package ili9341
54

ili9341/spi_atsamd21.go

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build atsamd21
2-
// +build atsamd21
32

43
package ili9341
54

ili9341/spi_atsamd51.go

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build atsamd51 || atsame5x
2-
// +build atsamd51 atsame5x
32

43
package ili9341
54

image/internal/imageutil/gen.go

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// license that can be found in the LICENSE file.
44

55
//go:build ignore
6-
// +build ignore
76

87
package main
98

image/png/fuzz.go

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// license that can be found in the LICENSE file.
44

55
//go:build gofuzz
6-
// +build gofuzz
76

87
package png
98

lps22hb/lps22hb_generic.go

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build !nano_33_ble
2-
// +build !nano_33_ble
32

43
package lps22hb
54

lps22hb/lps22hb_nano_33_ble.go

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build nano_33_ble
2-
// +build nano_33_ble
32

43
package lps22hb
54

lsm6ds3tr/lsm6ds3tr_generic.go

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build !xiao_ble
2-
// +build !xiao_ble
32

43
package lsm6ds3tr
54

lsm6ds3tr/lsm6ds3tr_xiao_ble.go

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build xiao_ble
2-
// +build xiao_ble
32

43
package lsm6ds3tr
54

lsm9ds1/lsm9ds1_generic.go

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//go:build !nano_33_ble
2-
// +build !nano_33_ble
32

43
package lsm9ds1
54

0 commit comments

Comments
 (0)