summaryrefslogtreecommitdiff
path: root/py
AgeCommit message (Expand)Author
2020-07-22py/py.mk: Use additional CFLAGS to compile string0.c.Damien George
2020-07-22Add externs. GCC10 complains about duplicate definesScott Shawcroft
2020-07-22Merge branch 'main' into memmonitorScott Shawcroft
2020-07-21Turn off find when CPYTHON_COMPAT is offScott Shawcroft
2020-07-21Merge remote-tracking branch 'adafruit/main' into bytearray_findScott Shawcroft
2020-07-21Merge pull request #3160 from tannewt/enable_pystackScott Shawcroft
2020-07-21Only add .find without CPYTHON_COMPATScott Shawcroft
2020-07-17Add cast for mpy-cross warningScott Shawcroft
2020-07-17Get AllocationAlarm workingScott Shawcroft
2020-07-17Add memorymonitor moduleScott Shawcroft
2020-07-17Add find varients to bytearrayScott Shawcroft
2020-07-17Enable PYSTACK to keep function state out of the heapScott Shawcroft
2020-07-13Fix to pass mpy-cross buildDavePutz
2020-07-13more formatting fixDavePutz
2020-07-13Fix formattingDavePutz
2020-07-13Issue #2949 Run background checks during long multiplicationsDavePutz
2020-07-13Merge pull request #3003 from Flameeyes/masterScott Shawcroft
2020-07-08audioio: Remove compatibility codeJeff Epler
2020-07-06Add license to some obvious files.Diego Elio Pettenò
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-06-22circuitpy_defns.mk: Sort several lists of source filesJeff Epler
2020-06-22_pew: move to common-halJeff Epler
2020-06-03Fix up end of file and trailing whitespace.Diego Elio Pettenò
2020-06-01Merge remote-tracking branch 'adafruit/master' into wdt-nrfScott Shawcroft
2020-06-01py.mk: Assume we want all C source files in ulabJeff Epler
2020-06-01py.mk: Assume we want all C files from ulabJeff Epler
2020-05-29Merge remote-tracking branch 'adafruit/master' into wdt-nrfScott Shawcroft
2020-05-28Merge pull request #2968 from jepler/more-efficient-translationDan Halbert
2020-05-28A number of small ESP32S2 fixes:Scott Shawcroft
2020-05-28translations: document the compressed formatJeff Epler
2020-05-28string compression: save a few bits per stringJeff Epler
2020-05-27Revert "add WatchDogTimeout exception"Sean Cross
2020-05-27watchdogtimer: refactor to new apiSean Cross
2020-05-27add WatchDogTimeout exceptionSean 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-18Merge remote-tracking branch 'adafruit/master' into esp32s2Scott Shawcroft
2020-05-18Merge pull request #2896 from theacodes/add-bytearray-decodeScott Shawcroft
2020-05-15Initial ESP32S2 port.Scott Shawcroft
2020-05-15Make decode only apply to bytearray and not array as wellThea Flowers
2020-05-14Add bytearray.decode() for CPython compatibilityThea Flowers
2020-05-13Merge remote-tracking branch 'adafruit/master' into improve_verificationScott Shawcroft
2020-05-12Don't build in empty help.cScott Shawcroft
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