Basic firmware for the CC1200 HAT RF board. Generated with CubeMX 6.16.1.
This firmware turns the CC1200 HAT into an RF modem for M17.
Intended host: Raspberry Pi running m17-gateway or rpi-interface.
Please consult the M17 Wiki for instructions on how to flash and use the CC1200 shield.
sudo apt-get install -y gcc-arm-none-eabi binutils-arm-none-eabi
cd Release
make -j$(nproc) all
arm-none-eabi-objcopy -O binary CC1200_HAT-fw.elf CC1200_HAT-fw.bin