summaryrefslogtreecommitdiff
path: root/shared-bindings
AgeCommit message (Expand)Author
2020-03-31Merge pull request #2741 from tannewt/fix_packetbuffer_serverScott Shawcroft
2020-03-28Merge pull request #2730 from tannewt/fix_fourwire_phase_polarityJeff Epler
2020-03-26Don't break the function signatureScott Shawcroft
2020-03-25adding a backlight polarity flag to Displaysiddacious
2020-03-25Add exception on small buffer and fix Connecion WRITE handlingScott Shawcroft
2020-03-25Add polarity and phase to FourWire.Scott Shawcroft
2020-03-17Update shared-bindings/ulab/__init__.rstJeff Epler
2020-03-17ulab: update documentationJeff Epler
2020-03-06Make ParallelBus reset ping arg requiredDan Halbert
2020-03-05Merge remote-tracking branch 'adafruit/master' into assert_pin-and-mp_const_n...Dan Halbert
2020-03-05rename routines to be clearer; fix wiznet arg typesDan Halbert
2020-02-29missing semicolonDan Halbert
2020-02-29update uses of assert_pin_free; remove redundant checksDan Halbert
2020-02-28new pin validation routines; don't use mp_const_none if NULL will doDan Halbert
2020-02-27Update ulab from upstream againJeff Epler
2020-02-27typosJeff Epler
2020-02-27ulab: Incorporate itJeff Epler
2020-02-20Enable _bleio adapter when _bleio is importedDan Halbert
2020-02-18Addition of RS485 supportDave Marples
2020-02-18Addition of RTS/CTS/RS485 UART functionalityDave Marples
2020-02-18Merge pull request #2626 from dhalbert/stat-for-shortintScott Shawcroft
2020-02-14avoid os.stat() int overflow on smallint-only buildsDan Halbert
2020-02-14Updated OnDiskBitmap RTD example for 5.xMelissa LeBlanc-Williams
2020-02-13Merge pull request #2581 from jamesbowman/masterScott Shawcroft
2020-02-13Split ROMDECLS for readabilityJames Bowman
2020-02-11doc typoDan Halbert
2020-02-11fix doc indentationDan Halbert
2020-02-11nrf: add SPIM3 supportDan Halbert
2020-02-10Correct the BitmapTransform operations.James Bowman
2020-02-10Remove unused codeJames Bowman
2020-02-07Move _eve module declarations into shared-bindings headerJames Bowman
2020-02-07Add doc strings, inline mod_eve-gen.h and remove itJames Bowman
2020-02-07Split into shared-module and shared-bindingsJames Bowman
2020-02-07time.sleep() rounds to nearest msecDan Halbert
2020-02-07improve time.monotonic_ns() accuracy from ms to usDan Halbert
2020-02-06Add method VertexFormat() and variable fixed-point scaling in Vertex2f()James Bowman
2020-02-05Rename eveL to _eve, EVEL to _EVEJames Bowman
2020-02-05My nameJames Bowman
2020-02-05Use mp_instance_cast_to_native_base() throughoutJames Bowman
2020-02-03allow tuple or list for Palette colorDan Halbert
2020-02-03Add header for module eveL explaining what it is.James Bowman
2020-02-03First draft of eveL, the low-level module of the Gameduino (and BridgeTek EVE...James Bowman
2020-01-30Merge remote-tracking branch 'adafruit/master' into tweak_pixelbufScott Shawcroft
2020-01-30circuitpython-stage: allow choosing background colorRadomir Dopieralski
2020-01-29Tweak error messages to reduce code size.Scott Shawcroft
2020-01-27PacketBuffer.packet_size was returning bool instead of intDan Halbert
2020-01-24Encapsulate buffers inside PixelBuf and refactor it.Scott Shawcroft
2020-01-13merge from adafruit/circuitpythonDan Halbert
2020-01-12fix CCCD bonding store; avoid excessive bonding writesDan Halbert
2020-01-10wip: HID bonding works!Dan Halbert