summaryrefslogtreecommitdiff
path: root/shared-bindings
AgeCommit message (Expand)Author
2020-11-22wipDan Halbert
2020-11-21wip: ResetReason to microcontroller.cpuDan Halbert
2020-11-20compilesDan Halbert
2020-11-19wip; not compiling yetDan Halbert
2020-11-19wipDan Halbert
2020-11-19merge from mainDan Halbert
2020-11-19WIP: redo API; not compiled yetDan Halbert
2020-11-16Merge pull request #3667 from microDev1/watchdog-s2Scott Shawcroft
2020-11-16Merge remote-tracking branch 'adafruit/main' into sleepDan Halbert
2020-11-16wip: initial code changes, starting from @tannewt's sleepio branchDan Halbert
2020-11-13Add .busy property to EPaperDisplayScott Shawcroft
2020-11-13Add board.DISPLAY to MagTag. Fix luma computationScott Shawcroft
2020-11-12Merge pull request #3681 from adafruit/6.0.xScott Shawcroft
2020-11-10Correct display sequence format docsScott Shawcroft
2020-11-11move port specific checkmicroDev
2020-11-09RGBMatrix: Detect invalid bit_depth selectionJeff Epler
2020-11-02Merge pull request #3622 from sw23/mainScott Shawcroft
2020-11-02Removing implementation-specific values for socket/socketpool class attributessw23
2020-10-31Merge pull request #3627 from adafruit/6.0.xDan Halbert
2020-10-30Adding socket and socketpool class attributessw23
2020-10-30Fixing remaining stub mypy issues + run check-stubs to CIsw23
2020-10-30Fixing stub for wifi_radio_pingsw23
2020-10-29Fixing make stub warnings and mypy issuesmaksw23
2020-10-28Merge pull request #3611 from tannewt/esp32s2_eink_portalScott Shawcroft
2020-10-27Start tweaking the workflow to sleepScott Shawcroft
2020-10-27More API changesScott Shawcroft
2020-10-27move to new moduleScott Shawcroft
2020-10-27Add check for invalid io, function to disable all alarmsmicroDev
2020-10-27Add description of alarm modulesmicroDev
2020-10-27Add alarm_touch modulemicroDev
2020-10-27Fix build errormicroDev
2020-10-27restructure alarm modulesmicroDev
2020-10-27Renamed alarm modulesmicroDev
2020-10-27Add function to disable alarmmicroDev
2020-10-27Add function to get time elapsed during sleepmicroDev
2020-10-27Get io wake workingmicroDev
2020-10-27Initial Sleep SupportmicroDev
2020-10-26Add grayscale EInk supportScott Shawcroft
2020-10-26Fix lost board.SPI and board.I2C after explicitly deiniting them.Christian Walther
2020-10-26canio: Give implementation-specific limits for CAN.ListenJeff Epler
2020-10-19Merge branch 'main' into color-converter-transparencyJensen Kuras
2020-10-19Merge pull request #3563 from gamblor21/recv_into_size_checkScott Shawcroft
2020-10-19displayio: Update docs for ColorConverter's make_opaqueJensen Kuras
2020-10-19Merge pull request #3484 from astrobokonon/esp32s2-morenetScott Shawcroft
2020-10-16Merge branch 'main' into color-converter-transparencyJensen Kuras
2020-10-16displayio: Add in opaque pixel option for futureJensen
2020-10-16Merge branch 'main' into recv_into_size_check6.1.0-alpha.0Mark
2020-10-15Cleaned up and now testingRyan T. Hamilton
2020-10-15Disable the long way and return an ap_info objectRyan T. Hamilton
2020-10-15Added max size check to recv_intogamblor21