summaryrefslogtreecommitdiff
path: root/hw/bsp/itsybitsy_m4
AgeCommit message (Collapse)Author
2020-11-28grouping samd51 boardshathach
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-07added itsybitsy m0, m4hathach