summaryrefslogtreecommitdiff
path: root/shared-bindings
AgeCommit message (Expand)Author
2020-07-01Merge pull request #3083 from tannewt/esp32s2_busioJeff Epler
2020-07-01ulab: document sosfiltJeff Epler
2020-06-26sdioio: Remove junk in commentsJeff Epler
2020-06-26Update shared-bindings/sdcardio/SDCard.cJeff Epler
2020-06-26sdioio: Add shared-bindingsJeff Epler
2020-06-26shared-bindings: Factor out validate_list_is_free_pinsJeff Epler
2020-06-26sdcardio: implement new library for SD card I/OJeff Epler
2020-06-25I2CPeripheral: Rename class and its moduleJeff Epler
2020-06-25Use main/selected terminology in docstringsJeff Epler
2020-06-24Compiles!Scott Shawcroft
2020-06-24Add UART supportScott Shawcroft
2020-06-24gnss: Add timestampKamil Tomaszewski
2020-06-24gnss: Remove start and stopKamil Tomaszewski
2020-06-24gnss: add a comment about the unitsKamil Tomaszewski
2020-06-24gnss: Implement new library for GNSSKamil Tomaszewski
2020-06-22_pew: move to common-halJeff Epler
2020-06-14shared-bindings: Change docstrings with '\x...' chars to raw stringsJeff Epler
2020-06-14docs: Improve 5.0.x <-> main branch doc linkrotJeff 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-01Merge branch 'master' into update-ulabScott Shawcroft
2020-06-01Merge remote-tracking branch 'adafruit/master' into wdt-nrfScott Shawcroft
2020-06-01ulab: docs: Fix markup errorJeff Epler
2020-06-01fix spellingJeff Epler
2020-06-01ulab: updateJeff Epler
2020-05-31shared-bindings: Fix docs of storage.VfsFatJeff Epler
2020-05-29Merge remote-tracking branch 'adafruit/master' into wdt-nrfScott Shawcroft
2020-05-27Various doc examples: Fix the "/ 18" copypasta bugJeff Epler
2020-05-27Remove NONE from mode enum and doc tweaksScott Shawcroft
2020-05-27watchdog: use common_hal_watchdog_* patternSean Cross
2020-05-27watchdog: support catching the timeoutSean Cross
2020-05-27watchdog: move timeout exception to shared-bindingsSean Cross
2020-05-27watchdogtimer: refactor to new apiSean Cross
2020-05-27watchdog: fix documentation build errorSean Cross
2020-05-27watchdog: rename module from `wdt` and move to `microcontroller`Sean Cross
2020-05-27wdt: add watchdog supportSean Cross
2020-05-26Merge pull request #2931 from tannewt/esp32s2_digitalioDan Halbert
2020-05-26Merge remote-tracking branch 'adafruit/master' into esp32s2_digitalioScott Shawcroft
2020-05-24Adjust docs to reflect behaviour.Roy Hooper
2020-05-22Simplify pixelbuf set_pixels functionGeorge Waters
2020-05-22Use mp_int_t for setting pixelbuf slice indicesGeorge Waters
2020-05-21Implement negative step for pixelbuf slicesGeorge Waters
2020-05-21Merge branch 'master' into esp32s2_digitalioScott Shawcroft
2020-05-20Fix error when getting a pixelbuf sliceGeorge Waters
2020-05-20Merge remote-tracking branch 'adafruit/master' into esp32s2_digitalioScott Shawcroft
2020-05-19Fully implement digitalio and pin-in-use tracking.Scott Shawcroft
2020-05-19bleio: adapter: add advertising timeout and statusSean Cross
2020-05-19_bleio: support anonymous advertisingSean Cross
2020-05-18Merge pull request #2837 from k0d/serial-debugScott Shawcroft
2020-05-19Enable showing the console on a debug uartMark Olsson