ElTangas / jtag2updi

UPDI programmer software for Arduino (targets Tiny AVR-0/1/2, Mega AVR-0 and AVR-DA/DB MCUs)
MIT License
318 stars 91 forks source link

missing 9 series #34

Closed mikrocoder closed 4 years ago

mikrocoder commented 4 years ago

Hi,

... I think there is a typo in the parts.h file. The ending 9 at the end is missing in the last line. 809 ... 4809. https://github.com/SpenceKonde/jtag2updi/blob/master/parts.h

best regards

ElTangas commented 4 years ago

I think you are right, I'll forward this issue to @SpenceKonde, who contributed this file.

mikrocoder commented 4 years ago

I think you are right, I'll forward this issue to @SpenceKonde, who contributed this file.

Thanks for forwarding. I would have preferred to write it directly to Spence Fork, but it lacks an issues tab. :-)

SpenceKonde commented 4 years ago

Oh, huh - I'll look into why that tab is missing - though I'm in the process of submitting my changes back to this repo anyway.

On Sat, May 23, 2020 at 9:16 AM mikrocoder notifications@github.com wrote:

I think you are right, I'll forward this issue to @SpenceKonde https://github.com/SpenceKonde, who contributed this file.

Thanks for forwarding. I would have preferred to write it directly to Spence Fork, but it lacks an issues tab. :-)

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/ElTangas/jtag2updi/issues/34#issuecomment-633051496, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABTXEW5DCGDN3YR76ES74N3RS7EBZANCNFSM4NIE72CA .

--


Spence Konde Azzy’S Electronics

New products! Check them out at tindie.com/stores/DrAzzy GitHub: github.com/SpenceKonde ATTinyCore: Arduino support for almost every ATTiny microcontroller Contact: spencekonde@gmail.com

SpenceKonde commented 4 years ago

I mean, the fork on my github - once I get everything sorted out and submitted here, is supposed to differ only in that it the containing folder stripped out so that you can compile it in Arduino without moving anything around. So maybe that's why I didn't put an issues tab. Once things are in the state that they're supposed to be in, since the code in my repo will be the same as the code here, it really wouldn't be appropriate to report issues there, because I'd just have to go and report them here!

On Sat, May 23, 2020 at 9:16 AM mikrocoder notifications@github.com wrote:

I think you are right, I'll forward this issue to @SpenceKonde https://github.com/SpenceKonde, who contributed this file.

Thanks for forwarding. I would have preferred to write it directly to Spence Fork, but it lacks an issues tab. :-)

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/ElTangas/jtag2updi/issues/34#issuecomment-633051496, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABTXEW5DCGDN3YR76ES74N3RS7EBZANCNFSM4NIE72CA .

--


Spence Konde Azzy’S Electronics

New products! Check them out at tindie.com/stores/DrAzzy GitHub: github.com/SpenceKonde ATTinyCore: Arduino support for almost every ATTiny microcontroller Contact: spencekonde@gmail.com

ElTangas commented 4 years ago

This has been corrected, closing.