mirror of
				https://github.com/FreeRTOS/FreeRTOS-Kernel.git
				synced 2025-11-04 02:32:42 -05:00 
			
		
		
		
	Add extra debug comment into list.c.
This commit is contained in:
		
							parent
							
								
									1cfb7b77e5
								
							
						
					
					
						commit
						e6903dac61
					
				
					 2 changed files with 1306 additions and 1 deletions
				
			
		
							
								
								
									
										1304
									
								
								FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/IAR/RTOSDemo.ewd
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										1304
									
								
								FreeRTOS/Demo/CORTEX_A9_RZ_R7S72100_IAR_DS-5/IAR/RTOSDemo.ewd
									
										
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load diff
											
										
									
								
							| 
						 | 
				
			
			@ -161,7 +161,8 @@ portTickType xValueOfInsertion;
 | 
			
		|||
			   interrupt priories, which can seem counter intuitive.  See
 | 
			
		||||
			   configMAX_SYSCALL_INTERRUPT_PRIORITY on http://www.freertos.org/a00110.html
 | 
			
		||||
			3) Calling an API function from within a critical section or when
 | 
			
		||||
			   the scheduler is suspended.
 | 
			
		||||
			   the scheduler is suspended, or calling an API function that does
 | 
			
		||||
			   not end in "FromISR" from an interrupt.
 | 
			
		||||
			4) Using a queue or semaphore before it has been initialised or
 | 
			
		||||
			   before the scheduler has been started (are interrupts firing
 | 
			
		||||
			   before vTaskStartScheduler() has been called?).
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue