zephyr/doc/reference
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
..
bluetooth doc: bluetooth: Clarify notes about blocking in the RX thread 2019-04-10 17:43:55 -04:00
display doc: introduce final structure 2019-02-05 07:04:40 -05:00
drivers doc: introduce final structure 2019-02-05 07:04:40 -05:00
file_system doc: Add documentation for file system subsystem 2019-03-29 09:38:33 -04:00
kernel doc: fix mentions of Wi-Fi trademark name 2019-05-06 20:10:59 -04:00
logging logging: doc: Remove SYS_LOG-related documentation 2019-03-28 09:30:29 -04:00
misc jwt: Add JSON web token library 2019-02-08 15:32:58 -06:00
networking doc: fix mentions of Wi-Fi trademark name 2019-05-06 20:10:59 -04:00
peripherals doc: introduce final structure 2019-02-05 07:04:40 -05:00
power_management doc: update power management subystem documentation 2019-03-26 13:27:55 -04:00
shell shell: Add macros for creating conditional commands 2019-04-28 13:31:34 -04:00
storage subsys/settings: Allow to register custom backends in settings subsystem 2019-04-26 11:24:31 +03:00
usb usb: cdc: Add unique PIDs for each sample 2019-05-09 08:20:34 -04:00
usermode doc: move usermode under references 2019-03-26 09:50:16 -04:00
index.rst doc: move usermode under references 2019-03-26 09:50:16 -04:00