summaryrefslogtreecommitdiff
path: root/shared-module/bitbangio/SPI.c
AgeCommit message (Expand)Author
2020-07-06Add license to some obvious files.Diego Elio Pettenò
2020-02-28new pin validation routines; don't use mp_const_none if NULL will doDan Halbert
2019-10-26bitbangio.SPI was not setting direction of output pinsDan Halbert
2018-11-08Move atmel-samd to tinyusb and support nRF flash.Scott Shawcroft
2018-08-07Support internationalisation.Scott Shawcroft
2018-07-31Use more mp_raise_* to save 28 bytes code size.Scott Shawcroft
2018-02-05replace tabs with spacesdean
2018-01-30DM: added write_readinto to bitbangiodean
2017-10-03Do not allow a *io object to be used after deinit().Dan Halbert
2017-04-12atmel-samd: Rework status LED implementationScott Shawcroft
2017-04-10Split up nativeio.0.9.4Scott Shawcroft
2016-12-09atmel-samd: Add APA102 support and flash more advanced status.Scott Shawcroft
2016-12-02Add try_lock and unlock to I2C and SPI classes to make sure thingsScott Shawcroft
2016-11-29shared-bindings: Make MOSI and MISO optional for SPI.Scott Shawcroft
2016-11-21This introduces an alternative hardware API called nativeio structured around...Scott Shawcroft