# 
# Makefile to convert .hex files from DA1458x HCI Firmware release
#

all:
	./convert_hex_files.py

clean:
	rm -f *.h *.c

clean-scripts:
	rm -f *.hex
