| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
reproduced with Adafruit_TinyUSB_ArduinoCore port commit 11d669b4d2a40eb2fc5e51b2a9707a6de9d42363 and SAMD BSP 1.6.1
|
|
|
|
|
|
tud_isr() must be called by application to forward the irqhandle to the
stack
|
|
fix #303
|
|
work with samd21 samd51 and nrf
|
|
make it easier to duplicate bsp
|
|
|
|
|
|
|
|
current board that doesn work with flto is spresense and mimxrt10xx (due
to xip image_vector_table is optimized out).
|
|
|
|
|
|
move hw/cmsis to hw/mcu/nordic since only nrf uses it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- remove board header since it is not used
|
|
|
|
|
|
since nrf5x require the use of std startup. Add verbose mode to makefile
|
|
|
|
|
|
It currently supports the SAMD21 and SAMD51 only. More will be
added later.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|