mbedTLS version 2.1.0 (current stable) Has some known issues/hacks: * Entropy source not hooked in at all * Linker script has a messy hack in it to store some (not all) data in irom
		
			
				
	
	
		
			4 lines
		
	
	
	
		
			97 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
	
		
			97 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
PROGRAM=http_get_mbedtls
 | 
						|
COMPONENTS = FreeRTOS lwip core extras/mbedtls
 | 
						|
 | 
						|
include ../../common.mk
 |