| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
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.
|
|
|
|
(bug #1747966).
|
|
It also introduces a txbuffer which copies data into it but passes
the buffer straight to the USB rather than another copy.
|
|
got undefined reference to `_start'
|
|
|
|
|
|
|