| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
implement tusb_time_millis_api() with osal_time_millis() when OS is not NONE
|
|
change not set after 20ms
|
|
|
|
|
|
|
|
|
|
|
|
|
|
osal/none: add nested count to spin lock
|
|
|
|
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
|
|
fix compiling with nuc family
|
|
|
|
|
|
Signed-off-by: HiFiPhile <[email protected]>
|
|
Mynewt version for osal_spin_unlock() called
OS_ENTER_CRITICAL instead of OS_EXIT_CRITICAL.
Signed-off-by: Jerzy Kasenberg <[email protected]>
|
|
|
|
add spinlock implementation for most rtos
|
|
|
|
|
|
|
|
|
|
ISO C does not allow extra ';' outside of a function [-Werror=pedantic]
|
|
|
|
|
|
add osal_semaphore_delete(), osal_mutex_delete(), osal_queue_delete()
|
|
|
|
|
|
also mass change configQUEUE_REGISTRY_SIZE = 4
|
|
|
|
debuggers"
This reverts commit 11fba59319d81fb9502fbf399abb4fe27cf3fa29.
|
|
|
|
|
|
tinyUSB queue
|
|
temporarily disable codespell
|
|
also add place holder for tusb_app_dcache_flush() and
tusb_app_dcache_invalidate()
|
|
|
|
[add] semaphore reset support for rt-thread
|
|
Fix FreeRTOS task switch even if not required (unitialized variable usage)
|
|
|
|
add semaphore reset support for rt-thread
|
|
add macro to swallow mutex API in order to simplify code with mutex
|
|
configSUPPORT_DYNAMIC_ALLOCATION only
note: for example to build with configSUPPORT_STATIC_ALLOCATION = 0, one
of heap_n.c must be included in makefile/cmake
|
|
|
|
|