summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-03-29One more rebalanceazure-pipelinesScott Shawcroft
2019-03-28Fix syntaxScott Shawcroft
2019-03-28Dump env and tweak build jobsScott Shawcroft
2019-03-28Fix build and reorder buildsScott Shawcroft
2019-03-28Another testScott Shawcroft
2019-03-28Make sure we fail even if we continueScott Shawcroft
2019-03-28Fix translation check and tweak continue but failScott Shawcroft
2019-03-28Fix sphinx version and continue on doc and translation failureScott Shawcroft
2019-03-28Tweak python package installsScott Shawcroft
2019-03-28Use python3.5 explicitlyScott Shawcroft
2019-03-28Hopefully fix arm gcc file locationScott Shawcroft
2019-03-28Fix syntaxScott Shawcroft
2019-03-28Finish converting tests and share GCC downloadScott Shawcroft
2019-03-28Fix python deps and unix build directory.Scott Shawcroft
2019-03-28Split further and install setuptoolsScott Shawcroft
2019-03-28Build everything and run testsScott Shawcroft
2019-03-28Install python deps and disable travisScott Shawcroft
2019-03-28Pull all of gitScott Shawcroft
2019-03-28Expand git history and install gettextScott Shawcroft
2019-03-28Correct job nameScott Shawcroft
2019-03-28Try to buildScott Shawcroft
2019-03-28Set up CI with Azure Pipelines [skip ci]Scott Shawcroft
2019-03-28Merge pull request #1685 from makermelissa/masterazureScott Shawcroft
Added option to enable toggling CS between init commands
2019-03-28Merge pull request #1721 from tannewt/fix_hid_report_lookupDan Halbert
Fix HID buffer lookup
2019-03-27Simplified into fourwire onlyMelissa LeBlanc-Williams
2019-03-27Merge pull request #1720 from dhalbert/frequencyio-full-buildsScott Shawcroft
Turn on frequencyio only on CIRCUITPY_FULL_BUILD
2019-03-27Merge pull request #1719 from dhalbert/restrict-translate-1Scott Shawcroft
restrict 'make translate' to include only those directories we have ports for
2019-03-27Fix HID buffer lookupScott Shawcroft
The previous code assumed HID report ids were consecutive. This is not true in the CircuitPython descriptor where report ids are fixed for each report type. Fixes #1617
2019-03-27copy/paste errorDan Halbert
2019-03-27turn off frequencyio for all SAMD21 buildsDan Halbert
2019-03-27Turn on frequencyio only on CIRCUITPY_FULL_BUILDDan Halbert
2019-03-27restrict 'make translate' to include only those directories we have portsDan Halbert
2019-03-27Merge pull request #1714 from dhalbert/pixel-shader-bugScott Shawcroft
TileGrid: pixel_shader is not always a Palette
2019-03-27Merge pull request #1713 from dhalbert/reversed-for-all-buildsScott Shawcroft
turn on reversed() for all builds
2019-03-27Merge pull request #1687 from jrcutler/masterDan Halbert
Enable nvm storage for all samd21x18 boards
2019-03-27Merge pull request #1710 from tannewt/fix_cdc_outDan Halbert
Update TinyUSB to fix CDC OUT buffering
2019-03-27Merge pull request #1711 from tannewt/immediate_rgb_led_brightnessDan Halbert
Make status LED brightness change immediate.
2019-03-27TileGrid: pixel_shader is not always a paletteDan Halbert
2019-03-26turn on reversed() for all buildsDan Halbert
2019-03-26Comment CleanupMelissa LeBlanc-Williams
2019-03-26Removed parameter so CS is always toggledMelissa LeBlanc-Williams
2019-03-26Merge branch 'master' of https://github.com/adafruit/circuitpythonMelissa LeBlanc-Williams
2019-03-26Make status LED brightness change immediate.Scott Shawcroft
Fixes #1516
2019-03-26Update TinyUSB to fix CDC OUT bufferingScott Shawcroft
Fixes #1630
2019-03-26Merge pull request #1674 from pewpew-game/bug1669Scott Shawcroft
Properly calculate BPP for displayio.Bitmap
2019-03-26Merge pull request #1682 from rhwlo/add-socket.recv_intoScott Shawcroft
shared-bindings/socket: add socket.recv_into
2019-03-26Merge pull request #1672 from dhalbert/regular-fs-flushScott Shawcroft
flush flash filesystem once a second
2019-03-26Added small delay inside toggle for edge casesMelissa LeBlanc-Williams
2019-03-25reset flush timer on call to filesystem_flush()Dan Halbert
2019-03-25Merge pull request #1703 from pewpew-game/typo3Dan Halbert
Reuse "Not connected" message in bleio