mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-04 11:07:46 +00:00
Revert "all: move stm32 files to separate repository"
This reverts commit 644356c220.
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
package runtime
|
||||
|
||||
import (
|
||||
"device/stm32"
|
||||
"machine"
|
||||
"tinygo.org/x/device/stm32"
|
||||
)
|
||||
|
||||
func init() {
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
package runtime
|
||||
|
||||
import (
|
||||
"device/stm32"
|
||||
"machine"
|
||||
"tinygo.org/x/device/stm32"
|
||||
)
|
||||
|
||||
func init() {
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
package runtime
|
||||
|
||||
import (
|
||||
"device/stm32"
|
||||
"machine"
|
||||
"tinygo.org/x/device/stm32"
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
package runtime
|
||||
|
||||
import "tinygo.org/x/device/stm32"
|
||||
import "device/stm32"
|
||||
|
||||
/*
|
||||
clock settings
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
package runtime
|
||||
|
||||
import "tinygo.org/x/device/stm32"
|
||||
import "device/stm32"
|
||||
|
||||
/*
|
||||
clock settings
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
package runtime
|
||||
|
||||
import (
|
||||
"device/stm32"
|
||||
"machine"
|
||||
"tinygo.org/x/device/stm32"
|
||||
)
|
||||
|
||||
/*
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
package runtime
|
||||
|
||||
import (
|
||||
"device/stm32"
|
||||
"machine"
|
||||
"tinygo.org/x/device/stm32"
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
package runtime
|
||||
|
||||
import (
|
||||
"device/stm32"
|
||||
"machine"
|
||||
"tinygo.org/x/device/stm32"
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
package runtime
|
||||
|
||||
import (
|
||||
"device/stm32"
|
||||
"machine"
|
||||
"tinygo.org/x/device/stm32"
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
package runtime
|
||||
|
||||
import (
|
||||
"device/stm32"
|
||||
"machine"
|
||||
"tinygo.org/x/device/stm32"
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
package runtime
|
||||
|
||||
import (
|
||||
"tinygo.org/x/device/stm32"
|
||||
"device/stm32"
|
||||
)
|
||||
|
||||
/*
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
package runtime
|
||||
|
||||
import (
|
||||
"tinygo.org/x/device/stm32"
|
||||
"device/stm32"
|
||||
)
|
||||
|
||||
/*
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
package runtime
|
||||
|
||||
import (
|
||||
"device/stm32"
|
||||
"machine"
|
||||
"tinygo.org/x/device/stm32"
|
||||
)
|
||||
|
||||
/*
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
package runtime
|
||||
|
||||
import (
|
||||
"device/stm32"
|
||||
"machine"
|
||||
"tinygo.org/x/device/stm32"
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user