| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
since nrf5x require the use of std startup. Add verbose mode to makefile
|
|
|
|
|
|
ref: https://bugs.launchpad.net/gcc-arm-embedded/+bug/1747966
|
|
|
|
|
|
and out
|
|
|
|
|
|
|
|
|
|
files otherwise. Update STM32F4-DISCOVERY demo and board.mk to reflect
changes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fix incorrect prototypes, clean up.
|
|
|
|
got undefined reference to `_start'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|