Allow for ChibiOS 20.x (master), as well as enabling ChibiOS-Contrib HAL. (#8272)
This commit is contained in:
parent
c775104b9f
commit
d0c3acbe3e
5 changed files with 29 additions and 210 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue