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

packaging for board manager #95

Closed hagaigold closed 2 years ago

hagaigold commented 2 years ago

Part of #64. for the board manager to work, we need a different packaging structure from what currently we do.

Working example for a board manager. For testing it in Arduino IDE the raw version should be used- https://raw.githubusercontent.com/hagaigold/athena-bootloader/develop/package_AB_index.json

phillipjohnston commented 2 years ago

@hagaigold thanks for this. Shouldn't the JSON also be included in this PR?

hagaigold commented 2 years ago

Shouldn't the JSON also be included in this PR?

yes, but... since I am creating the JSON manually- I need a package to point to which will be created by the script in this PR.

hagaigold commented 2 years ago

added a sample JSON file- it is currently pointing to a package in my fork

phillipjohnston commented 2 years ago

I have time budgeted next week to get all of this taken care of, and I will merge then.