summaryrefslogtreecommitdiff
path: root/shared-bindings
AgeCommit message (Expand)Author
2018-09-12Add OnDiskBitmap which loads pixel data straight from disk.Scott Shawcroft
2018-09-07Merge pull request #1166 from dfarning/clean-up-docsScott Shawcroft
2018-09-07Reorder status matrix and module list in shared-bindings for increase user re...David Farning
2018-09-06Merge translations and update title underlineScott Shawcroft
2018-09-06Minor tweaks based on feedbackScott Shawcroft
2018-08-31Tweaks based on feedbackScott Shawcroft
2018-08-31Introduce displayio to render graphics to displays.Scott Shawcroft
2018-08-25Fix os.stat() to use 1970 epochNoralf Trønnes
2018-08-18i2cslave: Fix missing translate() when raising exceptionsNoralf Trønnes
2018-08-17Merge pull request #1064 from notro/i2cslaveScott Shawcroft
2018-08-16Compress all translated strings with Huffman coding.Scott Shawcroft
2018-08-16ports/atmel-samd: Implement i2cslave.I2CSlaveNoralf Trønnes
2018-08-16Add i2cslave.I2CSlave bindingsNoralf Trønnes
2018-08-09Two fixes and translate more strings.Scott Shawcroft
2018-08-07Support internationalisation.Scott Shawcroft
2018-08-02Merge pull request #1057 from tannewt/flexible_heapDan Halbert
2018-08-02Move pin struct to the peripherals library.Scott Shawcroft
2018-07-31Merge pull request #1075 from tannewt/more_mp_raiseDan Halbert
2018-07-31Use more mp_raise_* to save 28 bytes code size.Scott Shawcroft
2018-07-31Remove rogue execute bit. Must a common incorrect shortcut for me. :-)Scott Shawcroft
2018-07-31Allow for resizing the stack area.Scott Shawcroft
2018-07-31Add basic memory allocation outside Python runtimeScott Shawcroft
2018-07-28merge finishedDan Halbert
2018-07-16Merge branch 'master' into micropython-25ae98f-mergeDan Halbert
2018-07-13compiles and runs; hangs on import storage;storage.VfsFat.<tab>Dan Halbert
2018-07-13nrf: Split the ble module into a shared part and the port implementationarturo182
2018-06-29Fixed issue with code in docs for audioioKattni Rembor
2018-06-15fix os.listdir() when current dir is '/'Dan Halbert
2018-06-08Prevent freezing USB during high frequency PulseIn.Scott Shawcroft
2018-06-06Fixed documentation formatting for RTDKattni Rembor
2018-06-01Adapt for feedback and hack around pIRkey size constraint.Scott Shawcroft
2018-06-01atmel-samd: Add rotary encoder support.Scott Shawcroft
2018-06-01atmel-samd: Re-org helper peripheral files into their own subdirectory.Scott Shawcroft
2018-05-30Add gamepad_singleton to root pointersRadomir Dopieralski
2018-05-30Make the gamepad singleton long-livedRadomir Dopieralski
2018-05-23Remove volatile from the gamepad structRadomir Dopieralski
2018-05-23Raise an error if more than 8 buttons passed to gamepadRadomir Dopieralski
2018-05-23Avoid uninitialized gamepad on exceptionRadomir Dopieralski
2018-05-23Make gamepad.get_pressed work when gamepad was created from frozen codeRadomir Dopieralski
2018-05-23Cache pullup state in gamepadRadomir Dopieralski
2018-05-19Merge pull request #846 from notro/epoch1970Scott Shawcroft
2018-05-19fix doc error in audioOut.cjerryneedell
2018-05-18time: Use 1970 epochNoralf Trønnes
2018-05-16Merge pull request #838 from rhooper/masterScott Shawcroft
2018-05-16Rephrase the docScott Shawcroft
2018-05-14move reload exception to reload.cRoy Hooper
2018-05-14Rename reload_next_character to reload_requested to make it match it's intend...Roy Hooper
2018-05-14Initial implementation of supervisor.reload()Roy Hooper
2018-05-13 add timeout keyword to I2C - for bitbangio - ignored for busioJerry Needell
2018-05-09remove unnecessary commentdean