circuitpython/tools
Scott Shawcroft 733094aead
Add initial RP2040 support
The RP2040 is new microcontroller from Raspberry Pi that features
two Cortex M0s and eight PIO state machines that are good for
crunching lots of data. It has 264k RAM and a built in UF2
bootloader too.

Datasheet: https://pico.raspberrypi.org/files/rp2040_datasheet.pdf
2021-01-20 19:16:56 -08:00
..
Tecate-bitmap-fonts@6f52a7ca08 Begin font parsing and packing for terminal 2019-01-31 11:42:13 -08:00
adabot@393c275671 Add support for adding release info into adafruit/circuitpython-org 2018-11-30 00:30:57 -08:00
bitmap_font@62dd78abdd Hook up the terminal based on the first display. 2019-01-31 11:42:14 -08:00
fonts Add an explicit SPDX license file for ter-u12n. 2020-07-06 19:15:41 +01: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@701cafc50e Update usb_descriptor submodule 2019-10-07 13:44:05 +02: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 Add license to some obvious files. 2020-07-06 19:16:25 +01:00
analyze_mpy.py mark script as executable 2020-12-29 14:06:32 -06:00
bootstrap_upip.sh Add license to some obvious files. 2020-07-06 19:16:25 +01:00
build-stm-latest.sh Add license to some obvious files. 2020-07-06 19:16:25 +01:00
build_board_info.py Add initial RP2040 support 2021-01-20 19:16:56 -08:00
build_memory_info.py Add initial RP2040 support 2021-01-20 19:16:56 -08:00
build_release_files.py use -j2 in the actual build also 2020-07-25 10:23:42 -07: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 Add license to some obvious files. 2020-07-06 19:16:25 +01:00
check_code_size.sh Add license to some obvious files. 2020-07-06 19:16:25 +01:00
check_translations.py Add license to some obvious files. 2020-07-06 19:16:25 +01:00
ci_check_duplicate_usb_vid_pid.py Ignore duplicate USB PID for prerelease version 2020-09-30 11:33:54 -07:00
ci_new_boards_check.py Add license to some obvious files. 2020-07-06 19:16:25 +01:00
codestats.sh Add license to some obvious files. 2020-07-06 19:16:25 +01:00
convert_release_notes.py Move release note converter to latest markdown helper lib 2020-07-17 17:09:48 -07:00
cpboard.py Add license to some obvious files. 2020-07-06 19:16:25 +01:00
dfu.py Add license to some obvious files. 2020-07-06 19:16:25 +01:00
extract_pyi.py fix stub problems; touch up doc 2020-11-27 23:27:15 -05:00
file2h.py Add license to some obvious files. 2020-07-06 19:16:25 +01:00
fixup_translations.py Add license to some obvious files. 2020-07-06 19:16:25 +01: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 Add license to some obvious files. 2020-07-06 19:16:25 +01:00
gc_activity_between_collects.py Add license to some obvious files. 2020-07-06 19:16:25 +01:00
gen-changelog.sh Add license to some obvious files. 2020-07-06 19:16:25 +01:00
gen_display_resources.py gen_display_resources: report missing character count, if any 2020-08-18 19:25:09 -05:00
gen_ld_files.py Add license to some obvious files. 2020-07-06 19:16:25 +01:00
gen_usb_descriptor.py Merge pull request #3302 from xiongyihui/main 2020-09-10 17:35:04 -07:00
gendoc.py Add license to some obvious files. 2020-07-06 19:16:25 +01:00
git-checkout-latest-tag.sh Add license to some obvious files. 2020-07-06 19:16:25 +01:00
hid_report_descriptors.py support to get HID OUT report 2020-08-19 20:18:17 +08:00
insert-usb-ids.py Add license to some obvious files. 2020-07-06 19:16:25 +01:00
join_bins.py Add license to some obvious files. 2020-07-06 19:16:25 +01:00
make-frozen.py Add license to some obvious files. 2020-07-06 19:16:25 +01:00
mpconfig_category_reader.py rename reader tool 2020-08-26 17:37:05 -04:00
mpy-tool.py Add license to some obvious files. 2020-07-06 19:16:25 +01:00
mpy_bin2res.py Add license to some obvious files. 2020-07-06 19:16:25 +01:00
mpy_cross_all.py Add license to some obvious files. 2020-07-06 19:16:25 +01: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 Add license to some obvious files. 2020-07-06 19:16:25 +01:00
print_status.py Add license to some obvious files. 2020-07-06 19:16:25 +01:00
pyboard.py Add license to some obvious files. 2020-07-06 19:16:25 +01:00
pydfu.py Add license to some obvious files. 2020-07-06 19:16:25 +01:00
tinytest-codegen.py Add license to some obvious files. 2020-07-06 19:16:25 +01:00
upip.py Add license to some obvious files. 2020-07-06 19:16:25 +01:00
upip_utarfile.py Add license to some obvious files. 2020-07-06 19:16:25 +01:00