summaryrefslogtreecommitdiff
path: root/shared-bindings
AgeCommit message (Expand)Author
2018-09-12UART fixes and enhancements; default board object fixDan Halbert
2018-08-08UART: Always allocate UART objects in the long-lived poolJeff Epler
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
2018-05-09DM: add kwargs to bitbangio spidean
2018-05-08Make resume idempotent (allowing you to call it twice without complaining.)Scott Shawcroft
2018-05-08Tweak exception message.Scott Shawcroft
2018-05-08Add pause/resume control to AudioOut and I2SOutScott Shawcroft
2018-05-06docs: fix references to uhashlibJeff Epler
2018-05-03docs: fix references to ubinasciiJeff Epler
2018-05-01Re-enable PDMIn without ASF and using the helpers added withScott Shawcroft
2018-04-16Merge pull request #745 from notro/time_rtcScott Shawcroft
2018-04-16Remove "Get or set"Scott Shawcroft
2018-04-16Add a table of contents reference to RTCScott Shawcroft
2018-04-16Add rtc moduleNoralf Trønnes
2018-04-13Correct example. Thanks @jepler!Scott Shawcroft
2018-04-13Turn on nvm in 3.0.Scott Shawcroft
2018-04-13Tweaks based on dhalbert's feedback.Scott Shawcroft
2018-04-12Add audio output support!Scott Shawcroft
2018-04-10esp8266 and nrf: raise NotImplementedErrorDan Halbert
2018-04-09add storage.erase_filesystem() to erase and reformat CIRCUITPYDan Halbert
2018-04-08Merge pull request #628 from sommersoft/super_statusScott Shawcroft
2018-04-08Merge branch 'master' into 3.0_hidDan Halbert
2018-04-06Merge branch 'super_status' of https://github.com/sommersoft/circuitpython in...sommersoft
2018-04-06supervisor/Runtime: updated documentation for 'no disconnect'sommersoft
2018-04-05RunMode: Fix repr(RunMode.BOOTLOADER)Jeff Epler
2018-04-02Merge branch 'master' into 3.0_hidDan Halbert
2018-03-31Add a type check to the gamepad moduleRadomir Dopieralski
2018-03-30WIP: works with just keyboard but not complex report descriptorDan Halbert