summaryrefslogtreecommitdiff
path: root/shared-module
AgeCommit message (Expand)Author
2019-07-16Address review comments.Dan Halbert
2019-07-09merge from masterDan Halbert
2019-06-22getting Scanner to workDan Halbert
2019-06-19WIP: backup only; not compiledDan Halbert
2019-06-19Update copyrights; get ready for CentralDan Halbert
2019-06-18Don't operate directly on bleio objects in shared-bindings: use common_halDan Halbert
2019-06-18Merge pull request #1952 from tannewt/fixup_tilegrid_dirtyScott Shawcroft
2019-06-17Handle None for BLE name; fix ScanEntry bug; compile issueDan Halbert
2019-06-17Add baudrate to FourWire and shorten delay.Scott Shawcroft
2019-06-17Use width for x. Thanks @deshipuScott Shawcroft
2019-06-17Fix TileGrid's dirty tracking when changing top leftScott Shawcroft
2019-06-13merge from upstream; WIP redo Address; no more AddressTypeDan Halbert
2019-06-13Minor tweaks based on Dan's feedbackScott Shawcroft
2019-06-12Refactor deinit check to reduce code size.Scott Shawcroft
2019-06-12Add partial display update support.Scott Shawcroft
2019-06-11Merge latest 4.0.x fixes into masterDan Halbert
2019-06-06Include display objects in gc.Dan Halbert
2019-06-04[shared-module/audioio/WaveFile.h] Change sample_rate from uint16_t to uint32...Carlos
2019-06-03Replace Broadcaster with enhanced PeripheralDan Halbert
2019-05-31Fix off-by-one errorScott Shawcroft
2019-05-22Make point 2 in areas exclusive and simplify full_coverage.Scott Shawcroft
2019-05-21Rework the pixel computation to use areasScott Shawcroft
2019-05-15Remove old commentScott Shawcroft
2019-05-15Add index and remove to Group.Scott Shawcroft
2019-05-10Merge pull request #1837 from nickzoic/circuitpython-nickzoic-1800-wiznet-socketScott Shawcroft
2019-05-10randomize tcp source port for adafruit/circuitpython#1800Nick Moore
2019-05-10reset wiznet at network deinitialize adafruit/circuitpython#1800Nick Moore
2019-05-09Handle -scale to 0 correctly in GroupScott Shawcroft
2019-05-07Make wiznet5k RST pin optional adafruit/circuitpython#1800Nick Moore
2019-05-07Clean up list of NICs on network deinit adafruit/circuitpython#1800Nick Moore
2019-05-02Add a kw-only argument "dhcp" to wiznet5k objectNick Moore
2019-05-02assign variable socket number to DHCPNick Moore
2019-05-02Avoid socket #0 used by DHCPNick Moore
2019-04-18Merge pull request #1815 from dhalbert/stop-flickerScott Shawcroft
2019-04-18add Display.__init__() args for brightness and auto_brightnessDan Halbert
2019-04-17Fix off by one error in OnDiskBitmapScott Shawcroft
2019-04-16Simplify type check in tick and init lastScott Shawcroft
2019-04-16Include cleanup and style tweaksScott Shawcroft
2019-04-16Fully split gamepadshift from gamepadScott Shawcroft
2019-04-15Split GamePadShift from GamePad to save space on most boards.Scott Shawcroft
2019-04-13Merge branch 'master' into gamepad-shiftRadomir Dopieralski
2019-04-12Reorganize the gamepad codeRadomir Dopieralski
2019-04-12More refactoringRadomir Dopieralski
2019-04-12Optimize the size of code for gamepadRadomir Dopieralski
2019-04-12Add debouncing to GamePadShiftRadomir Dopieralski
2019-04-12Go back to simple bit-banging in GamePadShift, fix problemsRadomir Dopieralski
2019-04-12Read one bit per system clock tick in GamePadShiftRadomir Dopieralski
2019-04-12Add GamePadShift for handling shift-register-based buttonsRadomir Dopieralski
2019-04-12Use displayio.Display directlyRadomir Dopieralski
2019-04-09Fix boards with no shared busses.Scott Shawcroft