summaryrefslogtreecommitdiff
path: root/shared-module
AgeCommit message (Expand)Author
2018-06-15do not permit mounting over a directory or file with the same name as the mou...Dan Halbert
2018-06-15fix os.listdir() when current dir is '/'Dan Halbert
2018-06-14Fix playing audio from SD cardDan Halbert
2018-05-30Add gamepad_singleton to root pointersRadomir Dopieralski
2018-05-23Remove volatile from the gamepad structRadomir Dopieralski
2018-05-23Avoid uninitialized gamepad on exceptionRadomir Dopieralski
2018-05-23Cache pullup state in gamepadRadomir Dopieralski
2018-05-16Reformat the error messageScott Shawcroft
2018-05-13 remove #include py/nlr.h from I2C.cJerry Needell
2018-05-13 revise to use mp_raise_msg insead of nlr_raise....Jerry Needell
2018-05-13 add timeout keyword to I2C - for bitbangio - ignored for busioJerry Needell
2018-04-12Add audio output support!Scott Shawcroft
2018-03-31Respect pin's pull in gamepadRadomir Dopieralski
2018-03-27Add storage.getmount to retrieve the mount object associated with a pathJeff Epler
2018-03-27factor out storage_object_from_pathJeff Epler
2018-03-26Conditionally compile out nonstandard array/struct typecodesJeff Epler
2018-03-11_stage: use 16 bit for coordinates to support larger screensRadomir Dopieralski
2018-02-05replace tabs with spacesdean
2018-01-30DM: added write_readinto to bitbangiodean
2018-01-02merge from 2.2.0 + fix up board defsDan Halbert
2017-11-02Merge tag 'v1.9.3'Scott Shawcroft
2017-10-22Gracefully reset the gamepad moduleRadomir Dopieralski
2017-10-18CircuitPython now has struct instead of ustruct (#302)Michael McWethy
2017-10-03Add a `gamepad` module for handling buttons in the background. (#295)Radomir Dopieralski
2017-10-03Do not allow a *io object to be used after deinit().Dan Halbert
2017-08-25Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development)...Dan Halbert
2017-08-07esp8266: Introduce `multiterminal` module for managing a secondaryScott Shawcroft
2017-07-23Measure and report maximum stack usage. (#175)Dan Halbert
2017-06-28Change vfs mount ordering such that the root is always last in theScott Shawcroft
2017-06-28shared-module: Fix os.listdir to correctly return list rather thanScott Shawcroft
2017-06-27Introduce a random module that is a subset of CPython's random. ItScott Shawcroft
2017-06-27Split uos module into os and storage.Scott Shawcroft
2017-06-20Merge tag 'v1.9.1'2.0.0-alpha.0Scott Shawcroft
2017-04-12atmel-samd: Rework status LED implementationScott Shawcroft
2017-04-10Split up nativeio.0.9.4Scott Shawcroft
2017-03-28esp8266: Change nativeio.I2C to use bitbangio under the hood rather than thro...Scott Shawcroft
2017-03-25Add low-level OneWire support class.Scott Shawcroft
2017-02-19Two I2C fixes:Scott Shawcroft
2017-01-05Rename to CircuitPythonScott Shawcroft
2016-12-19atmel-samd: Add help() and remove mem_info functions from smallest builds to ...Scott Shawcroft
2016-12-09atmel-samd: Add APA102 support and flash more advanced status.Scott Shawcroft
2016-12-02Add try_lock and unlock to I2C and SPI classes to make sure thingsScott Shawcroft
2016-11-29shared-bindings: Make MOSI and MISO optional for SPI.Scott Shawcroft
2016-11-23uheap: Switch to using gc_nbytes to measure allcoation size so we stop underc...Scott Shawcroft
2016-11-22Add uheap for debugging the size of objects. Still not perfect though.Scott Shawcroft
2016-11-21This introduces an alternative hardware API called nativeio structured around...Scott Shawcroft