summaryrefslogtreecommitdiff
path: root/py/circuitpy_mpconfig.mk
AgeCommit message (Expand)Author
2020-05-27watchdog: rename module from `wdt` and move to `microcontroller`Sean Cross
2020-05-27wdt: add watchdog supportSean Cross
2020-05-12Only enable COUNTIO in full buildsScott Shawcroft
2020-05-12Merge branch 'master' into Optical-Encoder-ModuleScott Shawcroft
2020-05-12Enable vectorio by default where displayio is enabledwarriorofwire
2020-05-12merged masterDaniel Pollard
2020-05-11set vectorio to FULL_BUILD and see what workswarriorofwire
2020-05-09Add vectorio: for drawing shapeswarriorofwire
2020-05-09removed duplicate build paramDaniel Pollard
2020-05-08Update py/circuitpy_mpconfig.mkDaniel Pollard
2020-05-07updated descriptions and build variableDaniel Pollard
2020-05-06aesio: add basic AES encryption and decryptionSean Cross
2020-05-06changed build variables as per adviceDaniel Pollard
2020-05-05refactor countio based on feedbackDaniel Pollard
2020-04-29change many ifndefs to ?=Dan Halbert
2020-04-23Minor redundancy fixLucian Copeland
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-14Add Protomatter and FramebufferDisplayJeff Epler
2020-03-17ulab: rename enable macro so it appears in the support matrixJeff Epler
2020-03-09circuitpy_mpconfig.mk: Enable ULAB for "full builds"Jeff Epler
2020-02-20Disable BLE file service for nowScott Shawcroft
2020-02-05Rename eveL to _eve, EVEL to _EVEJames Bowman
2020-02-03Correct default state to off for eveL module.James Bowman
2020-02-03First draft of eveL, the low-level module of the Gameduino (and BridgeTek EVE...James Bowman
2020-01-09Make requiring I2C pullups be optionalDan Halbert
2019-12-10merge from upstreamDan Halbert
2019-12-10audiocore: Add MP3File using Adafruit_MP3 libraryJeff Epler
2019-12-05wipDan Halbert
2019-11-22Merge remote-tracking branch 'adafruit/master' into testing-fixesDan Halbert
2019-11-05Allow boards to enable the `micropython.native` decoratorThea Flowers
2019-10-15Merge remote-tracking branch 'adafruit/master' into bonding1Dan Halbert
2019-10-06WIP: bondingDan Halbert
2019-10-04Revert modules with missed dependenceHierophect
2019-10-03Add Always Build flag, remove redundancyHierophect
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-27Disable bitbangio on Itsy M0Scott Shawcroft
2019-08-24move Mixer & MixerVoice from 'audiocore' to 'audiomixer'sommersoft
2019-08-20merge from upstream and make translateDan Halbert
2019-08-18make nrf touchio be generic: now available for SAMD51 tooDan Halbert
2019-08-17audioio: By default, be compatible with 4.xJeff Epler
2019-07-26audiopwmio: Add the shared files for this new moduleJeff Epler
2019-07-25Merge pull request #2010 from jepler/audiocoreScott Shawcroft
2019-07-25audiocore: Factor from audioioJeff Epler
2019-07-24Requested changes, general cleanupHierophect
2019-06-12Turn off SUPEROPT on gc.c instead of trying to squueze inline limit so much; ...Dan Halbert