all: move stm32 files to separate repository

This commit is contained in:
Ayke van Laethem
2022-02-13 17:04:36 +01:00
committed by Ron Evans
parent 47a622a903
commit 644356c220
76 changed files with 81 additions and 89 deletions
+1 -1
View File
@@ -11,10 +11,10 @@ package runtime
// Output Comparator used for fine-grained sleeps.
import (
"device/stm32"
"machine"
"runtime/interrupt"
"runtime/volatile"
"tinygo.org/x/device/stm32"
)
type timerInfo struct {
+1 -1
View File
@@ -4,8 +4,8 @@
package runtime
import (
"device/stm32"
"machine"
"tinygo.org/x/device/stm32"
)
func init() {
+1 -1
View File
@@ -5,8 +5,8 @@
package runtime
import (
"device/stm32"
"machine"
"tinygo.org/x/device/stm32"
)
func init() {
+1 -1
View File
@@ -4,8 +4,8 @@
package runtime
import (
"device/stm32"
"machine"
"tinygo.org/x/device/stm32"
)
const (
+1 -1
View File
@@ -3,7 +3,7 @@
package runtime
import "device/stm32"
import "tinygo.org/x/device/stm32"
/*
clock settings
+1 -1
View File
@@ -3,7 +3,7 @@
package runtime
import "device/stm32"
import "tinygo.org/x/device/stm32"
/*
clock settings
+1 -1
View File
@@ -4,8 +4,8 @@
package runtime
import (
"device/stm32"
"machine"
"tinygo.org/x/device/stm32"
)
/*
+1 -1
View File
@@ -4,8 +4,8 @@
package runtime
import (
"device/stm32"
"machine"
"tinygo.org/x/device/stm32"
)
const (
+1 -1
View File
@@ -4,8 +4,8 @@
package runtime
import (
"device/stm32"
"machine"
"tinygo.org/x/device/stm32"
)
const (
+1 -1
View File
@@ -4,8 +4,8 @@
package runtime
import (
"device/stm32"
"machine"
"tinygo.org/x/device/stm32"
)
const (
+1 -1
View File
@@ -4,8 +4,8 @@
package runtime
import (
"device/stm32"
"machine"
"tinygo.org/x/device/stm32"
)
const (
+1 -1
View File
@@ -4,7 +4,7 @@
package runtime
import (
"device/stm32"
"tinygo.org/x/device/stm32"
)
/*
+1 -1
View File
@@ -4,7 +4,7 @@
package runtime
import (
"device/stm32"
"tinygo.org/x/device/stm32"
)
/*
+1 -1
View File
@@ -4,8 +4,8 @@
package runtime
import (
"device/stm32"
"machine"
"tinygo.org/x/device/stm32"
)
/*
+1 -1
View File
@@ -4,8 +4,8 @@
package runtime
import (
"device/stm32"
"machine"
"tinygo.org/x/device/stm32"
)
const (