summaryrefslogtreecommitdiff
path: root/py/circuitpy_mpconfig.h
AgeCommit message (Expand)Author
2020-05-29Merge remote-tracking branch 'adafruit/master' into wdt-nrfScott Shawcroft
2020-05-28A number of small ESP32S2 fixes:Scott Shawcroft
2020-05-27watchdogtimer: refactor to new apiSean Cross
2020-05-27watchdog: rename module from `wdt` and move to `microcontroller`Sean Cross
2020-05-27wdt: add watchdog supportSean Cross
2020-05-19Remove reverse methods from per-board defsScott Shawcroft
2020-05-15Initial ESP32S2 port.Scott Shawcroft
2020-05-12Merge branch 'master' into Optical-Encoder-ModuleScott Shawcroft
2020-05-12merged masterDaniel Pollard
2020-05-09vectorio: fix mpconfig definition for disabled boardswarriorofwire
2020-05-09Add vectorio: for drawing shapeswarriorofwire
2020-05-06aesio: add basic AES encryption and decryptionSean Cross
2020-05-05refactor countio based on feedbackDaniel Pollard
2020-04-23Merge remote-tracking branch 'upstream/master' into stm32-docfixLucian Copeland
2020-04-23implement requested changesLucian Copeland
2020-04-22Remove old build flags, add fixes for shared_matrixLucian Copeland
2020-04-17RGBMatrix: finish renaming from ProtomatterJeff Epler
2020-04-17Rename Protomatter -> RGBMatrixJeff Epler
2020-04-17Rename _protomatter -> protomatterJeff Epler
2020-04-14Add Protomatter and FramebufferDisplayJeff Epler
2020-03-17ulab: rename enable macro so it appears in the support matrixJeff Epler
2020-03-09f-strings: Make optional, defaulting to !CIRCUITPY_MINIMAL_BUILDJeff Epler
2020-02-27ulab: Incorporate itJeff Epler
2020-02-20Enable _bleio adapter when _bleio is importedDan Halbert
2020-02-05Rename eveL to _eve, EVEL to _EVEJames Bowman
2020-02-03First draft of eveL, the low-level module of the Gameduino (and BridgeTek EVE...James Bowman
2020-01-08use CFLAG to properly set defineHierophect
2020-01-04changes only for monster m4skMarius-450
2020-01-04CIRCUITPY_DISPLAY_LIMIT = 2Marius-450
2019-12-20Remove `re` from CPX Displayio build to make space.Scott Shawcroft
2019-12-10merge from upstreamDan Halbert
2019-12-10audiocore: Add MP3File using Adafruit_MP3 libraryJeff Epler
2019-12-06atmel-samd workingDan Halbert
2019-12-05wipDan Halbert
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-10-28wipDan Halbert
2019-10-20Parameterize linker scriptDan Halbert
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