| Age | Commit message (Collapse) | Author |
|
|
|
rt1064 work with cdc msc example
|
|
|
|
|
|
current board that doesn work with flto is spresense and mimxrt10xx (due
to xip image_vector_table is optimized out).
|
|
|
|
|
|
|
|
started with pca10056
|
|
non-stack warning (probably mcu driver) should be suppressed in the
board.mk
|
|
|
|
|
|
|
|
move hw/cmsis to hw/mcu/nordic since only nrf uses it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- remove board header since it is not used
|
|
|
|
|
|
|
|
|
|
|
|
- replace tusb_hal_int_enable/disable to dcd_int_enable/disable,
hcd_int_enable/disable
- remove tusb_hal_init(), this will be part of dcd_init/hcd_init,
anything beyond dcd/hcd should be inited by bsp
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
clean up board
|
|
|
|
|
|
|
|
|
|
|
|
rename TUSB_CFG_TICKS_HZ to BOARD_TICKS_HZ
|