summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-10add flag to i.mx portDan Halbert
2020-01-09Make requiring I2C pullups be optionalDan Halbert
2020-01-09Merge pull request #2459 from hierophect/stm32-spi-onelineJeff Epler
2020-01-08os.urandom: remove unneeded sleepJeff Epler
2020-01-08styleJeff Epler
2020-01-08Merge pull request #2445 from jepler/mp3-jeplayer-fixes5.0.0-beta.3Scott Shawcroft
2020-01-08Merge pull request #2448 from tannewt/packet_bufferDan Halbert
2020-01-08Replace magic number and add comment.Scott Shawcroft
2020-01-08Merge remote-tracking branch 'adafruit/master' into packet_bufferScott Shawcroft
2020-01-08nrf: Call into sd as many times as necessary to fill urandom requestJeff Epler
2020-01-08style editsHierophect
2020-01-08os: Don't require an on-stack bufferJeff Epler
2020-01-08vstr_init_len: Don't crash if (size_t)-1 is passedJeff Epler
2020-01-07Merge pull request #2460 from tannewt/update_frozenDan Halbert
2020-01-07Don't change uf2Scott Shawcroft
2020-01-07Update translationsScott Shawcroft
2020-01-07Update submodules including BusDevice and HID.Scott Shawcroft
2020-01-07Merge pull request #2367 from iot49/mtimeDan Halbert
2020-01-07Merge pull request #2456 from arturo182/mimxrt10xxScott Shawcroft
2020-01-07mimxrt10xx: Add license for NXP codearturo182
2020-01-07Merge pull request #2450 from Marius-450/marius-display-limit-2Scott Shawcroft
2020-01-07mimxrt10xx: Add info on clock config sourcearturo182
2020-01-07Text fixes for consistencyHierophect
2020-01-07Allow MOSI/MISO exclusionHierophect
2020-01-07mimxrt10xx: Use the correct error for not implemented functionalityarturo182
2020-01-06Merge pull request #2452 from pewpew-game/pewpew-m4-bootloader-offsetsScott Shawcroft
2020-01-06Add MIMXRT10XX port to release buildarturo182
2020-01-06Add initial MIMXRT10XX portarturo182
2020-01-06Fix more build problemsJeff Epler
2020-01-06fix doc build errorJeff Epler
2020-01-06audiomp3: rename to MP3DecoderJeff Epler
2020-01-06Take display offsets for PewPew M4 from the bootloader configRadomir Dopieralski
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-03Merge pull request #2432 from tannewt/fix_nrf_uartScott Shawcroft
2020-01-03Throw an error when we cannot allocate PWM pixel bufferScott Shawcroft
2020-01-03Change SPI and I2C in the same way.Scott Shawcroft
2020-01-03Merge pull request #2034 from rhooper/new-pixelbuf-apiDan Halbert
2020-01-02samd/peripherals: take upstream updateJeff Epler
2020-01-02remove unnecessary GCC pragmasRoy Hooper
2020-01-02raise mp_raise_NotImplementedErrorRoy Hooper
2020-01-02rename call_show to pixelbuf_call_showRoy Hooper
2020-01-02MP3File: Add rms_level propertyJeff Epler
2020-01-01Fix docstring for byteorderRoy Hooper
2020-01-01move native fill to a helper to work around being unable to call a subclass s...Roy Hooper
2020-01-01Revert "try a property with a callable static class"Roy Hooper
2020-01-01try a property with a callable static classRoy Hooper