refine OSAL_TASK_LOOP_BEGIN & OSAL_TASK_LOOP_END
- add TASK_ASSERT & TASK_ASSERT_STATUS add more code for enumerate task add control requests & its type def add API for HCD - hcd_pipe_addr0_open - hcd_pipe_control_open - hcd_pipe_control_xfer - hcd_pipe_open - hcd_port_speed
This commit is contained in:
		@@ -54,6 +54,9 @@
 | 
			
		||||
 | 
			
		||||
#include "common/common.h"
 | 
			
		||||
 | 
			
		||||
//--------------------------------------------------------------------+
 | 
			
		||||
// STANDARD DESCRIPTORS
 | 
			
		||||
//--------------------------------------------------------------------+
 | 
			
		||||
/// USB Standard Device Descriptor (section 9.6.1, table 9-8)
 | 
			
		||||
typedef ATTR_PREPACKED struct ATTR_PACKED {
 | 
			
		||||
  uint8_t  bLength            ; ///< Size of this descriptor in bytes.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user