summaryrefslogtreecommitdiff
path: root/shared-bindings/busio
AgeCommit message (Expand)Author
2020-03-05rename routines to be clearer; fix wiznet arg typesDan Halbert
2020-02-28new pin validation routines; don't use mp_const_none if NULL will doDan Halbert
2020-02-18Addition of RS485 supportDave Marples
2020-02-18Addition of RTS/CTS/RS485 UART functionalityDave Marples
2020-02-11doc typoDan Halbert
2020-02-11fix doc indentationDan Halbert
2020-02-11nrf: add SPIM3 supportDan Halbert
2019-12-04protocols: Allow them to be (optionally) type-safeJeff Epler
2019-11-27'seconds'Dan Halbert
2019-11-27Squeeze pyruler zh_Latn_pinyinDan Halbert
2019-11-27make UART.write be blocking on SAMD; add timeout propertyDan Halbert
2019-10-29Update I2C and SPI documentationDan Halbert
2019-08-27More size_t usageScott Shawcroft
2019-08-23Use size_t and document buffers can be the same.Scott Shawcroft
2019-08-22Add writeto_then_readfrom to I2C API. Deprecate stop kwarg.Scott Shawcroft
2019-07-19Add support for grayscale displays that are < 8 bit depth.Scott Shawcroft
2019-07-03changed type of receiver_buffer_size to uint16_tiot49
2019-06-12Refactor deinit check to reduce code size.Scott Shawcroft
2019-06-07Merge pull request #1920 from tannewt/fix_rstsommersoft
2019-06-06This __init__.h should be redundant. I deleted it for youBaozhu Zuo
2019-05-30Improve rST consistency for rst2pyi useScott Shawcroft
2019-04-09Fix version skew for bast_pro_mini buildDan Halbert
2019-04-06Stop hard-coding SPI frequency in FourWireRadomir Dopieralski
2019-03-25Reuse existing error message in busio.i2cRadomir Dopieralski
2019-02-17A couple build fixes for mp_float_t = double (MICROPY_FLOAT_IMPL_DOUBLE).Lionel Debroux
2019-01-19CharacteristicBuffer: make it be a stream class; add lockingDan Halbert
2019-01-14Add subclass support to displayio.Scott Shawcroft
2018-12-30Remove nRF52832 supportDan Halbert
2018-12-04allow KeyboardInterrupt on UART read; fix nrf UART pin claiming; rename feath...Dan Halbert
2018-12-03UART changes: timeout in secs, write bytes, etc.Dan Halbert
2018-11-08Move atmel-samd to tinyusb and support nRF flash.Scott Shawcroft
2018-10-02round SPI freq down; check max freqDan Halbert
2018-10-01nrf: remove error check for SPI baudrate too high; round to nearest baudrateDan Halbert
2018-09-18merge 3.0.2 to masterDan Halbert
2018-09-12UART fixes and enhancements; default board object fixDan Halbert
2018-08-08UART: Always allocate UART objects in the long-lived poolJeff Epler
2018-08-07Support internationalisation.Scott Shawcroft
2018-05-13 add timeout keyword to I2C - for bitbangio - ignored for busioJerry Needell
2018-02-27Merge remote-tracking branch 'adafruit/2.x' into merge_2xScott Shawcroft
2018-02-21Implement UART for 3.0 + related fixes.Dan Halbert
2018-01-30documentation: caution on SPI clock speed for SAMD21Dan Halbert
2018-01-30atmel-samd: Correct computation of SPI baud rate.Dan Halbert
2018-01-02merge from 2.2.0 + fix up board defsDan Halbert
2017-12-05add SPI.write_readinto() - bidirectional SPIDan Halbert
2017-11-16non-DMA SPI working; adding this now for testing; will continue with DMADan Halbert
2017-11-07Implement busio.I2c.Dan Halbert
2017-11-03Allow empty reads and writes for busio.SPIRadomir Dopieralski
2017-10-30Allow writing buffer of length zero to I2C device; it can be used to poll for...Dan Halbert
2017-10-25shared-bindings: Check that I2C and SPI reads and writes are given a buffer o...Scott Shawcroft
2017-10-03Do not allow a *io object to be used after deinit().Dan Halbert