| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
- 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'
|
|
|
|
tusb_task() still exists for backward compatible
|
|
remove OSAL_TASK_DEF, osal_task_create. Applicaton should create a task
and call tinyusb_task(). This make API consistent with NO OS.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|