summaryrefslogtreecommitdiff
path: root/shared-module
AgeCommit message (Expand)Author
2018-10-09Rename stop to stop_voice in case we want stop to stop everything later.Scott Shawcroft
2018-10-05Fix M0 mathScott Shawcroft
2018-10-05Fix voice ending in the middle of a buffer.Scott Shawcroft
2018-10-05Introduce audioio.Mixer which can mix multiple audio samplesScott Shawcroft
2018-09-13More explicit init in GroupScott Shawcroft
2018-09-12Add OnDiskBitmap which loads pixel data straight from disk.Scott 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-16Compress all translated strings with Huffman coding.Scott Shawcroft
2018-08-07Support internationalisation.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-23WIP: complete manual inspection of all significant changesDan Halbert
2018-07-16Merge branch 'master' into micropython-25ae98f-mergeDan Halbert
2018-07-16Merge 3.0.0 final bugfixes and changes to masterDan Halbert
2018-07-13compiles and runs; hangs on import storage;storage.VfsFat.<tab>Dan Halbert
2018-06-21allow '/' to be mounted on '/' from Python codeDan Halbert
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