build: drop deprecated build tags
Этот коммит содержится в:
родитель
146e2cd376
коммит
8d4d3c6201
418 изменённых файлов: 4 добавлений и 425 удалений
|
@ -1,5 +1,4 @@
|
|||
//go:build byollvm
|
||||
// +build byollvm
|
||||
|
||||
package builder
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build !byollvm
|
||||
// +build !byollvm
|
||||
|
||||
package builder
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build !byollvm && llvm14
|
||||
// +build !byollvm,llvm14
|
||||
|
||||
package cgo
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build !byollvm && !llvm14
|
||||
// +build !byollvm,!llvm14
|
||||
|
||||
package cgo
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build darwin || tinygo.wasm
|
||||
// +build darwin tinygo.wasm
|
||||
|
||||
// This implementation of crypto/rand uses the arc4random_buf function
|
||||
// (available on both MacOS and WASI) to generate random numbers.
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build nrf || stm32 || (sam && atsamd51) || (sam && atsame5x)
|
||||
// +build nrf stm32 sam,atsamd51 sam,atsame5x
|
||||
|
||||
package rand
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build linux && !baremetal && !wasi
|
||||
// +build linux,!baremetal,!wasi
|
||||
|
||||
// This implementation of crypto/rand uses the /dev/urandom pseudo-file to
|
||||
// generate random numbers.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build feather_m4_can
|
||||
// +build feather_m4_can
|
||||
|
||||
package main
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build feather_m4_can
|
||||
// +build feather_m4_can
|
||||
|
||||
package main
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build circuitplay_express
|
||||
// +build circuitplay_express
|
||||
|
||||
package main
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build pyportal
|
||||
// +build pyportal
|
||||
|
||||
package main
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build circuitplay_express
|
||||
// +build circuitplay_express
|
||||
|
||||
package main
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build pca10040
|
||||
// +build pca10040
|
||||
|
||||
package main
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build stm32
|
||||
// +build stm32
|
||||
|
||||
package main
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build wioterminal
|
||||
// +build wioterminal
|
||||
|
||||
package main
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build arduino_mega1280
|
||||
// +build arduino_mega1280
|
||||
|
||||
package main
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build arduino
|
||||
// +build arduino
|
||||
|
||||
package main
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build bluepill
|
||||
// +build bluepill
|
||||
|
||||
package main
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build feather_m4
|
||||
// +build feather_m4
|
||||
|
||||
package main
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build itsybitsy_m0
|
||||
// +build itsybitsy_m0
|
||||
|
||||
package main
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build itsybitsy_m4
|
||||
// +build itsybitsy_m4
|
||||
|
||||
package main
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build stm32f7
|
||||
// +build stm32f7
|
||||
|
||||
package main
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build stm32l0
|
||||
// +build stm32l0
|
||||
|
||||
package main
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build stm32l4
|
||||
// +build stm32l4
|
||||
|
||||
package main
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build stm32l5
|
||||
// +build stm32l5
|
||||
|
||||
package main
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build pico
|
||||
// +build pico
|
||||
|
||||
package main
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build stm32f4disco
|
||||
// +build stm32f4disco
|
||||
|
||||
package main
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build gc.conservative && tinygo.wasm
|
||||
// +build gc.conservative,tinygo.wasm
|
||||
|
||||
package task
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build !gc.conservative || !tinygo.wasm
|
||||
// +build !gc.conservative !tinygo.wasm
|
||||
|
||||
package task
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build scheduler.asyncify
|
||||
// +build scheduler.asyncify
|
||||
|
||||
package task
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build scheduler.none
|
||||
// +build scheduler.none
|
||||
|
||||
package task
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build scheduler.tasks
|
||||
// +build scheduler.tasks
|
||||
|
||||
package task
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build scheduler.tasks && 386
|
||||
// +build scheduler.tasks,386
|
||||
|
||||
package task
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build scheduler.tasks && amd64 && !windows
|
||||
// +build scheduler.tasks,amd64,!windows
|
||||
|
||||
package task
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build scheduler.tasks && amd64 && windows
|
||||
// +build scheduler.tasks,amd64,windows
|
||||
|
||||
package task
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build scheduler.tasks && arm && !cortexm && !avr && !xtensa && !tinygo.riscv
|
||||
// +build scheduler.tasks,arm,!cortexm,!avr,!xtensa,!tinygo.riscv
|
||||
|
||||
package task
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build scheduler.tasks && arm64
|
||||
// +build scheduler.tasks,arm64
|
||||
|
||||
package task
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build scheduler.tasks && avr
|
||||
// +build scheduler.tasks,avr
|
||||
|
||||
package task
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build scheduler.tasks && cortexm
|
||||
// +build scheduler.tasks,cortexm
|
||||
|
||||
package task
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build scheduler.tasks && esp32
|
||||
// +build scheduler.tasks,esp32
|
||||
|
||||
package task
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build scheduler.tasks && esp8266
|
||||
// +build scheduler.tasks,esp8266
|
||||
|
||||
package task
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build scheduler.tasks && tinygo.riscv
|
||||
// +build scheduler.tasks,tinygo.riscv
|
||||
|
||||
package task
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build arduino
|
||||
// +build arduino
|
||||
|
||||
package machine
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build arduino_mega1280
|
||||
// +build arduino_mega1280
|
||||
|
||||
package machine
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build arduino_mega2560
|
||||
// +build arduino_mega2560
|
||||
|
||||
package machine
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build arduino_mkr1000
|
||||
// +build arduino_mkr1000
|
||||
|
||||
// This contains the pin mappings for the Arduino MKR1000 board.
|
||||
//
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build arduino_mkrwifi1010
|
||||
// +build arduino_mkrwifi1010
|
||||
|
||||
// This contains the pin mappings for the Arduino MKR WiFi 1010 board.
|
||||
//
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build arduino_nano
|
||||
// +build arduino_nano
|
||||
|
||||
package machine
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build arduino_nano33
|
||||
// +build arduino_nano33
|
||||
|
||||
// This contains the pin mappings for the Arduino Nano33 IoT board.
|
||||
//
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build sam && atsamd21 && arduino_zero
|
||||
// +build sam,atsamd21,arduino_zero
|
||||
|
||||
package machine
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build (avr && atmega328p) || arduino || arduino_nano
|
||||
// +build avr,atmega328p arduino arduino_nano
|
||||
|
||||
package machine
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build (sam && atsamd21) || arduino_nano33 || circuitplay_express
|
||||
// +build sam,atsamd21 arduino_nano33 circuitplay_express
|
||||
|
||||
package machine
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build atsame54_xpro
|
||||
// +build atsame54_xpro
|
||||
|
||||
package machine
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build badger2040
|
||||
// +build badger2040
|
||||
|
||||
// This contains the pin mappings for the Badger 2040 Connect board.
|
||||
//
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build bluepill
|
||||
// +build bluepill
|
||||
|
||||
package machine
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build challenger_rp2040
|
||||
// +build challenger_rp2040
|
||||
|
||||
package machine
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build circuitplay_bluefruit
|
||||
// +build circuitplay_bluefruit
|
||||
|
||||
package machine
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build circuitplay_express
|
||||
// +build circuitplay_express
|
||||
|
||||
package machine
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build clue_alpha
|
||||
// +build clue_alpha
|
||||
|
||||
package machine
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build digispark
|
||||
// +build digispark
|
||||
|
||||
package machine
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build esp32_coreboard_v2
|
||||
// +build esp32_coreboard_v2
|
||||
|
||||
package machine
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build esp32c312f
|
||||
// +build esp32c312f
|
||||
|
||||
package machine
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build hifive1b
|
||||
// +build hifive1b
|
||||
|
||||
package machine
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build sam && atsamd21 && feather_m0
|
||||
// +build sam,atsamd21,feather_m0
|
||||
|
||||
package machine
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build feather_m4_can
|
||||
// +build feather_m4_can
|
||||
|
||||
package machine
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build feather_m4
|
||||
// +build feather_m4
|
||||
|
||||
package machine
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build feather_nrf52840_sense
|
||||
// +build feather_nrf52840_sense
|
||||
|
||||
package machine
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build feather_nrf52840
|
||||
// +build feather_nrf52840
|
||||
|
||||
package machine
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build feather_stm32f405
|
||||
// +build feather_stm32f405
|
||||
|
||||
package machine
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build feather_rp2040
|
||||
// +build feather_rp2040
|
||||
|
||||
package machine
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build gnse
|
||||
// +build gnse
|
||||
|
||||
package machine
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build grandcentral_m4
|
||||
// +build grandcentral_m4
|
||||
|
||||
package machine
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build hifive1b
|
||||
// +build hifive1b
|
||||
|
||||
package machine
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build fe310 && hifive1b
|
||||
// +build fe310,hifive1b
|
||||
|
||||
package machine
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build sam && atsamd21 && itsybitsy_m0
|
||||
// +build sam,atsamd21,itsybitsy_m0
|
||||
|
||||
package machine
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build itsybitsy_m4
|
||||
// +build itsybitsy_m4
|
||||
|
||||
package machine
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build itsybitsy_nrf52840
|
||||
// +build itsybitsy_nrf52840
|
||||
|
||||
package machine
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build maixbit
|
||||
// +build maixbit
|
||||
|
||||
// Chip datasheet: https://s3.cn-north-1.amazonaws.com.cn/dl.kendryte.com/documents/kendryte_datasheet_20181011163248_en.pdf
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build lgt92
|
||||
// +build lgt92
|
||||
|
||||
package machine
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build lorae5
|
||||
// +build lorae5
|
||||
|
||||
package machine
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build m5stack
|
||||
// +build m5stack
|
||||
|
||||
package machine
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build m5stack_core2
|
||||
// +build m5stack_core2
|
||||
|
||||
package machine
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build m5stamp_c3
|
||||
// +build m5stamp_c3
|
||||
|
||||
package machine
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build macropad_rp2040
|
||||
// +build macropad_rp2040
|
||||
|
||||
package machine
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build maixbit
|
||||
// +build maixbit
|
||||
|
||||
package machine
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build k210 && maixbit
|
||||
// +build k210,maixbit
|
||||
|
||||
package machine
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build matrixportal_m4
|
||||
// +build matrixportal_m4
|
||||
|
||||
package machine
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build mch2022
|
||||
// +build mch2022
|
||||
|
||||
package machine
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build mdbt50qrx
|
||||
// +build mdbt50qrx
|
||||
|
||||
package machine
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build metro_m4_airlift
|
||||
// +build metro_m4_airlift
|
||||
|
||||
package machine
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build microbit_v2
|
||||
// +build microbit_v2
|
||||
|
||||
package machine
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
//go:build microbit
|
||||
// +build microbit
|
||||
|
||||
package machine
|
||||
|
||||
|
|
Показаны не все изменённые файлы, т.к. их слишком много Показать больше
Загрузка…
Создание таблицы
Сослаться в новой задаче