summaryrefslogtreecommitdiff
path: root/shared-bindings
AgeCommit message (Expand)Author
2018-10-11Split wiznet driver into shared-bindings vs shared-moduleNick Moore
2018-10-11Merge remote-tracking branch 'origin/master' into circuitpython/nickzoic/703-...Nick Moore
2018-10-11network module c api into shared-moduleNick Moore
2018-10-10Merge pull request #1259 from dhalbert/nrf-pwmoutDan Halbert
2018-10-09Merge pull request #1193 from ATMakersBill/masterScott Shawcroft
2018-10-09Move the docs next to the implementationScott Shawcroft
2018-10-09Added Documentation for the serial_bytes_available attributeATMakersBill
2018-10-09Allow variable freq PWMOut; use multiple channels if same freqDan Halbert
2018-10-09replacing change to input() with separate method to check for USB Serial inputATMakersBill
2018-10-09Rename stop to stop_voice in case we want stop to stop everything later.Scott Shawcroft
2018-10-09Documentation builds (though has no real content yet)Nick Moore
2018-10-09Get DHCP working ...Nick Moore
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-05Fix doc buildScott Shawcroft
2018-10-05Introduce audioio.Mixer which can mix multiple audio samplesScott Shawcroft
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