summaryrefslogtreecommitdiff
path: root/shared-module
AgeCommit message (Expand)Author
2019-01-22Merge remote-tracking branch 'adafruit/master' into HEADScott Shawcroft
2019-01-21struct.pack_into incorrect buffer size checkDan Halbert
2019-01-21Merge pull request #1479 from siddacious/masterScott Shawcroft
2019-01-20adding height and width to OnDiskBitmap for #1460Bryan Siepert
2019-01-20Merge remote-tracking branch 'adafruit/master' into struct-compatDan Halbert
2019-01-20Improve struct compatibility with CPythonDan Halbert
2019-01-19Merge branch 'master' into pixelbufRoy Hooper
2019-01-18Cleanup display rework for PR.Scott Shawcroft
2019-01-17fix nonetype handling and nrf never resetScott Shawcroft
2019-01-17Fix up nrf and using board.SPI in FourWireScott Shawcroft
2019-01-17share fourwire and make nrf compileScott Shawcroft
2019-01-17Fix other builds and hallowingScott Shawcroft
2019-01-17pyportal compiles and tweak blinka colorsScott Shawcroft
2019-01-17External fourwire works and blinka splash afterScott Shawcroft
2019-01-16Rework displays in prep for dynamic support and 8bit parallel.Scott Shawcroft
2019-01-15Fix default values on last line.Scott Shawcroft
2019-01-14Add subclass support to displayio.Scott Shawcroft
2019-01-14Add support for rendering a shape.Scott Shawcroft
2019-01-13Fresh combined checkin of _pixelbuf library.Roy Hooper
2019-01-11Merge pull request #1453 from tannewt/text_on_pyportalScott Shawcroft
2019-01-10merge translations; add bleio comments; fix minor sphinx issues in midiDan Halbert
2019-01-10Support rendering groups inside groupsScott Shawcroft
2019-01-10Polish thanks to Dan's feedbackScott Shawcroft
2019-01-09Add USB MIDI support for SAMD and nRF.Scott Shawcroft
2019-01-07add CharacteristicBuffer; UART seems to work!Dan Halbert
2018-12-30LocalPeripheral is now Peripheral; more work on basic GATTS support; UART not...Dan Halbert
2018-12-29free event handlers on reset; fix typo in BroadcasterDan Halbert
2018-12-28Add Broadcaster. Reset correctly on reload.Dan Halbert
2018-12-27wip: advertising works, but not connectionDan Halbert
2018-12-07bleio WIP: redo for more immutability; use sd_* routines for internal flash w...Dan Halbert
2018-11-27Merge pull request #1323 from notro/os_mkdir_a_bDan Halbert
2018-11-09shared-module/os: Fix os.mkdir('a/b')Noralf Trønnes
2018-11-09Build refinement to handle warnings and quiet outputScott Shawcroft
2018-11-08Move atmel-samd to tinyusb and support nRF flash.Scott Shawcroft
2018-11-07bring bleio PR up to dateDan Halbert
2018-10-31add channels and bits_per_sample to audioio.WaveFilecaternuson
2018-10-25Add "dhcp" property to turn DHCP on and offNick Moore
2018-10-21bleio: Remove redundant struct fieldarturo182
2018-10-21nrf: Cleanup of the ble driverarturo182
2018-10-21nrf: Move the Peripheral class to bleio as Devicearturo182
2018-10-21nrf: Move the Service class from ubluepy to the shared bleio modulearturo182
2018-10-21nrf: Move the Characteristic class from ubluepy to the shared bleio modulearturo182
2018-10-21bleio: Remove SAMD mention in include guardarturo182
2018-10-21bleio: Move the Scanner class to a shared modulearturo182
2018-10-21bleio: Move ScanEntry to shared module and add a new AdvertisementData classarturo182
2018-10-21bleio: Add a new Address classarturo182
2018-10-16timer ticks for DHCP state machine for wiznetNick Moore
2018-10-16fixupNick Moore
2018-10-16add mechanism for timer ticks in NICsNick Moore
2018-10-16header file cleanup for wiznetNick Moore