mirror of
https://github.com/hathach/tinyusb.git
synced 2025-02-23 00:40:12 +00:00
add test for mutex in test_osal_none.c implement usbh_control_xfer using mutex to get access to queue xfer on control pipe (while semaphore is used to sync with hcd DMA) failed to issue control xfer: set idle & get report descriptor in hidh_open_subtask (more to work on)
Test-Driven Development (TDD)
TDD indeed works with C & embedded with the help of Ceedling, Unity & CMock as a testing framework.
comming soon
More detail on TDD can be found at
- James W. Grenning's book "Test Driven Development for Embedded C"
- throwtheswitch's Ceedling, CMock & Unity
Continuous Integration
comming soon