summaryrefslogtreecommitdiff
path: root/py/circuitpy_mpconfig.h
AgeCommit message (Expand)Author
2019-12-10audiocore: Add MP3File using Adafruit_MP3 libraryJeff Epler
2019-12-04Add connection interval and debuggingScott Shawcroft
2019-11-18run_background_tasks: Do nothing unless there has been a tickJeff Epler
2019-11-18Supervisor: move most of systick to the supervisorJeff Epler
2019-11-18circuitpy_mpconfig.h: Express HOOKS in terms of RUN_BACKGROUND_TASKSJeff Epler
2019-11-18circuitpy_mpconfig.h: Move includes after include-guardJeff Epler
2019-11-05Allow boards to enable the `micropython.native` decoratorThea Flowers
2019-09-01Merge branch 'master' of https://github.com/adafruit/circuitpython into mixer...sommersoft
2019-08-29Merge branch 'master' of https://github.com/adafruit/circuitpython into mixer...sommersoft
2019-08-29rename bleio module to _bleioDan Halbert
2019-08-24move Mixer & MixerVoice from 'audiocore' to 'audiomixer'sommersoft
2019-08-23Rework based on Dan's reviewScott Shawcroft
2019-08-22Add initial Monster M4SK buildScott Shawcroft
2019-08-22Begin refresh rework.Scott Shawcroft
2019-08-19Merge remote-tracking branch 'adafruit/master' into run-background-tasksDan Halbert
2019-08-14Fix I2CDisplay lifecycle and splash lifecycle.Scott Shawcroft
2019-08-11cicuitpy_mpconfg.h: Define RUN_BACKGROUND_TASKSJeff Epler
2019-08-11cicuitpy_mpconfg.h: Alphebetize and standardize indentationJeff Epler
2019-07-26audiopwmio: Add the shared files for this new moduleJeff Epler
2019-07-25audiocore: Factor from audioioJeff Epler
2019-06-11Turn on MICROPY_OPT_COMPUTED_GOTO for 5x CPU-bound speedupDan Halbert
2019-06-04Add PS/2 support -- ps2io moduleElvis Pfützenreuter
2019-05-17Enable MICROPY_PY_BUILTINS_ROUND_INT; make round() work beter when it's disab...Dan Halbert
2019-04-16Include cleanup and style tweaksScott Shawcroft
2019-04-16Fully split gamepadshift from gamepadScott Shawcroft
2019-04-15Split GamePadShift from GamePad to save space on most boards.Scott Shawcroft
2019-04-08Reorganize board busses into shared-bindings and shared-module.Scott Shawcroft
2019-04-01ROTARYIO_MODULE mistakenly omitted from module listDan Halbert
2019-03-26turn on reversed() for all buildsDan Halbert
2019-03-26Merge pull request #1672 from dhalbert/regular-fs-flushScott Shawcroft
2019-03-20Merge pull request #1670 from tannewt/fontioDan Halbert
2019-03-20enable MICROPY_CPYTHON_COMPAT for most builds except CIRCUITPY_SMALL_BUILD; r...Dan Halbert
2019-03-20flush flash filesystem once a secondDan Halbert
2019-03-19Move Glyph and BuiltinFont into fontioScott Shawcroft
2019-03-01Merge branch 'master' of https://github.com/adafruit/circuitpython into new_f...sommersoft
2019-03-01Apply review fixes:Radomir Dopieralski
2019-03-01Rebase on top of CircuitPython 4.xRadomir Dopieralski
2019-02-28Add a _pew moduleRadomir Dopieralski
2019-02-24add frequencyio to circuipy_ configssommersoft
2019-02-21Merge pull request #1582 from dhalbert/remove-u-namesScott Shawcroft
2019-02-21Add CIRCUITPY macro; rename u* only when CIRCUITPY=1Dan Halbert
2019-02-19Prevent infinite display update recursion and fix VFS mountingScott Shawcroft
2019-02-19Merge pull request #1562 from debrouxl/minor_improvements_and_fixesDan Halbert
2019-02-18typoDan Halbert
2019-02-18move non-u names for native modules to circuitpy_mpconfig.hDan Halbert
2019-02-18regularize how module weak links and alternate names are listedDan Halbert
2019-02-17correct weak module links; samd module only in m4 ports; update librariesDan Halbert
2019-02-17fix module weak links; add missing nrf featuresDan Halbert
2019-02-17Define MP_SSIZE_MAX for LONGINT_IMPL_LONGLONG as well.Lionel Debroux
2019-02-15address @tannewt changes: move and rename common files; remove PORT_HEAP_SIZEDan Halbert