* Added a MQTT pub/sub example of using AWS IoT (via ECC based TLS1.2 connection). * Fixed a buffer overflow issue when receiving large MQTT packet. * Reset TLS connection on read/write errors.
		
			
				
	
	
		
			3 lines
		
	
	
	
		
			93 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
	
		
			93 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| PROGRAM=aws_iot
 | |
| EXTRA_COMPONENTS = extras/paho_mqtt_c extras/mbedtls
 | |
| include ../../common.mk
 |