I have been testing the blinky2 on nrf (PCA100400), stm32 (bluepill), and samd21 (itsybity-m0).
My results:
- nrf both go routines work perfectly
- stm32 often runs each goroutine once, then freezes. When it does start it "stutters" and then each stops after a little while.
- samd21 both go routines freeze the first call of
time.Sleep()