Skip to content

HAL HCD and PCD modules are missing in stm32c0xx_hal_conf_template.h #1

Closed
@fpistm

Description

@fpistm

Since STM32C071xx has been released, USB is supported but HAL HCD an PCD are missing in the stm32c0xx_hal_conf_template.h

#define HAL_PCD_MODULE_ENABLED
#define HAL_HCD_MODULE_ENABLED 
#ifdef HAL_PCD_MODULE_ENABLED
 #include "stm32c0xx_hal_pcd.h"
#endif /* HAL_PCD_MODULE_ENABLED */

#ifdef HAL_HCD_MODULE_ENABLED
 #include "stm32c0xx_hal_hcd.h"
#endif /* HAL_HCD_MODULE_ENABLED */

Metadata

Metadata

Assignees

Labels

bugSomething isn't workinghalHAL-LL driver-related issue or pull-requesthcdUSB Host Controller DriverpcdUSB Peripheral Control DriverusbUniversal Serial Bus

Type

No type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions