embeddedartistry / athena-bootloader

An AVR Arduino bootloader that supports uploads over Ethernet (via TFTP) and Serial.
GNU Lesser General Public License v2.1
12 stars 5 forks source link

Mega1284P (Bobuino pin layout)- add pin mapping #87

Closed hagaigold closed 2 years ago

hagaigold commented 2 years ago

makerelease is failing in:

make atmega1284_w5100
make atmega1284_w5200
make atmega1284_w5500
make debug1284_w5100
make debug1284_w5200
make debug1284_w5500

in gpio.cpins mapping for __AVR_ATmega1284P__ are missing, so the build is failing for Mega1284.

hagaigold commented 2 years ago

added also a small fix to README.md- pos of NETEEPROM_END

phillipjohnston commented 2 years ago

Thank you!