We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The source code is here: https://github.com/vsfteam/vsf/tree/master/source/component/3rd-party/btstack/extension/btstack_oo
Working project is here: https://github.com/vsfteam/vsf/tree/master/example/btstack/project/vc
Below is some comments about install the testing environment, but I think the code above is enough.
software:
hardware:
Setup:
clone https://github.com/vsfteam/vsf.git
update submodule I) source/component/3rd-party/btstack/raw II) source/utilities/3rd-party/PLOOC/raw
install visual studio 2022 I) Desktop development with C++ II) Universal Windows Platform development III) llvm support(compile, etc)
insert BCM20702A0 dongle and install winusb driver by zadig
open vsf_btstack.sln in vsf/example/btstack/project/vc
modify l2cap.c, remove static of l2cap_get_channel_for_local_cid
compile and run
active 2 joycon controllers
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The source code is here:
https://github.com/vsfteam/vsf/tree/master/source/component/3rd-party/btstack/extension/btstack_oo
Working project is here:
https://github.com/vsfteam/vsf/tree/master/example/btstack/project/vc
Below is some comments about install the testing environment, but I think the code above is enough.
software:
hardware:
Setup:
clone https://github.com/vsfteam/vsf.git
update submodule
I) source/component/3rd-party/btstack/raw
II) source/utilities/3rd-party/PLOOC/raw
install visual studio 2022
I) Desktop development with C++
II) Universal Windows Platform development
III) llvm support(compile, etc)
insert BCM20702A0 dongle and install winusb driver by zadig
open vsf_btstack.sln in vsf/example/btstack/project/vc
modify l2cap.c, remove static of l2cap_get_channel_for_local_cid
compile and run
active 2 joycon controllers
The text was updated successfully, but these errors were encountered: