summaryrefslogtreecommitdiff
path: root/ports/nrf
AgeCommit message (Expand)Author
2020-12-21BLE fixesDan Halbert
2020-10-21 fix CPB SPI pin definitionsJerry Needell
2020-10-15enable CIRCUITPY_BLEIO_HCI on non-nRF boards where it will fitDan Halbert
2020-10-14Merge pull request #3554 from gamblor21/move_ordereddictDan Halbert
2020-10-13Moved ORDEREDDICT define to central locationgamblor21
2020-10-12Finer grained, per port tick lockingScott Shawcroft
2020-10-11remove unnecessary board configuration and address feedbackKenny
2020-10-10disable async/await on a several small ucontrollerswarriorofwire
2020-10-07Replace _bleio.ConnectionError with the native versionScott Shawcroft
2020-10-01Merge pull request #3469 from jepler/noreturnScott Shawcroft
2020-09-28Add some NORETURN attributesJeff Epler
2020-09-25Requested changes take 1Mark Roberts
2020-09-18Update user button names.nitz
2020-09-18More pin names cleanup.nitz
2020-09-17Removed TXD/RXD, fixed whitespace.nitz
2020-09-17Add SDA & SDL, RX & TX to pins.cChris Dailey
2020-09-17Merge pull request #2966 from sommersoft/ci_check_vid_pidScott Shawcroft
2020-09-15Add more PIDs for unique boardsScott Shawcroft
2020-09-13PacketBuffer: add missing 'break's, remove unneeded {}Jeff Epler
2020-09-10Merge pull request #3375 from DavePutz/issue3296Scott Shawcroft
2020-09-05Moved checks for invalid pin to common-hal/microcontroller/Pin.croot
2020-09-04Corrected issue with BLE not working on nrf52840root
2020-08-30merge from upstreamDan Halbert
2020-08-27Fix problematic whitespace on pulseout parameter errorsLucian Copeland
2020-08-24Merge remote-tracking branch 'adafruit/main' into add_pwmioScott Shawcroft
2020-08-21Add more "extern" declarations for gcc10 compatScott Shawcroft
2020-08-21Merge remote-tracking branch 'adafruit/main' into add_pwmioScott Shawcroft
2020-08-21Merge remote-tracking branch 'adafruit/main' into ble_hciDan Halbert
2020-08-20merge from upstream; working; includes debug_out code for debugging via Salea...Dan Halbert
2020-08-20Merge pull request #3279 from hierophect/esp32-pulseinoutScott Shawcroft
2020-08-18Split pulseio.PWMOut into pwmioScott Shawcroft
2020-08-18Merge pull request #3297 from simmel-project/i2cScott Shawcroft
2020-08-18Remove trailing space.Scott Shawcroft
2020-08-18Style changes, reposition runtime errorsLucian Copeland
2020-08-18add I2C, remove unused pinsbunnie
2020-08-18stash configbunnie
2020-08-17Merge pull request #3281 from dhalbert/fix-spim3-buffer-locationDan Halbert
2020-08-17Merge pull request #3284 from dhalbert/fix-3171-evt-handlerScott Shawcroft
2020-08-15Remove event handler before setting it to NULLDan Halbert
2020-08-15SPIM3 buffer must be in first 64kB of RAMDan Halbert
2020-08-14Expand PulseOut API, debug cleanupLucian Copeland
2020-08-14fixYihui Xiong
2020-08-13able to change ble mac addressYihui Xiong
2020-08-13ble_uart_echo_test worksDan Halbert
2020-08-12nrf: Improve commenting about disabled warningsJeff Epler
2020-08-12nrf: reset_pin_number: reset pin clears never-reset, mirroring samdJeff Epler
2020-08-12nrf: Make port build with -Werror=undefJeff Epler
2020-08-11fix #3228 for nrf; still needs to be fixed for HCI; testedDan Halbert
2020-08-10Merge pull request #3244 from xiongyihui/mainJeff Epler
2020-08-08discovery of Nordic UART service workingDan Halbert