mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-17 05:32:55 +08:00
bbfa85aa08
added stall clear & able to mount the stupid toshiba thumb drive add HCD pipe API - bool hcd_pipe_is_busy(pipe_handle_t pipe_hdl); - bool hcd_pipe_is_stalled(pipe_handle_t pipe_hdl); - uint8_t hcd_pipe_get_endpoint_addr(pipe_handle_t pipe_hdl); - tusb_error_t hcd_pipe_clear_stall(pipe_handle_t pipe_hdl); remove tusbh_device_mount_failed_cb (not neccessary for user)
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