Skip to content

Commit

Permalink
mbed-os-to-arduino: don't include lwip folders
Browse files Browse the repository at this point in the history
Due to include conflicts in case insentitive filesystems
  • Loading branch information
facchinm authored and pennam committed Mar 1, 2023
1 parent db9f2b1 commit de1baab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mbed-os-to-arduino
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ generate_includes () {

find ./BUILD/"$BOARDNAME"/GCC_ARM${PROFILE}/ -type f -name '.include*' -print0 | xargs -0 cat \
| tr ' ' '\n' | tr -d '"' | sed -e 's#-I./mbed-os#-iwithprefixbefore/mbed#g' \
| sed '/^-I./d' | cat \
| sed '/^-I./d' | sed '/lwipstack/d' | cat \
> "$ARDUINOVARIANT"/includes.txt

echo -n " copying to destination... "
Expand Down

0 comments on commit de1baab

Please # to comment.