circuitpython/ports/nrf/common-hal
Scott Shawcroft 2b4fdcdfa2
Fix scanning after a peripheral bond has been made
The BLE workflow will be advertising and the scan's load of
identities conflicts with it. This change ensures scanning and
advertising happens exclusively.

This showed as an unknown error 3204.

Fixes https://github.com/adafruit/Adafruit_CircuitPython_BLE/issues/134
2021-09-08 16:58:53 -07:00
..
_bleio Fix scanning after a peripheral bond has been made 2021-09-08 16:58:53 -07:00
alarm Merge pull request #5273 from tannewt/fix_nrf_light_sleep_cdc 2021-08-31 13:29:04 +05:30
analogio run code formatting script 2021-03-15 19:27:36 +05:30
audiobusio run code formatting script 2021-03-15 19:27:36 +05:30
audiopwmio run code formatting script 2021-03-15 19:27:36 +05:30
board Remove nRF52832 support 2018-12-30 22:49:20 -05:00
busio Update all implementations of common_hal_busio_spi_read to honor write_value 2021-08-18 10:20:40 -05:00
countio Fix GPIOTE crashes by checking everything is ok 2021-08-27 16:07:29 -07:00
digitalio run code formatting script 2021-03-15 19:27:36 +05:30
microcontroller Fix builds without alarm 2021-08-30 14:09:36 -07:00
neopixel_write run code formatting script 2021-03-15 19:27:36 +05:30
nvm run code formatting script 2021-03-15 19:27:36 +05:30
os run code formatting script 2021-03-15 19:27:36 +05:30
paralleldisplay Fix incorrect macros 2021-08-30 14:40:14 -07:00
pulseio Fix GPIOTE crashes by checking everything is ok 2021-08-27 16:07:29 -07:00
pwmio Switch to pin, frequency and duty_cycle PulseOut 2021-07-26 18:35:49 -07:00
rgbmatrix run code formatting script 2021-03-15 19:27:36 +05:30
rotaryio Fix GPIOTE crashes by checking everything is ok 2021-08-27 16:07:29 -07:00
rtc s/Circuit Python/CircuitPython/g 2021-05-06 16:22:35 +03:00
supervisor run code formatting script 2021-03-15 19:27:36 +05:30
watchdog Fix two watchdog crashes 2021-08-30 18:10:43 -07:00