mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-15 22:20:59 +00:00
windows-winusb-intel: improve zadig instructions, added images
This commit is contained in:
parent
68b7054f68
commit
d1b9b38f4e
@ -30,7 +30,7 @@ def process_readmes(intro_file, port_folder, ports_file, ports_folder):
|
||||
if os.path.exists(readme_file):
|
||||
matches[port] = readme_file
|
||||
for file in os.listdir(port_folder + "/" + port):
|
||||
if file.endswith('.jpg'):
|
||||
if file.endswith('.jpg') or file.endswith('.png'):
|
||||
images[file] = port_folder + "/" + port + "/" + file
|
||||
|
||||
with open(ports_file, 'w') as ports:
|
||||
|
@ -8,7 +8,7 @@ The port provides both a regular Makefile as well as a CMake build file. It uses
|
||||
|
||||
## Access to Bluetooth USB Dongle with Zadig
|
||||
|
||||
To allow libusb or WinUSB to access an USB Bluetooth dongle, you need to install a special device driver to make it accessible to user space processes.
|
||||
To allow WinUSB to access an USB Bluetooth dongle, you need to install a special device driver to make it accessible to user space processes.
|
||||
|
||||
It works like this:
|
||||
|
||||
@ -16,9 +16,15 @@ It works like this:
|
||||
- Start Zadig
|
||||
- Select Options -> “List all devices”
|
||||
- Select USB Bluetooth dongle in the big pull down list
|
||||
- Select WinUSB (libusb) in the right pull pull down list
|
||||
- Select WinUSB in the right pull down list
|
||||
- Select “Replace Driver”
|
||||
|
||||

|
||||
|
||||
After the new driver was installed, your device is shown in the Device Manager with Device Provider 'libwdi'
|
||||
|
||||

|
||||
|
||||
## Visual Studio 2022
|
||||
|
||||
Visual Studio can directly open the provided `port/windows-windows-h4-zephyr/CMakeLists.txt` and allows to compile and run all examples.
|
||||
|
Loading…
x
Reference in New Issue
Block a user