summaryrefslogtreecommitdiff
path: root/hw/bsp/lpcxpresso11u37
AgeCommit message (Collapse)Author
2021-01-26change output filename to BOARD-Directoryhathach
2020-10-08clean up jlink default interfacehathach
2020-04-17mass rename tud/dcd_irq_handler to tud/dcd_init_handlerhathach
2020-04-06add tud_irq_handler() for all lpc ip3511 (13, 15, 11)hathach
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-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-04adding lpc1549, but couldnt recieve setup packet, though setup received ↵hathach
interrupt is triggered
2019-09-27add -Wextra for more warnings to examplehathach
non-stack warning (probably mcu driver) should be suppressed in the board.mk
2019-09-11fix #130hathach
2019-09-09clean up lpc makefilehathach
2019-09-09clean uphathach
2019-09-06board test run with lpcxpresso 11u37hathach
2019-09-06adding lpcxpresso11u37 boardhathach