summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2019-11-12Allow boards to change the "CircuitPython" text in their USB interface descri...Thea Flowers
2019-10-11Add cxd56 to build_board_infoKamil Tomaszewski
2019-10-08Fix invalid syntax errorKamil Tomaszewski
2019-10-08Merge branch 'master' into circuitpython-number-endpointkamtom480
2019-10-08Add the specific endpoint namesKamil Tomaszewski
2019-10-08Use boolean type for renumber_endpointsKamil Tomaszewski
2019-10-07Update usb_descriptor submoduleKamil Tomaszewski
2019-10-07Add HID OUTKamil Tomaszewski
2019-10-07Add validationKamil Tomaszewski
2019-10-07Add an alternative way to number the USB endpointsKamil Tomaszewski
2019-10-04Add a way to change max packet size for MSCKamil Tomaszewski
2019-10-01Update tinyusb to fix gamepad;add HID OUT interface descriptorDan Halbert
2019-09-30Merge pull request #2181 from tannewt/update_frozenScott Shawcroft
2019-09-30Improve frozen prep to skip example subdirectoriesScott Shawcroft
2019-09-30Fail when boards are missing tooScott Shawcroft
2019-09-14When uploading release assets, ignore those already uploaded.Scott Shawcroft
2019-09-09Renumber only chosen USB interfaces; fix HID report idsDan Halbert
2019-09-05Merge pull request #2121 from tannewt/markdown_autolinkScott Shawcroft
2019-09-05Merge remote-tracking branch 'upstream/master' into stm32-ci-workflowHierophect
2019-09-04Merge remote-tracking branch 'adafruit/master' into choose-usb-devices-xacDan Halbert
2019-09-04use only one endpoint pair for MSC except on SAMD21Dan Halbert
2019-09-04Add support for converting autolinks to BBCodeScott Shawcroft
2019-09-04Fix website updater for other users.Scott Shawcroft
2019-09-04minor text fixesHierophect
2019-09-04remove redundant exclusion inclusionHierophect
2019-09-04add stm32 port to workflowHierophect
2019-09-04Merge remote-tracking branch 'adafruit/master' into choose-usb-devices-xacDan Halbert
2019-09-03simpler generation of HID device tablesDan Halbert
2019-09-03Add .hidden to TileGrid and GroupScott Shawcroft
2019-09-03WIPDan Halbert
2019-08-27Swap the CI to GitHub Actions from TravisScott Shawcroft
2019-08-22EPaper displays work mostly.Scott Shawcroft
2019-08-19make translate again; make check-translate passesDan Halbert
2019-08-05Merge remote-tracking branch 'adafruit/4.1.x' into merge_in_410Scott Shawcroft
2019-07-28Merge pull request #2003 from C47D/travis_check_new_boardssommersoft
2019-07-25[travis check new boards] Fail in case of any missing boardsC47D
2019-07-23[travis check new boards] missing_boards as setC47D
2019-07-23[travis check new boards] Do not end test if there are missing boardsC47D
2019-07-21exclude aliased boards from 'get_board_mapping()'sommersoft
2019-07-20Fix missing module sh and remove unused module reCarlos
2019-07-19Add support for grayscale displays that are < 8 bit depth.Scott Shawcroft
2019-07-19[travis check new boards] Reduce code logic to exit with failureC47D
2019-07-19[travis new boards check] Exit with failure if a board in info isn't in travisC47D
2019-07-19[travis new boards check] sort both lists of boardsC47D
2019-07-19[travis new boards check] We now have two lists that contain the boards based...C47D
2019-07-19[Draft] Add check to travis to make sure new boards are built, fix #1886C47D
2019-07-18Track a dirty area for in-memory bitmapsScott Shawcroft
2019-07-08Generate .hex for Blip.Tavish Naruka
2019-06-30Use FONTBOUNDINGBOX for font metricsRadomir Dopieralski
2019-06-12Add partial display update support.Scott Shawcroft