You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@jespino
How was this part when you were developing it? It seems that writing to the atmega32u4 on an arduino-leonardo removes the USBCDC, making recovery difficult.
I also found this where some more differences are noted, cant confirm its the actual same board since their seems to be many different version of the board
Hello TinyGo team,
Im currently struggling getting this Pro Micro to run. (datasheet)
I managed to flash to the mcu using the
arduino-leonardo
configuration but it seems to be doing nothing at all.i started with a blinky script migrated from code written in arduino IDE, which also detects the board as arduino-leonardo.
i saw and experienced the same issue described in this issue
tinygo code:
original arduino code:
flash command:
tinygo flash -target arduino-leonardo -no-debug main.go
i would be willing to create the missing pieces but i honestly dont even know where to start
The text was updated successfully, but these errors were encountered: