-
Notifications
You must be signed in to change notification settings - Fork 197
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
stm32: add new device package #379
base: dev
Are you sure you want to change the base?
Conversation
Signed-off-by: deadprogram <ron@hybridgroup.com>
Signed-off-by: deadprogram <ron@hybridgroup.com>
Got past the original error, but now hit a different one:
I am able to reproduce this on my local machine as well with the latest @aykevl can you please help out here? |
I think export has been executed multiple times. https://github.com/tinygo-org/device/blob/main/stm32/stm32wle5.go //export WWDG_IRQHandler
func interruptWWDG() {
callHandlers(IRQ_WWDG)
} |
@deadprogram my guess is that you still have a |
I had removed that directory from my local TinyGo ( |
Huh. Weird. It is defined in two packages: |
This might be intended behavior of the Go toolchain ( |
This PR switches all references to
device/stm32
over to thetinygo.org/x/device
package repo location.