summaryrefslogtreecommitdiff
path: root/py/circuitpy_defns.mk
AgeCommit message (Expand)Author
2021-02-23Add bitmaptools moduleKevin Matocha
2021-02-19merge from upstream; re-alphabetizeDan Halbert
2021-02-18remove debug print during buildJeff Epler
2021-02-18bitops: rename from _bit_transpose, describe the algorithmJeff Epler
2021-02-18core: add bit_transpose functionJeff Epler
2021-02-12wipDan Halbert
2021-02-03Merge branch 'main' into webusb (trying to get CI back online)Kevin Banks
2021-01-25Most of the code we need has been pulled in from the tinyusb webusb_serial de...Kevin Banks
2021-01-25Separate Socket and SSLSocket, add LWIP connectLucian Copeland
2021-01-20Add initial RP2040 supportScott Shawcroft
2021-01-11Merge pull request #3957 from dhalbert/gcc10-debug-buildsScott Shawcroft
2021-01-08avoid inline compile errorsDan Halbert
2021-01-05Merge branch 'main' into msgpackiot49
2020-12-30Merge branch 'main' into touch-s2microDev
2020-12-18implement touch alarmmicroDev
2020-12-18Merge branch 'main' into ota-s2microDev
2020-12-18rename ota to dualbankmicroDev
2020-12-11Merge branch 'main' into msgpackScott Shawcroft
2020-12-10Initial SleepMemory codeDan Halbert
2020-12-08implement ota modulemicroDev
2020-12-07remove a ~ from doc that causes an error; add ExtType.c to circuitpy_defns.mkBernhard Boser
2020-12-02Merge pull request #3612 from gamblor21/bus_deviceScott Shawcroft
2020-12-02Merge remote-tracking branch 'adafruit/main' into msgpackScott Shawcroft
2020-12-01moved logic to shared-module and added documentationBernhard Boser
2020-12-01add module msgpackBernhard Boser
2020-11-25merge from upstream + wipDan Halbert
2020-11-25changed alarm.time APIDan Halbert
2020-11-23working, but need to avoid deep sleeping too fast before USB readyDan Halbert
2020-11-21wip: ResetReason to microcontroller.cpuDan Halbert
2020-11-20compilesDan Halbert
2020-11-19wipDan Halbert
2020-11-19WIP: redo API; not compiled yetDan Halbert
2020-11-16wip: initial code changes, starting from @tannewt's sleepio branchDan Halbert
2020-11-03Renamed to adafruit_bus_devicegamblor21
2020-10-31Initial SPI commitgamblor21
2020-10-27Add check for invalid io, function to disable all alarmsmicroDev
2020-10-27Add alarm_touch modulemicroDev
2020-10-27Fix build errormicroDev
2020-10-27restructure alarm modulesmicroDev
2020-10-27Renamed alarm modulesmicroDev
2020-10-27Get io wake workingmicroDev
2020-10-27Initial Sleep SupportmicroDev
2020-10-24Initial commitgamblor21
2020-10-12Merge pull request #3537 from jepler/update-protomatter-2Scott Shawcroft
2020-10-11remove warning that seems unneeded nowJeff Epler
2020-10-10rgbmatrix: update protomatter to 1.0.5 tagJeff Epler
2020-09-28canio: RemoteTransmissionRequest: Split implementation, keep one structureJeff Epler
2020-09-21canio: rename from _canioJeff Epler
2020-09-21_canio: Minimal implementation for SAM E5x MCUsJeff Epler
2020-09-14camera: Change APIKamil Tomaszewski