2015-05-25 08:21 AM
I am aware ST only manage non case sensitive file system.
However a small BUG correction would be appreciated. It would be useful when compiling the cube generate code in other environments (OSX/Linux) usbd_cdc.c @ line 62 includes: #include ''USBD_CDC.h'' it should be small caps: #include ''usbd_cdc.h'' as properly done on line 41 of file usb_device.c. I would appreciate if you can manage the improvement in next firmware release. kind rgards C.Alberto Avizzano2015-07-13 02:03 PM
2015-11-06 07:33 AM
I confirm this bug on version 4.11.0.
2015-11-13 07:28 AM
Dear,
another small issue
in the generated file usbh_conf.h with CubeMX 4.11.0#ifdef __cplusplus
} #endifis missing at the end of the file
2016-02-02 08:33 AM
Hi,
Please note that the reported issue regarding the include of ''USBD_CDC.h'' will be fixed in coming versions of Cube packages.However, the other CubeMX related issue is already fixed with current version 4.12.-Mayla-To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.