X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Fcfg_usbser.h;h=1fa44e7329320d1419e563f1b8ece35f9759aa8b;hb=56f2c002c50338f23f1b969ba51a43b0eb24f3da;hp=88fcd1904f8c7edd057218dbc1a1230e950833ea;hpb=2bb3aef3132932713ad7e588ad250a4e24769796;p=bertos.git diff --git a/bertos/cfg/cfg_usbser.h b/bertos/cfg/cfg_usbser.h index 88fcd190..1fa44e73 100644 --- a/bertos/cfg/cfg_usbser.h +++ b/bertos/cfg/cfg_usbser.h @@ -38,6 +38,13 @@ #ifndef CFG_USBSER_H #define CFG_USBSER_H +/** + * Enable the usb-serial module. + * + * $WIZ$ type = "autoenabled" + */ +#define CONFIG_USBSER 0 + /** * Module logging level. * @@ -54,4 +61,18 @@ */ #define USB_SERIAL_LOG_FORMAT LOG_FMT_TERSE +/** + * USB vendor ID (please change this in your project, using a valid ID number!). + * + * $WIZ$ type = "hex" + */ +#define USB_SERIAL_VENDOR_ID 0x05f9 + +/** + * USB product ID (please change this in your project, using a valid ID number!). + * + * $WIZ$ type = "hex" + */ +#define USB_SERIAL_PRODUCT_ID 0xffff + #endif /* CFG_USBSER_H */