-
-
Notifications
You must be signed in to change notification settings - Fork 39.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
adafruit_ble: support chibios #15947
Conversation
3913942
to
6fff436
Compare
I'm already working on this. |
6fff436
to
1ccd547
Compare
1ccd547
to
35c45e8
Compare
everything has been renamed, should work fine now |
Thank you for your contribution! |
35c45e8
to
b274d3d
Compare
b274d3d
to
0781239
Compare
@fauxpark is there anything actually preventing this from being merged? I know the bluetooth refactor is coming eventually, but it seems like that's going to take a while. |
Thank you for your contribution! |
Thank you for your contribution! |
@Gigahawk I tried your changes but get an undefined file, "outputselect.h". Can you provide any insight? I'm using the teensy 4.1. |
Also, @fauxpark, is your work being tracked by an issue and/or on a feature branch? I cannot find it. |
Enable ADAFRUIT_BLE on ChibiOS.
Description
Tested on a Bluefruit LE SPI with an STM32F405, it seems to mostly work.
It seems to work fine I pair my phone over Bluetooth, if I power cycle the board, then I can reconnect as normal but no keystrokes get sent even after
OUT_BT
is pressed.If I unpair and then pair again it works until the next power cycle.
Disconnecting from my phone without turning off the board works fine.
EDIT: Apparently the latest Bluefruit firmware is just buggy, a cursory test of 0.6.7 as suggested from adafruit/Adafruit_BluefruitLE_Firmware#27 seems to work fine, although it causes one of the QMK init commands to fail with
> result: ERROR
.Types of Changes
Issues Fixed or Closed by This PR
Checklist