zephyr/samples/subsys
Johann Fischer 1c4011ff6e usb: remove usb_pid.Kconfig file
Remove Kconfig file samples/subsys/usb/usb_pid.Kconfig added in
the commit e5cbe6a9e7 ("usb: cdc: Add unique PIDs for each sample")
with the motivation to have a separate ID for each sample supposedly
to be recognizable by the host.

The new USB support does not use the options, VID/PID is set
directly in the application. As a note, it is not necessary to have
unique PID for each sample, especially for the well known USB classes.

Replace the individual Kconfig options in the documentation
by a table with the references to the samples and PIDs.

Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
2022-11-22 11:09:21 +01:00
..
canbus samples: subsys: canbus: isotp: fix sample path in Readme.rst 2022-10-27 11:02:57 +02:00
console includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
cpp samples: cpp_synchronization: Allow running on POSIX arch boards 2022-11-05 16:41:45 +09:00
debug include: add missing zephyr/irq.h include 2022-10-17 22:57:39 +09:00
display samples: subsys: display: lvgl: Add native_posix overlay for SDL input 2022-10-03 10:12:03 +02:00
edac samples: edac: Add sample documentation 2022-10-18 16:59:34 +02:00
fs samples: subsys: littlefs on nucleo_h743zi 2022-11-05 19:57:40 +01:00
ipc samples: openamp: update openamp sample to use sysbuild 2022-11-15 14:46:02 +01:00
logging twister: Add fiters to SYS-T related tests 2022-10-27 11:03:30 +02:00
lorawan/class_a lorawan: enable run-time config of region/freq 2022-11-14 11:16:16 +00:00
mgmt samples/mcumgr/smp_svr: Apply rework in MCUMgr subsystem 2022-11-17 15:31:17 +01:00
modbus samples: modbus: print returned error code 2022-11-09 10:46:02 -06:00
nvs samples: subsys: nvs: Switch to FIXED_PARTITION_ macros 2022-09-06 09:56:37 +02:00
pm samples: pm: demonstrate usage of the policy latency APIs 2022-09-07 10:28:55 +02:00
portability includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
rtio/sensor_batch_processing rtio: Add macro to define iodev submission queue 2022-10-05 12:42:16 +02:00
settings samples/subsys/settings: Switch to FIXED_PARTITION_ macros 2022-09-06 09:56:37 +02:00
shell drivers: flash: shell: Add flash shell tools 2022-10-06 22:35:57 +00:00
task_wdt includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
testsuite samples: Add name "sample" in the some samples modules 2022-08-29 07:30:10 -04:00
tracing sample: tracing: add a configuration for percepio 2022-11-04 10:00:48 +01:00
usb usb: remove usb_pid.Kconfig file 2022-11-22 11:09:21 +01:00
usb_c samples: usb-c: sink: Add USB-C Subsystem Sink Sample 2022-10-22 18:38:35 -04:00
video includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
zbus samples: zbus: Add benchmark sample 2022-11-14 17:25:29 -05:00
subsys.rst