zephyr/samples/bluetooth
Marcin Szymczyk e5cbe6a9e7 usb: cdc: Add unique PIDs for each sample
Unique PID is required for each sample in order
to be recognized by host.

When creating a new sample:
- Add USB_PID_<SAMPLE_NAME>_SAMPLE
  in samples/subsys/usb/usb_pid.Kconfig
- Create Kconfig file in your sample's subdirectory, containing:
  config USB_DEVICE_PID
	default USB_PID_<SAMPLE_NAME>_SAMPLE

  source "Kconfig.zephyr"

Signed-off-by: Marcin Szymczyk <Marcin.Szymczyk@nordicsemi.no>
2019-05-09 08:20:34 -04:00
..
beacon
central
central_hr
eddystone
gatt
handsfree
hci_spi
hci_uart
hci_usb
ibeacon
ipsp
mesh
mesh_demo
peripheral
peripheral_csc
peripheral_dis
peripheral_esp
peripheral_hids
peripheral_hr
peripheral_sc_only
scan_adv
bluetooth.rst