hathach
89133d36ce
add freeRTOS source from vendor to test
...
remove temp freeRTOS folder in test/support
use test/support/FreeRTOSConfig.h from win32-mingw demo
temporarily disable all tests in test_osal_freeRTOS.c
2013-04-15 19:08:24 +08:00
hathach
e14aa4197d
change osal_queue_send(osal_queue_handle_t const queue_hdl, uint32_t data) signature to osal_queue_send(osal_queue_handle_t const queue_hdl, const void * data)
...
- support any size queue message (instead of fixed uint32_t)
2013-04-10 01:18:32 +07:00
hathach
56cd8be75e
change website from tinyusb.net to tinyusb.org
2013-03-25 11:46:30 +07:00
hathach
93269b0343
fix osal_semaphore_wait & osal_queue_receive of osal_none's bug
...
- not assign error to TUSB_ERROR_NON if succeed
add code up to set device address for enumeration
2013-02-04 20:54:52 +07:00
hathach
f88e9d045d
add test file freeRTOS
2013-02-04 18:07:26 +07:00