summaryrefslogtreecommitdiff
path: root/shared-bindings
AgeCommit message (Expand)Author
2018-10-16PulseOut workingDan Halbert
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-05Fix doc buildScott Shawcroft
2018-10-05Introduce audioio.Mixer which can mix multiple audio samplesScott Shawcroft
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