summaryrefslogtreecommitdiff
path: root/py/circuitpy_mpconfig.mk
AgeCommit message (Expand)Author
2021-03-26[ure] to save space, disable debug dumps by defaultArtyom Skrobov
2021-03-11disable default usb_cdcDan Halbert
2021-03-05vm: Make the speed-size trade-off compile time settableJeff Epler
2021-02-25Updated build configs to turn off BITMAPTOOLS for smaller buildsKevin Matocha
2021-02-23Add bitmaptools moduleKevin Matocha
2021-02-23Fix typos for CIRCUITPY_USB_HID_SYS_CONTROLDan Halbert
2021-02-19CIRCUITPY_BITOPS merge errorDan Halbert
2021-02-19merge from upstream; re-alphabetizeDan Halbert
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-11merge from upstream; complicated webusb mergeDan Halbert
2021-02-04usb descriptors all set; rework of enabling for USB devicesDan Halbert
2021-02-03Merge branch 'main' into webusb (trying to get CI back online)Kevin Banks
2021-01-26Making WebUSB default to off (build unbreakage, caught by CI)Kevin Banks
2021-01-26Merge pull request #4060 from dhalbert/regularize-extmod-modulesDan Halbert
2021-01-25Most of the code we need has been pulled in from the tinyusb webusb_serial de...Kevin Banks
2021-01-25Merge pull request #3936 from gamblor21/busdevice_fixesScott Shawcroft
2021-01-24CIRCUITPY_* switches for JSON, RE, etc. Doc cleanupDan Halbert
2021-01-20Add initial RP2040 supportScott Shawcroft
2021-01-16Reenabling busdevice in coregamblor21
2021-01-12Merge remote-tracking branch 'origin/main' into audioout-esp32Jeff Epler
2021-01-05Merge branch 'main' into msgpackiot49
2020-12-29audiobusio: Make PDMIn optionalJeff Epler
2020-12-23circuitpy_mpconfig.mk: Unconditionally disable CIRCUITPY_BUSDEVICEJeff Epler
2020-12-18rename ota to dualbankmicroDev
2020-12-11Merge branch 'main' into msgpackScott Shawcroft
2020-12-08implement ota modulemicroDev
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-01removed empty line at end of py/circuitpy_mpconfig.mkBernhard Boser
2020-12-01add module msgpackBernhard Boser
2020-12-01Merge branch 'main' into bus_deviceMark
2020-11-25merge from upstream + wipDan Halbert
2020-11-24Disable 3-arg pow() function on m0 boardsJeff Epler
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-27Add alarm_touch modulemicroDev
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-15enable CIRCUITPY_BLEIO_HCI on non-nRF boards where it will fitDan Halbert
2020-10-11remove unnecessary board configuration and address feedbackKenny
2020-10-10fix missing cflag defeating the board gatingwarriorofwire
2020-10-10Add async/await syntax to FULL_BUILDwarriorofwire