circuitpython/.github/workflows
Scott Shawcroft dc76306cfa
Enable a BLE workflow
nRF CircuitPython boards will now provide the file transfer
service defined here: https://github.com/adafruit/Adafruit_CircuitPython_BLE_File_Transfer

USB capable boards will only advertise if previously bonded to a
device or if the reset button is pressed during the fast blue
flashes on start up. When pressed, the board will restart again but
the blue period will not flash.

Boards without USB will always advertise.

When previously bonded, the advertisement is private so that no
other peers can connect. If advertising publicly, the tx power is
lowered to reduce the likelihood of bonding from a distance.

This PR also fixes issues with loading identities of bonded peers
so that our address can now be resolved and we can resolve others'
addresses when scanning.
2021-06-24 12:59:14 -07:00
..
build.yml Enable a BLE workflow 2021-06-24 12:59:14 -07:00
create_website_pr.yml clone repo before installing deps 2021-04-01 10:53:06 -04:00
match-build-fail.json Match build failures to better highlight them 2021-04-14 11:52:00 -07:00
ports_windows.yml Check that select firmwares build on Windows with MSYS2 2021-05-28 16:47:29 -05:00
pre-commit.yml Add requirements-dev.txt for python deps 2021-03-19 15:22:23 -07:00