summaryrefslogtreecommitdiff
path: root/hw/bsp/mbed1768
AgeCommit message (Collapse)Author
2021-01-26change output filename to BOARD-Directoryhathach
2020-10-08clean up jlink default interfacehathach
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-09-02revert to use float-abihathach
define __USE_CMSIS instead of __USE_LPCOPEN will have startup enable FPU on startup properly. Although it is only relevant to lpx43/40 series, change all to __USE_CMSIS for consistency
2020-04-17mass rename tud/dcd_irq_handler to tud/dcd_init_handlerhathach
2020-04-06mass rename tud_isr to tud_irq_handlerhathach
2020-03-23remove -Wnested-externs since many driver does this including CMSIS_5hathach
2020-03-07clean up LD_FILE using $(BOARD)hathach
make it easier to duplicate bsp
2019-11-21moving irq to bsp for lpc17/40hathach
2019-11-20move -flto to board.mkhathach
current board that doesn work with flto is spresense and mimxrt10xx (due to xip image_vector_table is optimized out).
2019-11-11update makefile for lpc boardshathach
2019-11-11update makefile for lpc mcuhathach
2019-10-24fix missing board uart read/write()hathach
2019-10-12adding log support with uarthathach
started with pca10056
2019-09-09clean up lpc makefilehathach
2019-09-09clean uphathach
2019-09-06adding lpcxpresso11u37 boardhathach
2019-09-05added mbed lpc1768 boardhathach