Browse Source

[BT-6710]add make options

balbekova 5 years ago
parent
commit
e1bc46e4c2
1 changed files with 8 additions and 0 deletions
  1. 8 0
      Makefile

+ 8 - 0
Makefile

@@ -57,6 +57,11 @@ fullflash_6709:
 	sleep 1
 	st-flash --reset write output/stm32bt6709.bin 0x8020000	
 
+fullflash_6710:
+	st-flash --reset write output/iap.bin 0x8000000
+	sleep 1
+	st-flash --reset write output/stm32bt6710.bin 0x8020000	
+
 release_6703:
 	$(MAKE) -C modules HARDWARE=bt6703 VERBOSE=1 DEBUG=0 PRINTF=custom MAC=EC-4C-4D-00-80-0A release
 	
@@ -66,3 +71,6 @@ release_6707:
 release_6709:
 	$(MAKE) -C modules HARDWARE=bt6709 VERBOSE=1 DEBUG=0 PRINTF=custom MAC=EC-4C-4D-00-80-0A release
 
+release_6710:
+	$(MAKE) -C modules HARDWARE=bt6710 VERBOSE=1 DEBUG=0 PRINTF=custom MAC=EC-4C-4D-00-80-0A release
+