summaryrefslogtreecommitdiff
path: root/hw/bsp/mcb1800/mcb1800.c
AgeCommit message (Collapse)Author
2021-03-03add lpc18 familyhathach
2021-02-23nxp tdi: hcd_init() reset and set host modehathach
2020-09-03fix vector assignhathach
2020-09-03rename tuh_isr/hcd_isr to tuh_int_handler/hcd_int_handlerhathach
2020-09-03revert to use __USE_LPCOPENhathach
properly init fpu on LPC M4
2020-05-19usb0 host on mcb1800 work with fullspeed mode.hathach
use usbh_edpt_open() to correctly map ep2drv[]
2020-05-04temporarily remove osal_task_delay() from osalhathach
- add hcd_uframe_number() API, update EHCI to return uframe number - get host running on ea4357
2020-05-04clean up things, add makefile for host examplehathach
2020-05-03add uart for mcb1800hathach
2020-04-17mass rename tud/dcd_irq_handler to tud/dcd_init_handlerhathach
2020-04-08clean uphathach
2020-04-06mass rename tud_isr to tud_irq_handlerhathach
2019-11-22move nxp dcd ehci controller reset and modde into dcdhathach
rt1064 work with cdc msc example
2019-11-21moving irq to bsp for lpc17/40hathach
2019-11-21adding tud_isr/tuh_isr with lpc18/43hathach
2019-10-24fix missing board uart read/write()hathach
2019-10-12adding log support with uarthathach
started with pca10056
2019-08-23drop board_* in bsp c filehathach
move hw/cmsis to hw/mcu/nordic since only nrf uses it.