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 
							
						 
					 
					
						
						
							
						
						3b0b48e01a 
					 
					
						
						
							
							- add test code for bulk xfer isr  
						
						... 
						
						
						
						- fix mismatch type func return 
						
						
					 
					
						2013-03-10 19:28:38 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						49da210860 
					 
					
						
						
							
							add osal subtask support  
						
						... 
						
						
						
						add usbh_control_xfer_subtask as xfer and wait
fix potential error when update device info & open control pipe for new address
fix build error with hal_****.c
add STATIC_ASSSERT to perform compile time checking with sizeof later
update osal_queue_receive and osal_semaphore_wait for osal_none to support subtask 
						
						
					 
					
						2013-02-26 17:28:05 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						a253e4d648 
					 
					
						
						
							
							fix TASK_ASSERT for osal_none.h  
						
						... 
						
						
						
						add TASK_ASSERT test for osal_none
integrate test project better with eclipse
- assert message--> info windows
- test fail --> error windows 
						
						
					 
					
						2013-02-06 13:15:12 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						d71e244dff 
					 
					
						
						
							
							add TUSB_CFG_HOST_ENUM_BUFFER_SIZE  
						
						... 
						
						
						
						add enum buffer
getting serious with osal_freeRTOS 
						
						
					 
					
						2013-02-04 16:07:42 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						3ac88f1b4e 
					 
					
						
						
							
							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 
						
						
					 
					
						2013-02-02 15:36:20 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						c24d461d19 
					 
					
						
						
							
							add timeout to queue_receive and update test code for it  
						
						
						
						
					 
					
						2013-02-01 12:39:39 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						aab92b40d2 
					 
					
						
						
							
							change osal_timeout_t to uint32_t  
						
						... 
						
						
						
						implement osal_tick_get & osal_tick_tock for osal_none
implement timeout for osal_semaphore_wait 
						
						
					 
					
						2013-02-01 12:25:02 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						9e3785e7e1 
					 
					
						
						
							
							add std=gnu99 for test build  
						
						... 
						
						
						
						add hcd_init to usbh_init and update test code
add TUSB_CFG_OS_TICK_PER_SECOND define for TUSB_OS_NONE
change osal_semaphore_wait and osal_queue_receive API to have timeout effectively 
						
						
					 
					
						2013-02-01 10:33:43 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						658b2b970c 
					 
					
						
						
							
							change semaphore to volatile uint8_t  
						
						... 
						
						
						
						add osal_queue_receive code and its test
*NOTE*
- consideration for semaphore & queue with hal_interrupt_disable/hal_interrupt_enable as safe guard 
						
						
					 
					
						2013-01-30 23:29:27 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						c1bf187dad 
					 
					
						
						
							
							add osal queue service & its test code  
						
						... 
						
						
						
						- create, send 
						
						
					 
					
						2013-01-30 17:53:37 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						9c9fa182d4 
					 
					
						
						
							
							fix mocking osal api using ifdef  
						
						... 
						
						
						
						start to add task_create macro API for osal_none 
						
						
					 
					
						2013-01-30 12:55:44 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						07048b943e 
					 
					
						
						
							
							add primitive_types.h for portable with uint8,16,32_t, and bool  
						
						... 
						
						
						
						add osal_common.h to ease the complaint of MISRA 19.1
implement OSAL_NONE Task loop, semaphore wait/post and its test code 
						
						
					 
					
						2013-01-30 11:35:37 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						7edda37518 
					 
					
						
						
							
							add more test code for keyboard hid application API  
						
						... 
						
						
						
						refractor, restructure, rename several thing regarding host, keyboard etc ... 
						
						
					 
					
						2013-01-26 01:37:15 +07:00