summaryrefslogtreecommitdiff
path: root/py/circuitpy_mpconfig.h
AgeCommit message (Expand)Author
2020-10-14Merge pull request #3554 from gamblor21/move_ordereddictDan Halbert
2020-10-14Remove ordered dict from SAMD21gamblor21
2020-10-13Moved ORDEREDDICT define to central locationgamblor21
2020-10-10Add async/await syntax to FULL_BUILDwarriorofwire
2020-09-21canio: rename from _canioJeff Epler
2020-09-21_canio: Minimal implementation for SAM E5x MCUsJeff Epler
2020-09-14camera: Implement new library for cameraKamil Tomaszewski
2020-09-10Merge pull request #3326 from tannewt/native_wifiScott Shawcroft
2020-09-06circuitpy_mpconfig: enable 3-arg pow() with CIRCUITPY_FULL_BUILDJeff Epler
2020-08-25Merge remote-tracking branch 'adafruit/main' into native_wifiScott Shawcroft
2020-08-19Add espidf module.Scott Shawcroft
2020-08-19SSL works until it runs out of memoryScott Shawcroft
2020-08-19Ping work and start to add socketpoolScott Shawcroft
2020-08-19Fix ipaddress import and parse ipv4 stringsScott Shawcroft
2020-08-19Add ipaddressScott Shawcroft
2020-08-19First crack at native wifi APIScott Shawcroft
2020-08-18Split pulseio.PWMOut into pwmioScott Shawcroft
2020-08-17Turn off terminalio for ja and koScott Shawcroft
2020-08-12sharpmemory: Implement support for Sharp Memory Displays in framebufferioJeff Epler
2020-07-27 adjust stack for SAMD21 to accomodate larger pystack -- update frozen module...Jerry Needell
2020-07-22Merge branch 'main' into memmonitorScott Shawcroft
2020-07-17Add memorymonitor moduleScott Shawcroft
2020-07-17Enable PYSTACK to keep function state out of the heapScott Shawcroft
2020-06-26sdioio: Add shared-bindingsJeff Epler
2020-06-26sdcardio: implement new library for SD card I/OJeff Epler
2020-06-25I2CPeripheral: Rename class and its moduleJeff Epler
2020-06-24gnss: Implement new library for GNSSKamil Tomaszewski
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