Roland Dobai
							
						 
					 | 
					
						
						
							
						
						33892aadb9
					 | 
					
						
						
							
							tools: Prefer python3 during install and export
						
						
						
						
						
						
						
						Install and export script should work on systems without "python"
executable.
Closes https://github.com/espressif/esp-idf/pull/6471
Closes https://github.com/espressif/esp-idf/issues/6532
Related to https://github.com/espressif/esp-idf/issues/6421 and
https://github.com/espressif/arduino-esp32/issues/4717 
						
						
					 | 
					
						2021-02-14 18:49:21 +01:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								martin.gano
							
						 
					 | 
					
						
						
							
						
						304cff9f75
					 | 
					
						
						
							
							Redirect warning to stderr and unset temporary shell procedure
						
						
						
						
						
						
					 | 
					
						2020-11-11 15:12:58 +01:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Angus Gratton
							
						 
					 | 
					
						
						
							
						
						66fb5a29bb
					 | 
					
						
						
							
							Whitespace: Automated whitespace fixes (large commit)
						
						
						
						
						
						
						
						Apply the pre-commit hook whitespace fixes to all files in the repo.
(Line endings, blank lines at end of file, trailing whitespace) 
						
						
					 | 
					
						2020-11-11 07:36:35 +00:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								martin.gano
							
						 
					 | 
					
						
						
							
						
						346b002d9a
					 | 
					
						
						
							
							enable autocompletion for command idf.py
						
						
						
						
						
						
					 | 
					
						2020-11-03 23:27:58 +01:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Ivan Grokhotkov
							
						 
					 | 
					
						
						
							
						
						4712392161
					 | 
					
						
						
							
							tools: export.sh: fix compatibility with dash shell
						
						
						
						
						
						
						
						* fix constructs invalid in dash
* clean shellcheck warnings and disable false positive ones
Closes https://github.com/espressif/esp-idf/issues/5366 
						
						
					 | 
					
						2020-06-08 19:33:00 +02:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Ivan Grokhotkov
							
						 
					 | 
					
						
						
							
						
						46e9aef6c9
					 | 
					
						
						
							
							tools/check_python_dependencies: print diagnostic info on failure
						
						
						
						
						
						
						
						Helps collect more data for cases such as:
https://github.com/espressif/esp-idf/issues/5133 
						
						
					 | 
					
						2020-04-16 11:58:16 +02:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Ivan Grokhotkov
							
						 
					 | 
					
						
						
							
						
						a1f5866424
					 | 
					
						
						
							
							tools: export.{sh,fish}: add otatool.py to PATH
						
						
						
						
						
						
					 | 
					
						2020-04-03 01:15:29 +02:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Ivan Grokhotkov
							
						 
					 | 
					
						
						
							
						
						1c4c584e28
					 | 
					
						
						
							
							tools: export.sh: better detection and checking of IDF_PATH
						
						
						
						
						
						
						
						1. detect IDF_PATH in zsh, if it is not set
2. if IDF_PATH is set, check that it is valid
3. make sure IDF_PATH is exported, not just set
Related to https://github.com/espressif/esp-idf/issues/3793
Closes https://github.com/espressif/esp-idf/pull/4418
Closes https://github.com/espressif/esp-idf/issues/4770 
						
						
					 | 
					
						2020-04-03 01:15:29 +02:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Ivan Grokhotkov
							
						 
					 | 
					
						
						
							
						
						3f9fc97de7
					 | 
					
						
						
							
							tools: export.sh: fix ESP-IDF path detection on macos
						
						
						
						
						
						
						
						The argument passed to the function is in $1; $0 contains `-bash`.
Before this fix, IDF_PATH would be set to $PWD instead of the correct
path. 
						
						
					 | 
					
						2019-07-28 10:04:36 +02:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Martin Vychodil
							
						 
					 | 
					
						
						
							
						
						54b16b7f5a
					 | 
					
						
						
							
							tools: added realpath_int() for MacOS script path resolution
						
						
						
						
						
						
						
						JIRA IDF-790 
						
						
					 | 
					
						2019-07-18 13:36:11 +02:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Ivan Grokhotkov
							
						 
					 | 
					
						
						
							
						
						12b6da0388
					 | 
					
						
						
							
							tools: {install,export}.{bat,sh} tools
						
						
						
						
						
						
					 | 
					
						2019-07-01 14:51:44 +02:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 |