Firmware of FeatherHAB project by Ethan Zonca with the original code here.
This can be considered a fork and a derivative work. I will keep modifying the firmware and adding features.
The original licensing terms hold (GNU Affero Public License).
Prerequisites:
- GNU ARM compiler (https://developer.arm.com/open-source/gnu-toolchain/gnu-rm/downloads)
After cloning the repository, update the submodules with git submodule init
and git submodule update
commands.
Then change to the firmware
directory and run make
.