summaryrefslogtreecommitdiff
path: root/py/circuitpy_defns.mk
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-13Merge remote-tracking branch 'adafruit/master' into improve_verificationScott Shawcroft
2020-05-12Don't build in empty help.cScott Shawcroft
2020-05-12Merge branch 'master' into Optical-Encoder-ModuleScott Shawcroft
2020-05-12merged masterDaniel Pollard
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-20Merge remote-tracking branch 'adafruit/master' into lower_powerScott Shawcroft
2020-04-17RGBMatrix: finish renaming from ProtomatterJeff Epler
2020-04-17Rename Protomatter -> RGBMatrixJeff Epler
2020-04-17Rename _protomatter -> protomatterJeff Epler
2020-04-14Merge remote-tracking branch 'adafruit/master' into lower_powerScott Shawcroft
2020-04-14Add Protomatter and FramebufferDisplayJeff Epler
2020-04-02Clean upScott Shawcroft
2020-03-31Merge remote-tracking branch 'adafruit/master' into lower_powerScott Shawcroft
2020-03-17ulab: rename enable macro so it appears in the support matrixJeff Epler
2020-03-13Initial work on SAMDScott Shawcroft
2020-02-27ulab: Incorporate itJeff Epler
2020-02-07Split into shared-module and shared-bindingsJames Bowman
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-08Merge pull request #2445 from jepler/mp3-jeplayer-fixes5.0.0-beta.3Scott Shawcroft
2020-01-06Fix more build problemsJeff Epler
2020-01-03Add PacketBuffer and MTU negotiation support.Scott Shawcroft
2019-12-10merge from upstreamDan Halbert
2019-12-10working on all portsDan Halbert
2019-12-10audiocore: Add MP3File using Adafruit_MP3 libraryJeff Epler
2019-12-05wipDan Halbert
2019-10-21Refine _bleioScott Shawcroft
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-27Disable bitbangio on Itsy M0Scott Shawcroft
2019-08-24move Mixer & MixerVoice from 'audiocore' to 'audiomixer'sommersoft
2019-08-24Merge branch 'master' of https://github.com/adafruit/circuitpython into mixer...sommersoft
2019-08-22Rework refresh API and factor common display stuff outScott Shawcroft
2019-08-22EPaper displays work mostly.Scott Shawcroft
2019-08-19Merge branch 'master' of https://github.com/adafruit/circuitpython into mixer...sommersoft
2019-08-18make nrf touchio be generic: now available for SAMD51 tooDan Halbert
2019-08-05Merge remote-tracking branch 'adafruit/master' into ble-pairingDan Halbert
2019-08-03bring MixerVoice back to building state; update documentationsommersoft
2019-08-02WIP: rework of Characteristic properties; enhance Descriptor; not testedDan Halbert
2019-07-29PWM audio: Rename AudioOut -> PWMAudioOut, _audioio_ -> _audiopwmio_Jeff Epler
2019-07-26audiopwmio: Add the shared files for this new moduleJeff Epler