mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-10-31 05:12:33 +01:00 
			
		
		
		
	Warn when building a board that uses arm_atsam (#10904)
* Add deprecation warning during build when building a board that uses arm_atsam. * Rewording. * Wording. * Fixup.
This commit is contained in:
		
							parent
							
								
									dcef03853d
								
							
						
					
					
						commit
						c70abc8d04
					
				| @ -50,6 +50,17 @@ MCUFLAGS += -D__$(ARM_ATSAM)__ | |||||||
| #     For a directory that has spaces, enclose it in quotes.
 | #     For a directory that has spaces, enclose it in quotes.
 | ||||||
| EXTRALIBDIRS = | EXTRALIBDIRS = | ||||||
| 
 | 
 | ||||||
|  | cpfirmware: warn-arm_atsam | ||||||
|  | .INTERMEDIATE: warn-arm_atsam | ||||||
|  | warn-arm_atsam: $(FIRMWARE_FORMAT) | ||||||
|  | 	$(info @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@) | ||||||
|  | 	$(info This MCU support package has a lack of support from the upstream provider (Massdrop).) | ||||||
|  | 	$(info There are currently questions about valid licensing, and at this stage it's likely) | ||||||
|  | 	$(info their boards and supporting code will be removed from QMK in the near future. Please) | ||||||
|  | 	$(info contact Massdrop for support, and encourage them to align their future board design) | ||||||
|  | 	$(info choices to gain proper license compatibility with QMK.) | ||||||
|  | 	$(info @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@) | ||||||
|  | 
 | ||||||
| # Convert hex to bin.
 | # Convert hex to bin.
 | ||||||
| bin: $(BUILD_DIR)/$(TARGET).hex | bin: $(BUILD_DIR)/$(TARGET).hex | ||||||
| 	$(OBJCOPY) -Iihex -Obinary $(BUILD_DIR)/$(TARGET).hex $(BUILD_DIR)/$(TARGET).bin | 	$(OBJCOPY) -Iihex -Obinary $(BUILD_DIR)/$(TARGET).hex $(BUILD_DIR)/$(TARGET).bin | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Nick Brassel
						Nick Brassel