mihaigalos / miniboot

🏗️ An I2C bootloader for Arduino.
GNU General Public License v3.0
65 stars 18 forks source link

Bazelize dependency to avr-bootloader-common #31

Closed mihaigalos closed 3 years ago

mihaigalos commented 3 years ago

Currently, avr-bootloader-common is a submodule dependency. This PR makes it now a bazel dependency which will be auto-fetched when building the hex targets.