circuitpython/tools
2024-11-25 15:28:42 -08:00
..
adabot@f879b24c5f update tools/adabot submodule 2021-08-11 23:14:58 -04:00
bitmap_font@62dd78abdd
board_stubs handle tuple/dict when creating board stubs 2024-08-23 22:56:52 +02:00
fonts Fix number of chars in default font to make it valid bdf. 2021-08-15 14:31:58 -05:00
huffman@27b1bba761
python-semver@2001c62d1a
Tecate-bitmap-fonts@6f52a7ca08
uf2@27e322fcdc update tools/uf2 2023-11-22 10:54:37 -05:00
.gitattributes
.gitignore
analyze_heap_dump.py Merge remote-tracking branch 'adafruit/8.2.x' into merge_in_8.2.x 2024-02-13 11:18:56 -08:00
analyze_mpy.py Make natmods work again. 2023-08-19 16:59:13 -05:00
black_bindings.py Tweak black_bindings 2022-09-30 11:18:13 -05:00
board_summaries.py move board_summaries.py to tools 2024-05-29 15:59:52 -07:00
boardgen.py all: Remove the "STATIC" macro and just use "static" instead. 2024-03-07 14:20:42 +11:00
build_board_info.py Merge pull request #8934 from jepler/exit-with-failure-please 2024-02-16 12:29:13 -05:00
build_memory_info.py conditionally build all languages 2023-03-04 15:08:54 +05:30
build_release_files.py .github: -j4 instead of -j2; separate names for docs builds 2024-01-24 23:11:14 -05:00
cc1
chart_code_size.py update to py tests and scripts due to black 22.1.0 2022-01-29 17:14:01 -05:00
check_translations.py missed a spot to update filename to synthetic.pot 2023-11-16 07:27:06 -06:00
ci.sh tools/ci.sh: Simplify selection of natmod tests to run. 2024-05-27 11:45:59 +10:00
ci_changes_per_commit.py Add pre-commit changes (black 24.11) formattings changes 2024-02-12 16:56:21 -05:00
ci_check_duplicate_usb_vid_pid.py Disable USB PID check for P4 2024-09-10 13:47:02 -07:00
ci_fetch_deps.py Fix CI run issues with docs & tlsf submodule 2024-11-25 15:28:42 -08:00
ci_set_matrix.py use raw string for grep regexp 2023-11-10 22:42:42 -05:00
circuitpy_header_change.py Update to new license header 2024-08-19 14:02:44 -07:00
codeformat.py pre-commit format check: ignore *.py in ports/unix 2024-09-10 17:14:25 -04:00
codestats.sh all: Prune trailing whitespace. 2024-03-07 16:25:17 +11:00
convert_release_notes.py tools/convert_release_notes.py: Update to mistune 3; add code blocks 2024-02-20 12:59:27 -05:00
cortex-m-fault-gdb.py Enable PIO USB Host on RP2350 2024-08-12 15:50:42 -07:00
cpboard.py Fix .bin, .hex and .uf2 with new linker sections 2023-03-20 14:02:57 -07:00
describe cache common submodules and share cp version 2023-01-14 10:58:04 +05:30
dfu.py Merge tag 'v1.18' 2022-02-15 12:36:26 -06:00
diff_nm_sizes.py Shrink bluemicro833 build 2022-03-11 16:04:12 -08:00
extract_pyi.py run updated pre-commit 2023-02-01 13:38:41 +05:30
file2h.py
fixup_translations.py
fwsizes.py fix a few regexps that are better as raw strings 2024-05-21 18:26:26 -04:00
gc_activity.html
gc_activity.md Merge tag 'v1.17' into merge-1.17 2021-10-15 08:20:54 -05:00
gc_activity.py
gc_activity_between_collects.py
gdb-stack-size.py Slim down stack frames 2023-06-06 16:20:47 -07:00
gen-changelog.sh (only) reserve merge conflicts 2024-08-28 16:31:37 -04:00
gen_crt_bundle.py run updated pre-commit 2023-02-01 13:38:41 +05:30
gen_display_resources.py displayio.Bitmap is now byte-aligned for depth < 8 2024-08-05 23:14:55 +02:00
gen_ld_files.py fix a few regexps that are better as raw strings 2024-05-21 18:26:26 -04:00
gen_nvm_devices.py
gen_web_workflow_static.py add back /edit/ handler and specify ES6 quote chars for jsmin 2022-07-15 19:49:03 -05:00
git-checkout-latest-tag.sh checkout-latest-tag: Exit with error in the case of any failures 2023-11-21 08:54:07 -06:00
hci_trace_to_pcap.py fix a few regexps that are better as raw strings 2024-05-21 18:26:26 -04:00
insert-usb-ids.py Initial MicroPython v1.21.0 merge; not compiled yet 2023-10-18 17:49:14 -04:00
join_bins.py
make-frozen.py tools/makemanifest.py: Merge make-frozen.py. 2021-12-17 23:54:05 +11:00
makemanifest.py fix typos (partial) detected by codepell 2023-03-18 22:17:02 +07:00
manifestfile.py tools/manifestfile.py: Fix freeze() when script is an empty iterable. 2024-03-25 13:41:37 +11:00
merge_micropython.py address review comments 2024-08-21 16:50:19 -04:00
metrics.py tools/metrics.py: Fix esp32 and esp8266 board names after renaming. 2023-10-04 15:44:25 +11:00
mpconfig_category_reader.py
mpy-tool.py fix raw_code is_generator and is_async 2024-09-13 11:35:17 -04:00
mpy_bin2res.py
mpy_cross_all.py Merge tag 'v1.18' 2022-02-15 12:36:26 -06:00
mpy_ld.py (only) reserve merge conflicts 2024-08-28 16:31:37 -04:00
msgfmt.py use python based msgfmt 2023-02-13 11:22:35 +05:30
output_gc_until_repl.txt
preprocess_frozen_modules.py support setups with all modules in src-directory 2024-09-30 09:08:10 +02:00
print_status.py
pyboard.py MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
pydfu.py all: Fix various spelling mistakes found by codespell 2.2.6. 2023-10-03 11:24:50 +11:00
safe_mode_finder.py Add ability to disable BLE workflow 2021-08-02 18:37:19 -07:00
stack-loc-to-pc.py Slim down stack frames 2023-06-06 16:20:47 -07:00
swo_function_trace.py Improve iMX RT performance 2023-03-14 12:30:58 -07:00
swo_viewer.py Improve iMX RT performance 2023-03-14 12:30:58 -07:00
test-stubs.sh allow circuitpython[-_]stubs-*.tar.gz 2024-04-16 19:29:22 -04:00
tinytest-codegen.py MPy v1.22 merge: initial merge; not compiled yet 2024-07-25 15:16:24 -04:00
uf2families.json tools/uf2conv.py: Update to latest version. 2022-02-02 23:43:58 +11:00
uncrustify.cfg initial merge from v1.20.0; just satisifying conflicts 2023-09-19 11:10:12 -04:00
verifygitlog.py spelling 2023-09-20 11:27:25 -05:00