| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
- remove CFG_TUD_MSC_MAXLUN
- add tud_msc_maxlun_cb()
- add msc_dual_lun exmaple
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Application should declare its own device descriptor
|
|
|
|
|
|
and Disconnect
should work with #47
|
|
|
|
|
|
|
|
- remove use of osal_queue_reset
|
|
|
|
change dcd_init signature
|
|
|
|
|
|
|
|
|
|
- remove board header since it is not used
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Add macro NO_VTOR_CONFIG
- In Properties -> Debugger -> Debugger Options -> Start From Entry
Point Symbol, set to 'No.' This is because we should enter our
SoftDevice's ResetHandler(), not our applications. For more information,
see RK's comment below.
|
|
|
|
|
|
|
|
fix incorrect prototypes, clean up.
|