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