per1234 / Ariadne-Bootloader

Arduino TFTP bootloader for W5100 Ethernet controller(Arduino Ethernet, Ethernet Shield, etc.)
16 stars 8 forks source link

Use atmega128 and ENC28J60 #25

Closed gitronik closed 7 years ago

gitronik commented 7 years ago

if i will use for atmega128 and ENC28J60, it can suported?

per1234 commented 7 years ago

It should be possible to port the bootloader to ATmega128 fairly easily. I don't have any plans to do this in the near future. If you do it and submit a pull request I will eventually merge it but I currently don't have time for working on this project.

Adding ENC28J60 support would be very difficult if it's even possible. If there is ever any progress on that it will be noted in this issue: https://github.com/loathingKernel/ariadne-bootloader/issues/4 You can subscribe to it.