Purge uGFX. (#14720)
* Purge uGFX. * Remove remnants of visualizer. * Remove remnants of uGFX.
This commit is contained in:
		
							parent
							
								
									bc1f5ef381
								
							
						
					
					
						commit
						b2a186cf92
					
				
					 66 changed files with 2 additions and 3898 deletions
				
			
		| 
						 | 
				
			
			@ -38,7 +38,7 @@ find_chibi_files() {
 | 
			
		|||
    local search_path="$1"
 | 
			
		||||
    shift
 | 
			
		||||
    local conditions=( "$@" )
 | 
			
		||||
    for file in $(find -L "$search_path" -not -path '*/lib/chibios*' -and -not -path '*/lib/ugfx*' -and -not -path '*/util/*' -and \( "${conditions[@]}" \) | sort) ; do
 | 
			
		||||
    for file in $(find -L "$search_path" -not -path '*/lib/chibios*' -and -not -path '*/util/*' -and \( "${conditions[@]}" \) | sort) ; do
 | 
			
		||||
        if [ -z "$(grep 'include_next' "$file")" ] ; then
 | 
			
		||||
            echo $file
 | 
			
		||||
        fi
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue