summaryrefslogtreecommitdiff
path: root/ports/nrf/Makefile
AgeCommit message (Expand)Author
2019-02-15address @tannewt changes: move and rename common files; remove PORT_HEAP_SIZEDan Halbert
2019-02-15finish Makefile refactoring; nrf builds workDan Halbert
2019-02-15WIP: atmel-samd trinket build worksDan Halbert
2019-02-11A variety of displayio improvementsScott Shawcroft
2019-02-07Merge pull request #1521 from nickzoic/circuitpython-nickzoic-1045-nrf-rotaryioScott Shawcroft
2019-02-05Start on rotaryio.IncrementalEncoder adafruit/circuitpython#1045 (does nothin...Nick Moore
2019-01-31Fix hallowing and nrf buildsScott Shawcroft
2019-01-28Merge pull request #1499 from nickzoic/nickzoic/circuitpython-nrf-touchin-1048Scott Shawcroft
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-17share fourwire and make nrf compileScott Shawcroft
2019-01-13Fresh combined checkin of _pixelbuf library.Roy Hooper
2019-01-10merge translations; add bleio comments; fix minor sphinx issues in midiDan Halbert
2019-01-10Merge pull request #1449 from tannewt/midiDan Halbert
2019-01-09Add USB MIDI support for SAMD and nRF.Scott Shawcroft
2019-01-07add CharacteristicBuffer; UART seems to work!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-18added pulsein using gpiote (gpio interrupt)hathach
2018-12-06Merge remote-tracking branch 'adafruit/master' into bleio-revDan Halbert
2018-12-04Set up structure for touchio adafruit/circuitpython#1048 (does nothing yet)Nick Moore
2018-11-30Add support for adding release info into adafruit/circuitpython-orgScott Shawcroft
2018-11-26Merge remote-tracking branch 'adafruit/master' into bleio-revDan Halbert
2018-11-23Update tinyusb to include control fixes.Scott Shawcroft
2018-11-20WIP: bleio revisionsDan Halbert
2018-11-08Move atmel-samd to tinyusb and support nRF flash.Scott Shawcroft
2018-11-07bring bleio PR up to dateDan Halbert
2018-10-21bleio: Fix errors after rebasearturo182
2018-10-21nrf: Move bluetooth driver to the 'bluetooth' folderarturo182
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-21nrf: Remove unused ubluepy classesarturo182
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-21bleio: Add a AddressType enum-like classarturo182
2018-10-21nrf: Move the Descriptor class from ubluepy to the shared bleio modulearturo182
2018-10-21nrf: Move the UUID class from ubluepy to the shared bleio modulearturo182
2018-10-20Makefile fixes and some docsJosh Klar
2018-10-20Add board and pin defs for MakerDiary NRF52840 MDKJosh Klar
2018-10-16PulseOut workingDan Halbert
2018-09-24changing to nrf uarte, tx works finehathach
2018-09-19add board.UART() functionhathach
2018-09-09use open-drain capabilities on GPIO; clean up board init; set correct GPIO vo...Dan Halbert
2018-09-05neopixel_write merge; alphabetize stuff in MakefileDan Halbert
2018-09-05Merge remote-tracking branch 'adafruit/master' into nrf-pin-claimingDan Halbert
2018-09-04adding neopixel writehathach