commit | eaaab7771b5ecd5e715a1db8ae4a546e21c49e03 | [log] [tgz] |
---|---|---|
author | Iván Sánchez Ortega <ivan@sanchezortega.es> | Tue Mar 13 15:28:02 2018 +0100 |
committer | Carles Cufí <carles.cufi@nordicsemi.no> | Thu Mar 22 12:41:40 2018 +0100 |
tree | ef01e8d79c757c79d8882ff6d13a87ef78402e4a | |
parent | be52e3c456f0694fb98a4704860102d61048fd05 [diff] |
samples: usb: Make each sample have its own USB product string Each USB sample, when compiled, will provide a different USB product string. A "nice to have" feature when trying out the USB samples (they will show up differently in `lsusb` or `dmesg`), and also illustrates how to set up custom USB constants in the config files. Requires #6589. Signed-off-by: Iván Sánchez Ortega <ivan@sanchezortega.es>