mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-08 13:03:39 +00:00
build: drop deprecated build tags
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
// Cortex-M System Control Block-related definitions.
|
||||
|
||||
//go:build cortexm
|
||||
// +build cortexm
|
||||
|
||||
package arm
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
//go:build avr && attiny85
|
||||
// +build avr,attiny85
|
||||
|
||||
package avr
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// auto-generated by gen-device-svd.go) among devices in package nxp.
|
||||
|
||||
//go:build nxp && !mimxrt1062
|
||||
// +build nxp,!mimxrt1062
|
||||
|
||||
package nxp
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// peripherals of the NXP MIMXRT1062.
|
||||
|
||||
//go:build nxp && mimxrt1062
|
||||
// +build nxp,mimxrt1062
|
||||
|
||||
package nxp
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// auto-generated by gen-device-svd.go) among devices in package nxp.
|
||||
|
||||
//go:build nxp && mimxrt1062
|
||||
// +build nxp,mimxrt1062
|
||||
|
||||
package nxp
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
// of the NXP MIMXRT1062.
|
||||
|
||||
//go:build nxp && mimxrt1062
|
||||
// +build nxp,mimxrt1062
|
||||
|
||||
package nxp
|
||||
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
// atsamd51x bitfield definitions that are not auto-generated by gen-device-svd.go
|
||||
|
||||
//go:build sam && atsamd51
|
||||
// +build sam,atsamd51
|
||||
|
||||
// These are the supported pchctrl function numberings on the atsamd51x
|
||||
// See http://ww1.microchip.com/downloads/en/DeviceDoc/SAM_D5xE5x_Family_Data_Sheet_DS60001507F.pdf
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
// atsamd51x bitfield definitions that are not auto-generated by gen-device-svd.go
|
||||
|
||||
//go:build sam && atsame5x
|
||||
// +build sam,atsame5x
|
||||
|
||||
// These are the supported pchctrl function numberings on the atsamd51x
|
||||
// See http://ww1.microchip.com/downloads/en/DeviceDoc/SAM_D5xE5x_Family_Data_Sheet_DS60001507F.pdf
|
||||
|
||||
Reference in New Issue
Block a user