summaryrefslogtreecommitdiff
path: root/hw/bsp/fomu/fomu.c
AgeCommit message (Collapse)Author
2020-04-17mass rename tud/dcd_irq_handler to tud/dcd_init_handlerhathach
2020-04-08rename hal_dcd_isr to dcd_irq_handler for fomuhathach
2019-11-13fomu: bsp: don't call usb isr when usb is disabledSean Cross
When compiled without usb support, we don't want to call the USB ISR. Signed-off-by: Sean Cross <[email protected]>
2019-11-13fomu: bsp: remove unused messible functionsSean Cross
These functions are unused in the current implementation. Signed-off-by: Sean Cross <[email protected]>