summaryrefslogtreecommitdiff
path: root/shared-bindings
AgeCommit message (Expand)Author
2018-10-09move random mac address function into network moduleNick Moore
2018-10-09Split wiznet.WIZNET5K off into its own fileNick Moore
2018-10-09Change WIZNET5K.isconnected to connected propertyNick Moore
2018-10-04change initialization method + mod_network namesNick Moore
2018-10-04modify modnetwork and modusocket for circuitpythonNick Moore
2018-10-04Copy modnetwork and modusocket across from MicroPythonNick Moore
2018-10-04Modify wiznet module for circuitpythonNick Moore
2018-10-04Copy wiznet module across from MicroPythonNick Moore
2018-10-02round SPI freq down; check max freqDan Halbert
2018-10-01nrf: remove error check for SPI baudrate too high; round to nearest baudrateDan Halbert
2018-09-18merge 3.0.2 to masterDan Halbert
2018-09-12Add OnDiskBitmap which loads pixel data straight from disk.Scott Shawcroft
2018-09-12UART fixes and enhancements; default board object fixDan Halbert
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-08UART: Always allocate UART objects in the long-lived poolJeff Epler
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