Earle F. Philhower, III 
							
						 
					 
					
						
						
							
						
						60fe7b4ca8 
					 
					
						
						
							
							Add code-spell spelling checks to CI ( #8067 )  
						
						... 
						
						
						
						Help find and fix silly spelling errors as they are added to the repo. 
						
						
					 
					
						2021-05-23 08:53:04 -07:00 
						 
				 
			
				
					
						
							
							
								Paulo Cabral Sanz 
							
						 
					 
					
						
						
							
						
						e938739115 
					 
					
						
						
							
							Prevent nullptr dereference on OOM ( #7823 )  
						
						
						
						
					 
					
						2021-01-12 14:55:57 -08:00 
						 
				 
			
				
					
						
							
							
								Earle F. Philhower, III 
							
						 
					 
					
						
						
							
						
						6bd4b1c4f7 
					 
					
						
						
							
							Clean up trivial gcc -wextra warnings ( #6254 )  
						
						... 
						
						
						
						After verifying that they really were spurious, clean up the warnings
that gcc -wextra reports, except for LeaMDNS.
Upgrade GCC to gcc-7 for host builds 
						
						
					 
					
						2019-07-05 22:31:50 -07:00 
						 
				 
			
				
					
						
							
							
								dav1901 
							
						 
					 
					
						
						
							
						
						16312949c9 
					 
					
						
						
							
							Add timeout to STA::waitForConnectResult ( #5371 )  
						
						
						
						
					 
					
						2019-07-04 14:08:02 +02:00 
						 
				 
			
				
					
						
							
							
								Allman-astyler 
							
						 
					 
					
						
						
							
						
						eea9999dc5 
					 
					
						
						
							
							Revert "Allman now ( #6080 )" ( #6090 )  
						
						... 
						
						
						
						This reverts commit 98125f8860 
						
						
					 
					
						2019-05-14 00:09:54 +02:00 
						 
				 
			
				
					
						
							
							
								Allman-astyler 
							
						 
					 
					
						
						
							
						
						98125f8860 
					 
					
						
						
							
							Allman now ( #6080 )  
						
						... 
						
						
						
						* switch restyle script for CI
* remove confirmation
* restyle with allman 
						
						
					 
					
						2019-05-13 16:41:34 +02:00 
						 
				 
			
				
					
						
							
							
								david gauchard 
							
						 
					 
					
						
						
							
						
						e3bc3c226b 
					 
					
						
						
							
							Fixes for IPv6, added in CI ( #5557 )  
						
						
						
						
					 
					
						2018-12-27 16:13:48 +01:00 
						 
				 
			
				
					
						
							
							
								Develo 
							
						 
					 
					
						
						
							
						
						e9d052c621 
					 
					
						
						
							
							WIP - Update ArduinoOTA and examples with MDNS.update() calls ( #5494 )  
						
						... 
						
						
						
						* ArduinoOTA: allow use without MDNS, add MDNS.update() in handle()
* Update examples with MDNS.update() in loop
* Update CaptivePortalAdvanced.ino
Fix typo
* Update CaptivePortalAdvanced.ino
astyle
* Update Arduino_Wifi_AVRISP.ino
astyle 
						
						
					 
					
						2018-12-14 03:29:32 -03:00 
						 
				 
			
				
					
						
							
							
								david gauchard 
							
						 
					 
					
						
						
							
						
						92373a9837 
					 
					
						
						
							
							Deprecate axTLS, update examples ( #5366 )  
						
						... 
						
						
						
						* update examples
* fix serial<->tcp example, use STASSID instead of SSID (name collision)
* fix HTTPSRequest.ino
* update AxTLS HTTPS examples, update AxTLS API to deprecated
* fixes
* fixes + fix astyle (no preproc directives) + restyling script
* fix HTTPClient library
* fixes
* common.sh: do not reload arduino when already present (for locally CI testing)
* common.sh: do not reload ArduinoJson when already present (for locally CI testing)
* fix
* fix
* fix deprecated example
* fix WiFiHTTPSServer.ino
* reduce footprint
* wipfix
* fix led builtin
* fix example
* finished updating APSSID on all examples
* style
* restyle examples
* helper to run CI test locally
* local CI runner more verbose
* +const
* deprecation deprecation
* deprecation
* Update NTPClient.ino
const char[] => const char *
* Update interactive.ino
const char[] => const char * 
						
						
					 
					
						2018-11-29 20:49:27 -08:00 
						 
				 
			
				
					
						
							
							
								per1234 
							
						 
					 
					
						
						
							
						
						4e3af9795b 
					 
					
						
						
							
							Add missing keywords.txt files to bundled libraries ( #5183 )  
						
						
						
						
					 
					
						2018-09-29 10:48:23 -07:00 
						 
				 
			
				
					
						
							
							
								Earle F. Philhower, III 
							
						 
					 
					
						
						
							
						
						0a04ebf76d 
					 
					
						
						
							
							Add full debug builds for all tests ( #5146 )  
						
						... 
						
						
						
						* Add full debug builds for all tests
In order to ensure the -DEBUG builds don't fail with checked-in code, add
two jobs which build even/odd with full debug flags to Travis.
Fixes  #5143 
* Add in dump of platform.txt to verify build options
* Fix BASH comparison of strings
* Fix debug-mode compile error in ESP8266AVRISP
* Add -Wextra to CI (matches IDE "All" warnings) 
						
						
					 
					
						2018-09-21 13:14:13 -03:00 
						 
				 
			
				
					
						
							
							
								david gauchard 
							
						 
					 
					
						
						
							
						
						85e68093e9 
					 
					
						
						
							
							Automatic stack location selection (SYS or HEAP), enable per library AR-chive in arduino build system  ( #5018 )  
						
						... 
						
						
						
						Automatic stack location selection (SYS or HEAP), enable per library AR-chive in arduino build system 
* enable dot_a_linkage on internal libraries
* add device tests
* boards generator: deprecate --noextra4k/--allowWPS and fix documentation 
						
						
					 
					
						2018-08-20 14:35:52 +02:00 
						 
				 
			
				
					
						
							
							
								Ivan Grokhotkov 
							
						 
					 
					
						
						
							
						
						61cd8d8385 
					 
					
						
						
							
							examples: format all .ino files  
						
						... 
						
						
						
						This formats all the example source files using Arduino style rules. 
						
						
					 
					
						2018-03-08 14:32:06 +08:00 
						 
				 
			
				
					
						
							
							
								Earle F. Philhower, III 
							
						 
					 
					
						
						
							
						
						f9ac524b13 
					 
					
						
						
							
							Add -Werror to acceptance builds for C and CPP ( #4369 )  
						
						... 
						
						
						
						Use platform.local.txt to add -Werror to GCC for the build of all
code.  Any warnings on a submitted patch will cause an error.
Several examples and libraries had warnings/errors (missing returns
on functions, types, etc.).  Clean those up with this commit as well. 
						
						
					 
					
						2018-02-17 18:47:10 -08:00 
						 
				 
			
				
					
						
							
							
								James Stanley 
							
						 
					 
					
						
						
							
						
						2abbc36da4 
					 
					
						
						
							
							Put WiFi into station mode in examples ( #3731 )  
						
						
						
						
					 
					
						2017-10-22 13:53:01 +08:00 
						 
				 
			
				
					
						
							
							
								Ivan Grokhotkov 
							
						 
					 
					
						
						
							
						
						283eb97cd3 
					 
					
						
						
							
							docs: convert to .rst and add readthedocs  
						
						
						
						
					 
					
						2017-05-14 11:44:16 -05:00 
						 
				 
			
				
					
						
							
							
								Kiril Zyapkov 
							
						 
					 
					
						
						
							
						
						cbbb379941 
					 
					
						
						
							
							AVRISP: allow configuring active-high/low reset programatically  
						
						
						
						
					 
					
						2015-08-31 14:28:24 +03:00 
						 
				 
			
				
					
						
							
							
								Kiril Zyapkov 
							
						 
					 
					
						
						
							
						
						4bf286954e 
					 
					
						
						
							
							ESP8266AVRISP: allow setting SPI freq and reset, postpone SPI init  
						
						
						
						
					 
					
						2015-08-04 23:24:52 +03:00 
						 
				 
			
				
					
						
							
							
								Kiril Zyapkov 
							
						 
					 
					
						
						
							
						
						d5ab22f4ae 
					 
					
						
						
							
							ESP8266AVRISP: switch default to active-low reset  
						
						
						
						
					 
					
						2015-08-04 13:45:38 +03:00 
						 
				 
			
				
					
						
							
							
								Kiril Zyapkov 
							
						 
					 
					
						
						
							
						
						56b70f6aab 
					 
					
						
						
							
							ESP8266AVRISP: add README.md  
						
						
						
						
					 
					
						2015-08-04 01:33:00 +03:00 
						 
				 
			
				
					
						
							
							
								Kiril Zyapkov 
							
						 
					 
					
						
						
							
						
						5ac5d8e008 
					 
					
						
						
							
							ESP8266AVRISP: initial  
						
						
						
						
					 
					
						2015-08-04 01:08:24 +03:00