summaryrefslogtreecommitdiff
path: root/hw/bsp/feather_m0_express
AgeCommit message (Collapse)Author
2020-11-28grouping samd21hathach
2020-11-08update microchipo driver submodulehathach
2020-10-08clean up jlink default interfacehathach
2020-07-23fix samd21 race condition with setup packethathach
reproduced with Adafruit_TinyUSB_ArduinoCore port commit 11d669b4d2a40eb2fc5e51b2a9707a6de9d42363 and SAMD BSP 1.6.1
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
2020-01-11correct apparent Adafruit typo in SAMD21 board.mkPeter Lawrence
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-01ported feather m0 express close #108hathach