summaryrefslogtreecommitdiff
path: root/py
AgeCommit message (Expand)Author
2020-07-30Merge remote-tracking branch 'origin/main' into blm_badgeJeff Epler
2020-07-29Merge pull request #3222 from WarriorOfWire/pick_micropythonScott Shawcroft
2020-07-28Upgrade ulabJeff Epler
2020-07-28Merge remote-tracking branch 'adafruit/main' into blm_badgeDan Halbert
2020-07-28add blm_badge; add CIRCUITPY_AUDIOBUSIOIO_I2SOUTDan Halbert
2020-07-27 adjust stack for SAMD21 to accomodate larger pystack -- update frozen module...Jerry Needell
2020-07-24py/compile: Don't await __aiter__ special method in async-for.Jonathan Hogg
2020-07-24require async for and async with to actually be in an async def method instea...Kenny
2020-07-23remove new char*s because m0 is way oversubscribedKenny
2020-07-23add coroutine behavior for generatorsKenny
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