Changes to the standard STK500 bootloader to support the ATMega256RFR2 (used by the guhRF)
To write the bootloader to the target typ:
./flash.sh make fuse
To build the firmware for the RaspBee
make raspbee
To build the firmware for guhRF modules
make guhRF
To write the firmware to the board.
make flash
Licensed under the GPLv2 license.