circuitpython/tools
Scott Shawcroft a874043e1b
Selectively build boards based on changed files
This uses a step output from the test job to set the build matrix
for the board build jobs. The built boards depends on which files
were changed.

* Changes contained within ports/*/boards/ will build each board.
* Changes contained within ports/* will build all boards from the
  port.
* All other file changes will build all boards.

All boards will be build for pushes in `adafruit/circuitpython` as
well.

A side-effect is that we no longer need to explicitly list the
boards to build. It will automatically update as new folders are
added.

Related to #4009
2021-09-07 14:59:45 -07:00
..
Tecate-bitmap-fonts@6f52a7ca08 Begin font parsing and packing for terminal 2019-01-31 11:42:13 -08:00
adabot@f879b24c5f update tools/adabot submodule 2021-08-11 23:14:58 -04:00
bitmap_font@62dd78abdd Hook up the terminal based on the first display. 2019-01-31 11:42:14 -08:00
fonts Fix number of chars in default font to make it valid bdf. 2021-08-15 14:31:58 -05:00
huffman@27b1bba761 Compress all translated strings with Huffman coding. 2018-08-16 17:40:57 -07:00
python-semver@2001c62d1a merge from 2.2.0 + fix up board defs 2018-01-02 21:25:41 -05:00
uf2@adbb8c7260 tools/uf2: take new upstream commits 2020-01-28 13:48:40 -06:00
usb_descriptor@2eaa6114b2 wip: revert usb_descriptor changes; use raw descriptors instead 2021-04-19 23:24:18 -04:00
.gitattributes micropython-upip: Mark as binary file and re-commit. 2015-06-06 23:09:23 +03:00
.gitignore tools: check-in errordeveloper/tinytest@eb2dbc858f 2014-05-08 01:41:21 +03:00
analyze_heap_dump.py run code formatting script 2021-03-15 19:27:36 +05:30
analyze_mpy.py run code formatting script 2021-03-15 19:27:36 +05:30
build-stm-latest.sh Add license to some obvious files. 2020-07-06 19:16:25 +01:00
build_board_info.py Revert "black formatted 'build_board_info.py'" 2021-09-05 18:52:37 -05:00
build_memory_info.py run code formatting script 2021-03-15 19:27:36 +05:30
build_release_files.py codeformat: Fix handling of `**` 2021-04-30 15:30:13 -05:00
cc1 tools: Add C middle-processor to make builtin tables proper hash tables. 2015-12-31 00:24:33 +00:00
chart_code_size.py run code formatting script 2021-03-15 19:27:36 +05:30
check_translations.py Add license to some obvious files. 2020-07-06 19:16:25 +01:00
ci.sh tests/unix: Add ffi test for integer types. 2021-06-06 22:52:25 +10:00
ci_changed_board_list.py Selectively build boards based on changed files 2021-09-07 14:59:45 -07:00
ci_check_duplicate_usb_vid_pid.py check vid/pid: find topdir relative to this script 2021-07-27 15:20:58 -05:00
codeformat.py check uncrustify version 2021-08-12 14:19:29 -05:00
codestats.sh Add license to some obvious files. 2020-07-06 19:16:25 +01:00
convert_release_notes.py run code formatting script 2021-03-15 19:27:36 +05:30
cpboard.py s/Circuit Python/CircuitPython/g 2021-05-06 16:22:35 +03:00
dfu.py codeformat 2021-04-19 22:22:44 -07:00
extract_pyi.py extract_py: Import Dict if needed 2021-07-20 19:49:25 -05:00
file2h.py codeformat 2021-04-19 22:22:44 -07:00
fixup_translations.py run code formatting script 2021-03-15 19:27:36 +05:30
fwsizes.py add tool to parse out firmware sizes for comparison 2021-07-10 19:11:47 -05:00
gc_activity.html Add heap analysis scripts based on GDB breakpoint logs. 2016-11-23 17:31:53 -08:00
gc_activity.md Update gc tracking instructions and gdb commands. 2020-02-11 17:05:43 -08:00
gc_activity.py run code formatting script 2021-03-15 19:27:36 +05:30
gc_activity_between_collects.py run code formatting script 2021-03-15 19:27:36 +05:30
gen-changelog.sh Add license to some obvious files. 2020-07-06 19:16:25 +01:00
gen_display_resources.py Convert all_characters to a list before using extend() 2021-08-31 15:26:28 +01:00
gen_ld_files.py run code formatting script 2021-03-15 19:27:36 +05:30
gen_nvm_devices.py Switch devices.h to nvm.toml data 2021-03-25 09:57:18 -07:00
gendoc.py codeformat 2021-04-19 22:22:44 -07:00
git-checkout-latest-tag.sh Add license to some obvious files. 2020-07-06 19:16:25 +01:00
insert-usb-ids.py codeformat 2021-04-19 22:22:44 -07:00
join_bins.py Add license to some obvious files. 2020-07-06 19:16:25 +01:00
make-frozen.py Merge MicroPython 1.14 into CircuitPython 2021-05-11 15:07:40 -07:00
makemanifest.py Merge MicroPython 1.12 into CircuitPython 2021-05-03 14:01:18 -07:00
merge_micropython.py Add Python helper tool for MicroPython merges. 2021-05-07 10:21:35 -07:00
metrics.py tools/metrics.py: Add rp2 port to table of ports that can be built. 2021-04-20 21:39:53 +10:00
mpconfig_category_reader.py run code formatting script 2021-03-15 19:27:36 +05:30
mpy-tool.py Merge tag 'v1.16' 2021-06-18 10:54:19 -05:00
mpy_bin2res.py Add license to some obvious files. 2020-07-06 19:16:25 +01:00
mpy_cross_all.py codeformat 2021-04-19 22:22:44 -07:00
mpy_ld.py Merge tag 'v1.16' 2021-06-18 10:54:19 -05:00
output_gc_until_repl.txt Update gc tracking instructions and gdb commands. 2020-02-11 17:05:43 -08:00
preprocess_frozen_modules.py run code formatting script 2021-03-15 19:27:36 +05:30
print_status.py run code formatting script 2021-03-15 19:27:36 +05:30
pyboard.py finish copyright-notice suggestion 2021-06-21 19:52:08 -05:00
pydfu.py Merge tag 'v1.16' 2021-06-18 10:54:19 -05:00
safe_mode_finder.py Add ability to disable BLE workflow 2021-08-02 18:37:19 -07:00
test-stubs.sh refine stubs-building procedure 2021-06-22 08:59:05 -05:00
tinytest-codegen.py Merge tag 'v1.16' 2021-06-18 10:54:19 -05:00
uf2conv.py Merge MicroPython 1.12 into CircuitPython 2021-05-03 14:01:18 -07:00
uncrustify.cfg update pre-commit 2021-03-15 19:26:29 +05:30
upip.py Merge tag 'v1.16' 2021-06-18 10:54:19 -05:00
upip_utarfile.py codeformat 2021-04-19 22:22:44 -07:00
verifygitlog.py tools/verifygitlog.py: Show required format regexp in error message. 2021-02-21 15:55:44 +11:00