circuitpython/tools
Scott Shawcroft 931c7c1c51
Add Bangle.js 2, JDI memory displays and ACeP epd
This 2-in-1 PR started with the goal of support the Bangle.js 2
smartwatch with *no USB*.
* Adds "secure" DFU build support with a committed private key.
* Adds 3-bit color support with one dummy bit for the JDI memory display
* Allows nrf boards to have a board_background_task() run in RUN_BACKGROUND_TASK.
  This is needed because the Bangle.js 2 uses the watchdog to reset.
* Renamed port_background_task() to port_background_tick() to indicate it
  runs on tick, not RUN_BACKGROUND_TASK.
* Marks serial connected when the display terminal is inited. This means
  that safe mode messages show up on the display.

ACep, 7-color epaper displays also pack 3 bits in 4. So, I added that
support as well.
* Adds 3-bit ACeP color support for 7-color e-paper displays. (Not
  watch related but similar due to color depth.)
* Allows a refresh sequence instead of a single int command. The 7" ACeP
  display requires a data byte for refresh.
* Adds optional delay after resetting the display. The ACeP displays
  need this. (Probably to load LUTs from flash.)
* Adds a cleaning phase for ACeP displays before the real refresh.

For both:
* Add dither support to Palette.
* Palette no longer converts colors when set. Instead, it caches
  converted colors at each index.
* ColorConverter now caches the last converted color. It should make
  conversions faster for repeated colors (not dithering.)
2023-02-15 15:03:40 -08: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
autobuild Merge tag 'v1.18' 2022-02-15 12:36:26 -06: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@1421ca7fe7 Updated to latest uf2 commit where file permissions are corrected. 2022-01-07 10:04:11 +01: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
black_bindings.py Tweak black_bindings 2022-09-30 11:18:13 -05:00
build-stm-latest.sh tools: Remove obsolete build-stm-latest.sh script. 2021-06-23 16:59:20 +10:00
build_board_info.py Update build_board_info.py to sh module 2.0.0 2023-02-10 05:23:29 +01:00
build_memory_info.py Added execution permission for board and memory info python scripts 2022-01-07 09:46:16 +01:00
build_release_files.py Add Bangle.js 2, JDI memory displays and ACeP epd 2023-02-15 15:03:40 -08: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 update to py tests and scripts due to black 22.1.0 2022-01-29 17:14:01 -05:00
check_translations.py Add license to some obvious files. 2020-07-06 19:16:25 +01:00
ci_changes_per_commit.py fix pagination and some refactoring 2023-01-09 18:17:51 +05:30
ci_check_duplicate_usb_vid_pid.py ignore espressif_esp32s3_devkitc_1_n32r8 in vid:pid check 2022-11-18 09:54:40 +05:30
ci_fetch_deps.py ci max parallelism 2023-02-10 21:32:23 +05:30
ci_set_matrix.py Add Bangle.js 2, JDI memory displays and ACeP epd 2023-02-15 15:03:40 -08:00
codeformat.py run updated pre-commit 2023-02-01 13:38:41 +05:30
codestats.sh Add license to some obvious files. 2020-07-06 19:16:25 +01:00
convert_release_notes.py Fix and revise convert-release-notes.py 2022-02-11 16:21:20 -05:00
cpboard.py s/Circuit Python/CircuitPython/g 2021-05-06 16:22:35 +03: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 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 Merge tag 'v1.17' into merge-1.17 2021-10-15 08:20:54 -05: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_crt_bundle.py run updated pre-commit 2023-02-01 13:38:41 +05:30
gen_display_resources.py Add Bangle.js 2, JDI memory displays and ACeP epd 2023-02-15 15:03:40 -08: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
gen_web_workflow_static.py add back /edit/ handler and specify ES6 quote chars for jsmin 2022-07-15 19:49:03 -05:00
gendoc.py run updated pre-commit 2023-02-01 13:38:41 +05:30
git-checkout-latest-tag.sh Add license to some obvious files. 2020-07-06 19:16:25 +01:00
insert-usb-ids.py Merge tag 'v1.17' into merge-1.17 2021-10-15 08:20:54 -05:00
join_bins.py Add license to some obvious files. 2020-07-06 19:16:25 +01:00
make-frozen.py tools/makemanifest.py: Merge make-frozen.py. 2021-12-17 23:54:05 +11:00
makemanifest.py py: Only search frozen modules when '.frozen' is found in sys.path. 2021-12-18 00:01:59 +11:00
merge_micropython.py Don't remove all micropython examples, we want natmod and usercmodule 2022-02-15 10:14:47 -06: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 run updated pre-commit 2023-02-01 13:38:41 +05:30
mpy_bin2res.py Add license to some obvious files. 2020-07-06 19:16:25 +01:00
mpy_cross_all.py Merge tag 'v1.18' 2022-02-15 12:36:26 -06:00
mpy_ld.py Merge tag 'v1.18' 2022-02-15 12:36:26 -06:00
msgfmt.py use python based msgfmt 2023-02-13 11:22:35 +05:30
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 updated pre-commit 2023-02-01 13:38:41 +05:30
print_status.py run code formatting script 2021-03-15 19:27:36 +05:30
pyboard.py Merge tag 'v1.17' into merge-1.17 2021-10-15 08:20:54 -05:00
pydfu.py all: Update Python formatting to latest Black version 21.12b0. 2021-12-09 12:09:40 +11:00
safe_mode_finder.py Add ability to disable BLE workflow 2021-08-02 18:37:19 -07:00
test-stubs.sh add circuitpython_typing. to some annotations; generalize extract_pyi.pi 2022-02-28 21:27:24 -05:00
tinytest-codegen.py py/formatfloat: Format all whole-number floats exactly. 2022-08-09 13:43:47 -04:00
uncrustify.cfg tools/uncrustify: Force 1 newline at end of file. 2021-08-31 13:14:45 +10:00
upip.py Merge tag 'v1.18' 2022-02-15 12:36:26 -06: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