26 lines
		
	
	
	
		
			411 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
	
		
			411 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| PROGRAM=fiatlux
 | |
| 
 | |
| EXTRA_CFLAGS=-O3
 | |
| 
 | |
| #Enable debugging
 | |
| #EXTRA_CFLAGS+=-DLWIP_DEBUG=1 -DHTTPD_DEBUG=LWIP_DBG_ON
 | |
| 
 | |
| EXTRA_COMPONENTS=extras/i2s_dma extras/ws2812_i2s extras/dhcpserver extras/mbedtls extras/sntp extras/cpp_support
 | |
| 
 | |
| LIBS = hal m
 | |
| 
 | |
| FLASH_MODE = dio
 | |
| 
 | |
| include ../modules/rtos/common.mk
 | |
| 
 | |
| html:
 | |
| 	@echo "Generating fsdata.."
 | |
| 	cd fsdata && ./makefsdata
 | |
| 
 | |
| test: unittest systest
 | |
| 
 | |
| unittest:
 | |
| 	true
 | |
| 
 | |
| systest:
 | |
| 	true
 |