summaryrefslogtreecommitdiff
path: root/py
AgeCommit message (Expand)Author
2020-02-20Enable _bleio adapter when _bleio is importedDan Halbert
2020-02-20Disable BLE file service for nowScott Shawcroft
2020-02-14Implement to_bytes(..., signed=True)Dan Halbert
2020-02-13Merge pull request #2581 from jamesbowman/masterScott Shawcroft
2020-02-11Track first free atb for multiple block sizes.Scott Shawcroft
2020-02-07Split into shared-module and shared-bindingsJames Bowman
2020-02-05Rename eveL to _eve, EVEL to _EVEJames Bowman
2020-02-04fix printing single-arg exceptionsDan Halbert
2020-02-04fix multi-arg exception printingDan Halbert
2020-02-04preserve errno in OSErrorDan Halbert
2020-02-04Include filename for 'No such file/directory', etc.Dan Halbert
2020-02-03Correct default state to off for eveL module.James Bowman
2020-02-03First draft of eveL, the low-level module of the Gameduino (and BridgeTek EVE...James Bowman
2020-01-30Merge remote-tracking branch 'adafruit/master' into tweak_pixelbufScott Shawcroft
2020-01-30Remove unneeded native cast.Scott Shawcroft
2020-01-29Tweak error messages to reduce code size.Scott Shawcroft
2020-01-29Merge commit 'b36b24' into tweak_pixelbufScott Shawcroft
2020-01-29Merge pull request #2551 from jepler/build-mpy-cross-static-linux-win64Scott Shawcroft
2020-01-27Fix subclassing of objects that are tested. Others may still be broken.Scott Shawcroft
2020-01-27Merge pull request #2532 from tannewt/teensy4-devScott Shawcroft
2020-01-25accomodate excessively old gcc versions for raspbian mpy-cross cross-buildJeff Epler
2020-01-24Don't assume native methods want the native object as self.Scott Shawcroft
2020-01-21Update fix (missing pragma gcc diagnostic push)tsupplis
2020-01-17Refine iMX RT memory layout and add three boardsScott Shawcroft
2020-01-15Merge pull request #2510 from dhalbert/bonding-nvmScott Shawcroft
2020-01-14Merge pull request #2505 from theodox/masterScott Shawcroft
2020-01-14Merge pull request #2504 from rhooper/fix-tuple-subscrScott Shawcroft
2020-01-13merge from adafruit/circuitpythonDan Halbert
2020-01-13Merge pull request #2457 from hierophect/stm32-cpython-compatScott Shawcroft
2020-01-12fix CCCD bonding store; avoid excessive bonding writesDan Halbert
2020-01-11Make all `PYTHON` env vars into `PYTHON3`Steve Theodore
2020-01-11make types that depend on tuple subscr workRoy Hooper
2020-01-10Merge pull request #2498 from dhalbert/optional-i2c-pullup-checkingScott Shawcroft
2020-01-10Merge pull request #2461 from jepler/urandom-hardfaultsScott Shawcroft
2020-01-09Make requiring I2C pullups be optionalDan Halbert
2020-01-08use CFLAG to properly set defineHierophect
2020-01-08styleJeff Epler
2020-01-08Merge pull request #2445 from jepler/mp3-jeplayer-fixes5.0.0-beta.3Scott Shawcroft
2020-01-08Merge remote-tracking branch 'adafruit/master' into packet_bufferScott Shawcroft
2020-01-08vstr_init_len: Don't crash if (size_t)-1 is passedJeff Epler
2020-01-06Fix more build problemsJeff Epler
2020-01-04changes only for monster m4skMarius-450
2020-01-04CIRCUITPY_DISPLAY_LIMIT = 2Marius-450
2020-01-03Add PacketBuffer and MTU negotiation support.Scott Shawcroft
2020-01-02remove unnecessary GCC pragmasRoy Hooper
2019-12-29Merge branch 'master' into pixelbuf-subscr-changeRoy Hooper
2019-12-20Remove `re` from CPX Displayio build to make space.Scott Shawcroft
2019-12-16py.mk: Fix race condition building .mo filesJeff Epler
2019-12-13try 2. make namedtuple types handle subclassesScott Shawcroft
2019-12-13Fix tuple testScott Shawcroft