summaryrefslogtreecommitdiff
path: root/ports/nrf
AgeCommit message (Expand)Author
2019-01-31Fix hallowing and nrf buildsScott Shawcroft
2019-01-30refactor nrfx from supervisor/usb.chathach
2019-01-30re-init usb hardware when enable/disable SDhathach
2019-01-29update tinyusb, work better with sdhathach
2019-01-28Merge pull request #1499 from nickzoic/nickzoic/circuitpython-nrf-touchin-1048Scott Shawcroft
2019-01-28Automatically set a default threshold for touchio.TouchIn channelsNick Moore
2019-01-27speed up measurement loopNick Moore
2019-01-27hugely simplified version of the touchio.TouchIn.get_raw_reading code (adafru...Nick Moore
2019-01-23also handle BLE_GATTS_EVT_SYS_ATTR_MISSING: fixes Android:Dan Halbert
2019-01-23support BLE_GAP_EVT_DATA_LENGTH_UPDATE_REQUEST, sent by newer devicesDan Halbert
2019-01-22Merge remote-tracking branch 'adafruit/master' into HEADScott Shawcroft
2019-01-21Merge remote-tracking branch 'adafruit/master' into bleio2Dan Halbert
2019-01-19CharacteristicBuffer: make it be a stream class; add lockingDan Halbert
2019-01-19Merge branch 'master' into pixelbufRoy Hooper
2019-01-18Improvements thanks to danh's reviewScott 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-15Merge pull request #1470 from gpshead/mdk_usb_dongleScott Shawcroft
2019-01-15Mention the MDK USB Dongle.Gregory P. Smith
2019-01-16Update pins.cdsiee
2019-01-16Update pins.cdsiee
2019-01-16Update pins.cdsiee
2019-01-15Add MDK nRF52840 MDK USB Dongle support.Gregory P. Smith
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 the display on the pyportal.Scott Shawcroft
2019-01-10Merge pull request #1449 from tannewt/midiDan Halbert
2019-01-10Merge branch 'master' into nrf52_pulseinhathach
2019-01-09fix merge conflicts; address some commentsDan Halbert
2019-01-09Add USB MIDI support for SAMD and nRF.Scott Shawcroft
2019-01-09Fix sphinx build issues; add better travis fold reporting; update author infoDan Halbert
2019-01-09fix sphinx complaint; more travis fold status reportingDan Halbert
2019-01-09Merge branch 'master' into nrf52_pulseinhathach
2019-01-09minor clean uphathach
2019-01-09fix pulsein incorrect computehathach
2019-01-08m_tx_in_progress might underflow (check on this)Dan Halbert
2019-01-08remove debugging printf'sDan Halbert
2019-01-07add CharacteristicBuffer; UART seems to work!Dan Halbert
2019-01-08clean up neopixel write !!hathach
2019-01-03evt handler list bugs; unique evt handler names; remove uuid128_referenceDan Halbert
2019-01-03forgot to store data when reading a gatts valueDan Halbert
2019-01-01Broadcaster now takes whole packet. Also should be scannableDan Halbert
2018-12-31don't free event handler list manually; let gc do itDan Halbert
2018-12-30Remove nRF52832 supportDan 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-29fix typos in internal_flash.cDan Halbert
2018-12-29Merge remote-tracking branch 'adafruit/master' into bleio-revDan Halbert