mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-01 00:28:18 +00:00
atwilc3000: download Bluetooth firmware from atwilc3000/firmware GitHub repo
This commit is contained in:
parent
36e9f39cd5
commit
c823631b5a
1
chipset/atwilc3000/.gitignore
vendored
Normal file
1
chipset/atwilc3000/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
wilc3000_bt_firmware*
|
18
chipset/atwilc3000/Makefile
Normal file
18
chipset/atwilc3000/Makefile
Normal 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
|
Loading…
Reference in New Issue
Block a user