Allow for ChibiOS 20.x (master), as well as enabling ChibiOS-Contrib HAL. (#8272)
This commit is contained in:
@@ -38,7 +38,7 @@ find_chibi_files() {
|
||||
local search_path="$1"
|
||||
shift
|
||||
local conditions=( "$@" )
|
||||
find "$search_path" -not -path '*/lib/chibios*' -and -not -path '*/lib/ugfx*' -and -not -path '*/util/*' -and \( "${conditions[@]}" \) | sort
|
||||
find -L "$search_path" -not -path '*/lib/chibios*' -and -not -path '*/lib/ugfx*' -and -not -path '*/util/*' -and \( "${conditions[@]}" \) | sort
|
||||
}
|
||||
|
||||
revert_chibi_files() {
|
||||
|
Reference in New Issue
Block a user