summaryrefslogtreecommitdiff
path: root/hw/bsp/ea4088qs/ea4088qs.c
AgeCommit message (Collapse)Author
2023-07-24add lpc40 to cmakehathach
2023-03-17fix trailing space and new linehathach
temporarily disable codespell
2022-06-29fix buid_board.py scripthathach
2022-06-06fix ci, remove use of CFG_TUSB_RHPORT0_MODE in bsphathach
2020-09-06replacing hcd_pipe_xfer by usbh_edpt_xferhathach
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-04-17mass rename tud/dcd_irq_handler to tud/dcd_init_handlerhathach
2020-04-06mass rename tud_isr to tud_irq_handlerhathach
2020-04-06move irqhandler to applicationhathach
tud_isr() must be called by application to forward the irqhandle to the stack
2019-11-21moving irq to bsp for lpc17/40hathach
2019-10-24fix missing board uart read/write()hathach
2019-08-23drop board_* in bsp c filehathach
move hw/cmsis to hw/mcu/nordic since only nrf uses it.