circuitpython/ports/esp32s2/boards
Jeff Epler e95e921ca1 codeformat: Fix filename matching
In #4683, tannewt noticed that uncrustify was not running on some
file in common-hal.

I investigated and found that it was not being run on a bunch of paths.

Rather than make incremental changes, I rewrote list_files to work
bsaed on regular expressions; these regular expressions are created from
the same git-style glob patterns.

I spot-checked some specific filenames after this change, and all looks good:

```
$ python3 tools/codeformat.py -v --dry-run tests/basics/int_small.py ports/raspberrypi/common-hal/pulseio/PulseIn.c extmod/virtpin.c tests/thread/thread_exit1.py  ports/raspberrypi/background.h extmod/re1.5/recursiveloop.c
tools/codeformat.py -v --dry-run tests/basics/int_small.py ports/raspberrypi/common-hal/pulseio/PulseIn.c extmod/virtpin.c tests/thread/thread_exit1.py ports/raspberrypi/background.h extmod/re1.5/recursiveloop.c
uncrustify -c /home/jepler/src/circuitpython/tools/uncrustify.cfg -lC --no-backup extmod/virtpin.c ports/raspberrypi/background.h ports/raspberrypi/common-hal/pulseio/PulseIn.c
black --fast --line-length=99 -v tests/thread/thread_exit1.py
```
recursiveloop and int_small are excluded, while PulseIn, virtpin,
and background are included.

Testing running from a subdirectory (not _specifically_ supported though):
```
(cd ports && python3 ../tools/codeformat.py -v --dry-run raspberrypi/common-hal/pulseio/PulseIn.c ../extmod/virtpin.c)
../tools/codeformat.py -v --dry-run raspberrypi/common-hal/pulseio/PulseIn.c ../extmod/virtpin.c
uncrustify -c /home/jepler/src/circuitpython/tools/uncrustify.cfg -lC --no-backup ../extmod/virtpin.c raspberrypi/common-hal/pulseio/PulseIn.
```

As a side-effect, a bunch more files are re-formatted now. :-P
2021-04-30 10:48:08 -05:00
..
adafruit_feather_esp32s2_nopsram run code formatting script 2021-03-15 19:27:36 +05:30
adafruit_feather_esp32s2_tftback_nopsram run code formatting script 2021-03-15 19:27:36 +05:30
adafruit_funhouse codeformat: Fix filename matching 2021-04-30 10:48:08 -05:00
adafruit_magtag_2.9_grayscale run code formatting script 2021-03-15 19:27:36 +05:30
adafruit_metro_esp32s2 run code formatting script 2021-03-15 19:27:36 +05:30
artisense_rd00 codeformat: Fix filename matching 2021-04-30 10:48:08 -05:00
atmegazero_esp32s2 codeformat: Fix filename matching 2021-04-30 10:48:08 -05:00
electroniccats_bastwifi run code formatting script 2021-03-15 19:27:36 +05:30
espressif_kaluga_1 run code formatting script 2021-03-15 19:27:36 +05:30
espressif_saola_1_wroom run code formatting script 2021-03-15 19:27:36 +05:30
espressif_saola_1_wrover run code formatting script 2021-03-15 19:27:36 +05:30
franzininho_wifi_wroom run code formatting script 2021-03-15 19:27:36 +05:30
franzininho_wifi_wrover run code formatting script 2021-03-15 19:27:36 +05:30
lilygo_ttgo_t8_s2_st7789 run code formatting script 2021-03-15 19:27:36 +05:30
microdev_micro_s2 run code formatting script 2021-03-15 19:27:36 +05:30
muselab_nanoesp32_s2 run code formatting script 2021-03-15 19:27:36 +05:30
targett_module_clip_wroom run code formatting script 2021-03-15 19:27:36 +05:30
targett_module_clip_wrover run code formatting script 2021-03-15 19:27:36 +05:30
unexpectedmaker_feathers2 run code formatting script 2021-03-15 19:27:36 +05:30
unexpectedmaker_feathers2_prerelease run code formatting script 2021-03-15 19:27:36 +05:30
unexpectedmaker_tinys2 Changed some pins for TinyS2 2021-04-02 08:08:02 +11:00