You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
			
				
					9 lines
				
				269 B
			
		
		
			
		
	
	
					9 lines
				
				269 B
			| 
											6 years ago
										 | PROJ_NAME = panda
 | ||
| 
											6 years ago
										 | CFLAGS = -g -Wall -Wextra -Wstrict-prototypes -Werror
 | ||
| 
											6 years ago
										 | 
 | ||
|  | CFLAGS += -mlittle-endian -mthumb -mcpu=cortex-m4
 | ||
|  | CFLAGS += -mhard-float -DSTM32F4 -DSTM32F413xx -mfpu=fpv4-sp-d16 -fsingle-precision-constant
 | ||
|  | STARTUP_FILE = startup_stm32f413xx
 | ||
|  | 
 | ||
|  | include build.mk
 |