summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-03-24Merge pull request #1693 from pewpew-game/typo2Dan Halbert
2019-03-25Reuse existing error message in busio.i2cRadomir Dopieralski
2019-03-21Merge pull request #1678 from dhalbert/nrf-nfc-as-gpioScott Shawcroft
2019-03-21Allow NFC pins to be used for other purposes.Dan Halbert
2019-03-20Merge pull request #1670 from tannewt/fontioDan Halbert
2019-03-20Merge pull request #1675 from dhalbert/cpython-compatScott Shawcroft
2019-03-20Merge pull request #1676 from pewpew-game/bug1671Scott Shawcroft
2019-03-20remove i2cslave from feather m0 crickitDan Halbert
2019-03-20Make displayio.Palette support more than 255 colorsRadomir Dopieralski
2019-03-20enable MICROPY_CPYTHON_COMPAT for most builds except CIRCUITPY_SMALL_BUILD; r...Dan Halbert
2019-03-19Fix up translation file locationsScott Shawcroft
2019-03-19Fix up sphinxScott Shawcroft
2019-03-19Move Glyph and BuiltinFont into fontioScott Shawcroft
2019-03-19Merge pull request #1653 from python-ugame/masterScott Shawcroft
2019-03-19Merge branch 'master' of github.com:adafruit/circuitpythonRadomir Dopieralski
2019-03-18Merge pull request #1661 from dhalbert/nrf-internal-flash-fixesDan Halbert
2019-03-18make translateDan Halbert
2019-03-18nrf: fix internal flash writesDan Halbert
2019-03-17Merge pull request #1649 from dhalbert/reload-flush-filesystem4.0.0-beta.5Dan Halbert
2019-03-17Add frozen stage module to ugame10 boardRadomir Dopieralski
2019-03-16also flush fileystem on soft reboot from replDan Halbert
2019-03-16after code.py runs, flush filesystem before resetting heapDan Halbert
2019-03-15Merge pull request #1648 from tannewt/board_i2c_crash4.0.0-beta.4Dan Halbert
2019-03-14Long live shared bus singletonsScott Shawcroft
2019-03-14Merge pull request #1647 from tannewt/swd_pin_reuseDan Halbert
2019-03-14Fix custom pin in use logic for SWDScott Shawcroft
2019-03-13Merge pull request #1645 from tannewt/fix_directory_moveDan Halbert
2019-03-13Squeeze down the feather crickit buildScott Shawcroft
2019-03-13Prevent other filesystem changes besides file writesScott Shawcroft
2019-03-13Throw an error when moving a directory into itself.Scott Shawcroft
2019-03-13Merge pull request #1640 from tannewt/final_displayio_changesDan Halbert
2019-03-13Merge pull request #1641 from dhalbert/pwmout-var-freq-bugScott Shawcroft
2019-03-13Build pewpew10 on Travis so we know it builds.Scott Shawcroft
2019-03-12wrong arg type for PWMOut variable_frequencyDan Halbert
2019-03-12Add better PewPew error messages and update translationsScott Shawcroft
2019-03-12Update displayio docs to add detail to display bus commentsScott Shawcroft
2019-03-12Standardize TileGrid to x and y properties over positionScott Shawcroft
2019-03-12Turn off networking on M0s.Scott Shawcroft
2019-03-12Accept x and y kwargs into Group for initial position.Scott Shawcroft
2019-03-12Merge pull request #1600 from jreese/pybadgeDan Halbert
2019-03-12Copy inline setting on feather m0 express that the metro has.Scott Shawcroft
2019-03-12Fix function signatureScott Shawcroft
2019-03-12Fix unix build by using safe mode stubScott Shawcroft
2019-03-12Stub out safe mode for mpy-crossScott Shawcroft
2019-03-12Build pybadge on TravisScott Shawcroft
2019-03-12Fixup the pybadge definition so the screen works.Scott Shawcroft
2019-03-12Be more careful when initing the board outside the VM.Scott Shawcroft
2019-03-12Enter safe mode when an allocation is attempted on an uninitialized heap.Scott Shawcroft
2019-03-12Add basic Pybadge board definitionJohn Reese
2019-03-12Merge pull request #1638 from dhalbert/disable-SPIM3Scott Shawcroft