| Age | Commit message (Collapse) | Author |
|
non-stack warning (probably mcu driver) should be suppressed in the
board.mk
|
|
|
|
|
|
|
|
- remove use of osal_queue_reset
|
|
|
|
|
|
|
|
|
|
|
|
remove OSAL_TASK_DEF, osal_task_create. Applicaton should create a task
and call tinyusb_task(). This make API consistent with NO OS.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- fix build issue with freertos
|
|
Add SAMD support and simplify OS_NONE
|
|
|
|
The ProtoThreads style subtasks were removed because it led to
extremely unclear control flow. RTOSes can be used if threading is
needed.
Also added some additional functionality to MSC to support dynamic
LUNs and read-only LUNs.
|
|
|
|
|
|
|
|
osal_semaphore_post
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|