Skip to content

Commit

Permalink
don't truncate example paths!
Browse files Browse the repository at this point in the history
  • Loading branch information
znmeb committed Sep 3, 2024
1 parent 3bc5fa4 commit ed35a62
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion dev_env/3_arduino_cli/1_arduino_cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ arduino-cli board listall | grep "arduino:mbed_rp2040" > mbed_rp2040_boards.log

echo "Listing MBED RP2040 examples to mbed_rp2040_examples.log"
find $HOME/.arduino15/packages/arduino/hardware/mbed_rp2040 -name 'examples' \
| sed 's;^.*arduino/hardware/;;' \
| sort -u \
> mbed_rp2040_examples.log

Expand Down
1 change: 0 additions & 1 deletion dev_env/3_arduino_cli/2_arduino_pico.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ arduino-cli board list

echo "Listing Arduino Pico examples to arduino_pico_examples.log"
find $HOME/.arduino15/packages/rp2040/hardware/rp2040 -name 'examples' \
| sed 's;^.*/hardware/;;' \
| sort -u \
> arduino_pico_examples.log

Expand Down

0 comments on commit ed35a62

Please sign in to comment.