atwilc3000: download Bluetooth firmware from atwilc3000/firmware GitHub repo

This commit is contained in:
Matthias Ringwald 2017-07-23 12:27:58 +02:00
parent 36e9f39cd5
commit c823631b5a
2 changed files with 19 additions and 0 deletions

1
chipset/atwilc3000/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
wilc3000_bt_firmware*

View File

@ -0,0 +1,18 @@
#
# Makefile to convert .bin files from ATWILC3000 HCI Firmware release
#
all: wilc3000_bt_firmware.bin wilc3000_bt_firmware_no_rtc.bin
./convert_firmware_bin.py
wilc3000_bt_firmware.bin:
curl -O https://raw.githubusercontent.com/atwilc3000/firmware/master/wilc3000_bt_firmware.bin
wilc3000_bt_firmware_no_rtc.bin:
curl -O https://raw.github.com/atwilc3000/firmware/raw/master/wilc3000_bt_firmware_no_rtc.bin
clean:
rm -f *.h *.c
clean-firmware:
rm -f *.bin