summaryrefslogtreecommitdiff
path: root/hw/bsp/circuitplayground_express
AgeCommit message (Collapse)Author
2020-11-28grouping more samd21 boardshathach
2020-11-08update microchipo driver submodulehathach
2020-10-08clean up jlink default interfacehathach
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
2020-03-28add ENTRY(Reset_Handler) to linker of samd21 and samd51 boardhathach
fix #303
2020-03-10update freertos examplehathach
work with samd21 samd51 and nrf
2020-03-07clean up LD_FILE using $(BOARD)hathach
make it easier to duplicate bsp
2019-12-26merge dcd_samd51 & dcd_samd21 into dcd_samdhathach
2019-12-09clean up, switch and update submodule samd to circuitpython branchhathach
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-10-24fix missing board uart read/write()hathach
2019-09-01added new board circuit playground express, close #110hathach