-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
bugSomething isn't workingSomething isn't workinghalHAL-LL driver-related issue or pull-requestHAL-LL driver-related issue or pull-requesthcdUSB Host Controller DriverUSB Host Controller DriverpcdUSB Peripheral Control DriverUSB Peripheral Control DriverusbUniversal Serial BusUniversal Serial Bus
Milestone
Description
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 workingSomething isn't workinghalHAL-LL driver-related issue or pull-requestHAL-LL driver-related issue or pull-requesthcdUSB Host Controller DriverUSB Host Controller DriverpcdUSB Peripheral Control DriverUSB Peripheral Control DriverusbUniversal Serial BusUniversal Serial Bus
Type
Projects
Status
Done