hathach 
							
						 
					 
					
						
						
							
						
						56cd8be75e 
					 
					
						
						
							
							change website from tinyusb.net to tinyusb.org  
						
						
						
						
					 
					
						2013-03-25 11:46:30 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						d2bd80109e 
					 
					
						
						
							
							add semaphore post in usbh_isr for control pipe  
						
						... 
						
						
						
						add osal_queue_send in usbh_device_plugged
add macro for placing breakpoint macros
fix ehci init:
- regs->cmd or (add run_stop)
- enable port power in portsc
add tusb_task_runner in main loop 
						
						
					 
					
						2013-03-12 20:04:29 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						2c8596edeb 
					 
					
						
						
							
							abstract call chains from hal usb isr  
						
						
						
						
					 
					
						2013-03-04 18:46:02 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						e1033b9b3c 
					 
					
						
						
							
							replace TUSB_CFG_HOST by MODE_HOST_SUPPORTED  
						
						... 
						
						
						
						move stuffs around 
						
						
					 
					
						2013-03-04 17:07:14 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						656da2992d 
					 
					
						
						
							
							add alignof to compilier specific  
						
						... 
						
						
						
						add static_assert support for IAR (built-in support) 
						
						
					 
					
						2013-03-04 15:01:33 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						0c397c6b8d 
					 
					
						
						
							
							house keeping  
						
						... 
						
						
						
						- correct initialization call sequence
- move hcd_init to ehci.c 
						
						
					 
					
						2013-02-27 18:49:28 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						36dbd52870 
					 
					
						
						
							
							house keeping  
						
						
						
						
					 
					
						2013-01-27 16:28:49 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						535f330026 
					 
					
						
						
							
							update license year from 2012 to 2013  
						
						
						
						
					 
					
						2013-01-27 13:50:40 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						cfe7a3d23b 
					 
					
						
						
							
							change error type to lower case for more consistency  
						
						... 
						
						
						
						change Error Enum to TUSB prefix for more consistency
start to add check for OS configure 
						
						
					 
					
						2013-01-19 00:57:58 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						463b1c0294 
					 
					
						
						
							
							rename ASSERT_ERROR to ASSERT_STATUS  
						
						... 
						
						
						
						add binary const support @ common/binary.h
enhance assert support @ common/assertion.h
add test code for assertion.h 
						
						
					 
					
						2013-01-13 19:27:17 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						00b3f48519 
					 
					
						
						
							
							rename a bunch of configure macros  
						
						
						
						
					 
					
						2012-12-20 16:56:19 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						b698b09a67 
					 
					
						
						
							
							fix some doxygen settings and stuffs add prepacked for IAR compiler  
						
						
						
						
					 
					
						2012-12-03 16:51:14 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						b36a85ad36 
					 
					
						
						
							
							add extern "C" for cpp  
						
						... 
						
						
						
						start to work on hal layer 
						
						
					 
					
						2012-12-02 11:07:59 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						a636d75fc6 
					 
					
						
						
							
							extract hal_init  
						
						
						
						
					 
					
						2012-12-02 00:41:12 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						879fb21f99 
					 
					
						
						
							
							change license email to website  
						
						... 
						
						
						
						added support for cdc devices 
						
						
					 
					
						2012-11-29 17:52:57 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						8f57cb6ccb 
					 
					
						
						
							
							house keeping  
						
						
						
						
					 
					
						2012-11-29 15:57:44 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						360b28b44f 
					 
					
						
						
							
							add more doxygen docs  
						
						... 
						
						
						
						start to use TUSB_Error_t 
						
						
					 
					
						2012-11-29 15:35:59 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						a21ca6c0f1 
					 
					
						
						
							
							house keeping  
						
						
						
						
					 
					
						2012-11-27 15:42:53 +07:00 
						 
				 
			
				
					
						
							
							
								hathach 
							
						 
					 
					
						
						
							
						
						06c16ae03f 
					 
					
						
						
							
							added files  
						
						... 
						
						
						
						added some template code 
						
						
					 
					
						2012-11-27 15:21:47 +07:00